- 09 Nov, 2006 1 commit
-
-
Yves Combe authored
Allow cross compilation for win32 with mingw/Linux. Use GLib functions instead of unix one . Adapt Tuxpaint launcher to make it work on Windows.
-
- 08 Nov, 2006 1 commit
-
-
Bruno Coudoin authored
-
- 07 Nov, 2006 3 commits
-
-
Bruno Coudoin authored
-
Bruno Coudoin authored
Patch for memory leaks in shapegame, wordlist, missingletter and reading. With this patch, in shapegame, we can finish a puzzle without changing pages to find pieces. - switch to a non-empty page when the current is empty - when clicking in previous/next page, change only to non-empty pages.
-
Bruno Coudoin authored
* TODO: Soudan typo is now fixed * boards/flags/ja.png: created Japanese flag from wikipedia * boards/geography/board4_2.xml.in: Soudan typo is now fixed * boards/wordprocessor.xml.in: moved to /fun, out of experimental * configure.in: added Japanese * src/boards/py-mod-anim.c: (AnimCanvas_free): Fixed a Major bug in anim bindings. quiting the gnumch activity crash GCompris 1 times on 10 in my case. This seems to fix it and we should consider patching 8.2.1 with this. * src/boards/python/gnumch.py: fixed a string to allow paramter swapping for translations. * src/gcompris/config.c: added japanese.
-
- 06 Nov, 2006 3 commits
-
-
Bruno Coudoin authored
* pt_BR.po: Updated by Frederico Goncalves Guimaraes * fr.po: updated by Bruno to test python swapping params
-
Yves Combe authored
Test in memo sound.
-
Bruno Coudoin authored
Initial Japanese translation by Yuko Hirata
-
- 05 Nov, 2006 4 commits
-
-
Bruno Coudoin authored
2006-11-05 Bruno coudoin - Fixed new activation system to work on windows. - Fixed Marathi voices by Anand Kulkarni
-
Bruno Coudoin authored
* mr.po: Updated Marathi by Sarvangin Vikas Sanstha, Pune, INDIA
-
Bruno Coudoin authored
* boards/wordprocessor.xml.in: * src/boards/clickgame.c: (clickgame_move_item):
-
Bruno Coudoin authored
we are doing. - Now the music on/off in the configure dialog acts in real time. - Now if music and fx are disabled we close the audio output. - Now we reopen the audio output properly if music or fx is selected again.
-
- 04 Nov, 2006 3 commits
-
-
Bruno Coudoin authored
* INSTALL: * autopackage/default.apspec.in: Support for autopackage 1.2 * src/boards/clickgame.c: (canvas_event), (clickgame_start), (clickgame_next_level): A little bit speady, patched by Joshua * src/gcompris/gcompris.c: (gc_activation_check), (gc_init): changed the way --database and --create-db work. Now if the file pointed to --database does not exist, it is created. Now if --create-db is given and the base we point to already exist we erase it first and recreate it. * src/gcompris/sdlplayer.c: (sdlplayer_init), (sdlplayer_quit), (sdlplayer_bg), (sdlplayer), (sdlplayer_halt), (sdlplayer_close), (sdlplayer_reopen), (sdlplayer_pause), (sdlplayer_resume): * src/gcompris/soundutil.c: (gc_sound_init), (gc_sound_close), (gc_sound_reopen), (scheduler_bgnd), (thread_play_ogg): * src/gcompris/soundutil.h: Fixed random freeze when unsetting sounds in the config pannel.
-
Bruno Coudoin authored
-
Bruno Coudoin authored
* src/boards/clickgame.c: (clickgame_pause), (fish_reverse_direction), (fish_gobble), (canvas_event), (item_event), (clickgame_start), (clickgame_end), (clickgame_is_our_board), (clickgame_next_level), (clickgame_animate_item), (clickgame_move_item), (clickgame_destroy_item), (clickgame_destroy_all_items), (clickgame_move_items), (load_random_fish), (clickgame_create_item), (clickgame_drop_items): Improved clickgame by Joshua N.Pritikin /jpritikin on pobox point com/ Return images from load_random_pixmap instead of via global imagelist. Split the fish list into smallish and biggish. Rename some globals for clarity. Keep both normal and mirror'd fish in anticipation of direction reversal. Clean up background setup code. Add frighten and stun behaviors. Trivial cleanups. Put some fish on the screen immediately after starting. * src/gcompris/config.c: (item_event_ok): * src/gcompris/soundutil.c: (gc_sound_init), (scheduler_bgnd), (gc_sound_play_ogg): Improved the management of the sound: - shuffle the background musics on startup - really close the audio device when sounds are deactivated in the config panel - reopen the audio devide when sounds are activated in tha config panel
-
- 03 Nov, 2006 1 commit
-
-
Bruno Coudoin authored
- fixes the digital display in clockgame. - remove a momory leak in memory
-
- 02 Nov, 2006 2 commits
-
-
Bruno Coudoin authored
- Now in clockgame hours and minutes turns to the next one or previous one when dragging http://bugzilla.gnome.org/show_bug.cgi?id=368549 - In shapegame, the green dot is now resseted properly when the item is no more in sight (reported by Joshua N Pritikin)
-
Alexander Shopov authored
2006-11-02 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Yavor Doganov <yavor@doganov.org>
-
- 31 Oct, 2006 4 commits
-
-
Bruno Coudoin authored
-
Bruno Coudoin authored
* src/gcompris/gcompris.c: (gc_locale_set): Fixed non relative call to bindtextdomain(). It was breaking translation with autopackage. Need to be tested.
-
Bruno Coudoin authored
-
Ilkka Tuohela authored
-
- 29 Oct, 2006 1 commit
-
-
Francisco Javier F. Serrador authored
2006-10-29 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
-
- 28 Oct, 2006 1 commit
-
-
Bruno Coudoin authored
-
- 25 Oct, 2006 1 commit
-
-
Ronny Standtke authored
-
- 24 Oct, 2006 3 commits
-
-
Bruno Coudoin authored
autotools croos compilation with mingw32 use glib headers instead of glibc (g_mkdir, g_unlink, g_stat) NEED MORE WORK. cvs maybe broken now. * Makefile.am: * acinclude.m4: * configure.in: * cross-configure.sh: script to run configure. Look variables. * po/Makefile.in.in: * src/boards/Makefile.am: * src/boards/gtans.c: * src/boards/gtans_support.c: (check_file_exists): * src/boards/py-mod-gcompris.c: (py_gcompris_child_watch_add), (py_gcompris_spawn_async): * src/gcompris/Makefile.am: * src/gcompris/binreloc.c: (_br_find_exe): * src/gcompris/board.c: * src/gcompris/board.h: * src/gcompris/file_selector.c: (parse_doc): * src/gcompris/gameutil.c: (gc_util_create_rootdir): * src/gcompris/gcompris.c: (activation_done), (gc_init): * src/gcompris/gcompris_db.c: (gc_db_init): * src/gcompris/images_selector.c: (parse_doc): * src/gcompris/menu.c: (gc_menu_load): * src/gcompris/properties.c: (gc_prop_new): * src/gcompris/sdlplayer.c: (errorv): * src/gcompris/soundutil.c:
-
Ilkka Tuohela authored
-
Yves Combe authored
-
- 23 Oct, 2006 3 commits
-
-
Yves Combe authored
use glib headers instead of glibc (g_mkdir, g_unlink, g_stat) NEED MORE WORK. cvs maybe broken now.
-
Bruno Coudoin authored
- connect4 has been fixed by Miguel to better manage the party end.
-
Bruno Coudoin authored
-
- 22 Oct, 2006 2 commits
-
-
Gabor Kelemen authored
2006-10-22 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
-
David Lodge authored
2006-10-22 David Lodge <dave@cirt.net> * en_GB.po: Updated English (British) translation
-
- 21 Oct, 2006 5 commits
-
-
Bruno Coudoin authored
-
Bruno Coudoin authored
- fixed all boards/Makefile.am, the transformation for i18n was not good enough and was breaking the game missing_letter. - added support for py2exe on windows which allow us to create an embedded package with python, pygtk and pycairo all together - cleanup in boards/* to replace assert by g_assert and remove uneeded includes. - fixed awele to run on windows replace font "12x24" by "sans 12"
-
Bruno Coudoin authored
- fixed all boards/Makefile.am, the transformation for i18n was not good enough and was breaking the game missing_letter. - added support for py2exe on windows which allow us to create an embedded package with python, pygtk and pycairo all together - cleanup in boards/* to replace assert by g_assert and remove uneeded includes. - fixed awele to run on windows replace font "12x24" by "sans 12"
-
Bruno Coudoin authored
minor fuzzy due to newline
-
Bruno Coudoin authored
-
- 19 Oct, 2006 1 commit
-
-
Bruno Coudoin authored
- cleanup, removed uneeded #if defined _WIN32 - in menu.c, removed a free of the plugin that was not correct. there is a leak but it cannot be fixed this way, we need to ref_count the plugins - fixed config.c to make skin selection work again.
-
- 18 Oct, 2006 1 commit
-
-
Bruno Coudoin authored
When a line is split on several lines, the xml:space="preserve" was missing in numerous places. It means that many translations was missing. - Fixed some bad English thanks to Clytie.
-