CVSROOT: /cvs/gnome Module name: gcompris Changes by: bcoudoin 06/08/21 20:26:38
Modified files: . : ChangeLog configure.in src/boards : advanced_colors.c algebra.c click_on_letter.c clickgame.c clockgame.c colors.c gletters.c gtans.c imageid.c memory.c menu2.c missingletter.c paratrooper.c planegame.c py-gcompris-wordlist.c py-mod-gcompris.c python.c read_colors.c reading.c reversecount.c shapegame.c smallnumbers.c wordsgame.c src/gcompris : about.c bar.c board.c board_config.c config.c file_selector.c gameutil.c gc_net.c gc_net.h gcompris.c gcompris_alphabeta.c gcompris_db.c gcompris_files.c gcompris_im.c help.c images_selector.c menu.c profile.c properties.c properties.h score.c skin.c soundutil.c timer.c wordlist.c wordlist.h Log message: - completed the wordlist API which look like this now: GcomprisWordlist *gc_wordlist_get_from_file(const gchar *fileformat, ...); void gc_wordlist_free(GcomprisWordlist *wordlist); gchar *gc_wordlist_random_word_get(GcomprisWordlist *wordlist, guint level); - changed wordsgame.c to use the gc_wordlist API. - renamed gcompris_get_properties() in gc_prop_get() * Still need to cleanup boards/wordsgame/wordslevel*.* that are replaced by default-*.xml URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gcompris&who=bcoudoin&date=explicit&mindate=2006-08-21%2020:25&maxdate=2006-08-21%2020:27 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list