Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GC_SOUND: Add a property for policy. Fix bug if played item is destroyedEXPERIMENTALYves Combe2006-12-189-38/+160
| | | | | | | | | | | | GC_SOUND: Add a property for policy. Fix bug if played item is destroyed at end before it's "play_end" callback. TODO: fix bug if item is destroyed when it's playing. GCOMPRIS fix memory and bar.c TODO: python binding for gc_sound_from_gc_filename
* GC_SOUND gc_sound_append_child now accepts varargs for item properties.Yves Combe2006-12-1528-527/+389
| | | | | | | | | | | | | | | | | GC_SOUND gc_sound_append_child now accepts varargs for item properties. add destroy_after_play property to play and destroy and item. fix GcSoundPOlicy names (NONE -> POLICY_NONE) GCOMPRIS change soundutil to use gc_sound change config.c to use gc_sound add mixer, channels music and fx in properties change memory to use gc_sound (BROKEN now) TODO fix memory (policy and cards comparaison broken) add gc_sound_item_from_gc_filename in python bindings
* Merge code with HEAD before integrating gc_sound in gcompris.Yves Combe2006-12-13182-3183/+16859
|
* GC_SOUND: - add demo.py little python demo. - add g_object_ref inYves Combe2006-12-128-33/+210
| | | | | | | | | GC_SOUND: - add demo.py little python demo. - add g_object_ref in mixer_sdl_new (fix bug in destroy). - get filename returns a copy of the string, not the pointer itself. - reset channel number when a channel is destroyed.
* GC_SOUND - fix errors in destroy (destroy loop).Yves Combe2006-12-108-43/+104
| | | | | GC_SOUND - fix errors in destroy (destroy loop).
* GC_SOUND Python bindingsYves Combe2006-12-0928-1783/+2510
|
* gc_sound: Work on destroy recursive on mixer-SDL/channel/itemYves Combe2006-12-0811-205/+335
|
* GCSound: add GCSoundObject to have a base class with destroy signal.Yves Combe2006-12-019-25/+370
|
* Rewrite gc_sound without gob (in C).Yves Combe2006-11-2922-825/+2126
|
* Added sound policyYves Combe2006-11-166-102/+258
|
* Play loop item/groups.Yves Combe2006-11-155-47/+149
| | | | Mute item/groups.
* gc_sound: play groups of itemYves Combe2006-11-147-43/+232
|
* forgotten fileYves Combe2006-11-141-0/+530
|
* *** empty log message ***Yves Combe2006-11-1421-0/+19656
|
* changed to no more use open. open is not portable and it fails to openBruno Coudoin2006-11-132-10/+15
| | | | | | * src/gcompris/properties.c: (gc_prop_config_file_get), (gc_prop_new): changed to no more use open. open is not portable and it fails to open file with utf8 characters on windows.
* *** empty log message ***Ronny Standtke2006-11-122-165/+247
|
* Added a connect4 two player modeBruno Coudoin2006-11-126-250/+339
|
* Updated arabic translation by Nabil Ben KhalifaBruno Coudoin2006-11-122-1218/+4098
|
* no more save translated text in the base. save the english versionBruno Coudoin2006-11-122-12/+21
| | | | | * src/gcompris/menu.c: (_add_xml_to_data): no more save translated text in the base. save the english version instead.
* - Added support for sqlite compilation under windowsBruno Coudoin2006-11-127-30/+60
| | | | | | | | | | * Makefile.mingw.in: * src/boards/Makefile.mingw: * src/boards/python/melody.py: removed printout * src/gcompris/Makefile.mingw: * tools/py2exe/gcompris.py: * src/boards/erase.c: (erase_create_item): fixed out of bounds image
* - Removed Ofset Logo. GCompris is no more an Ofset project.Bruno Coudoin2006-11-105-68/+31
| | | | | | | | | | | - Removed Ofset Logo. GCompris is no more an Ofset project. * boards/skins/gartoon/ofsetlogo.png: * src/gcompris/about.c: (gc_about_start): * src/gcompris/gameutil.c: Fixed to add G_STDIO_NO_WRAP_ON_UNIX * src/gcompris/gcompris.c: (gc_fullscreen_set): Applied a patch from Karl Tomlinson
* Add python binding for sound policy (gcompris.sound).Yves Combe2006-11-104-112/+124
|
* Minor, added comment on how to add tuxpaint and sqlite supportBruno Coudoin2006-11-092-2/+5
|
* Minor fix for the prep targetBruno Coudoin2006-11-091-1/+1
|
* Minor, just re-formatted to fit 80 columnsBruno Coudoin2006-11-093-78/+129
|
* Missing #define G_STDIO_NO_WRAP_ON_UNIXBruno Coudoin2006-11-091-0/+2
|
* Landing of GCOMPRIS_8_2_CROSSCOMPIL branch.Yves Combe2006-11-0967-633/+1003
| | | | | | | Allow cross compilation for win32 with mingw/Linux. Use GLib functions instead of unix one . Adapt Tuxpaint launcher to make it work on Windows.
* Removed uneededBruno Coudoin2006-11-081-39/+0
|
* - Removed unused `no_undefined'Bruno Coudoin2006-11-073-71/+120
|
* - Patch by Miguel DE IZARRABruno Coudoin2006-11-075-79/+120
| | | | | | | | | | 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.
* Soudan typo is now fixed created Japanese flag from wikipedia Soudan typoBruno Coudoin2006-11-079-8/+26
| | | | | | | | | | | | | | * 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.
* Updated by Frederico Goncalves Guimaraes updated by Bruno to test pythonBruno Coudoin2006-11-063-1800/+4891
| | | | | * pt_BR.po: Updated by Frederico Goncalves Guimaraes * fr.po: updated by Bruno to test python swapping params
* New sound policy to halt previous sound before play.Yves Combe2006-11-065-116/+110
| | | | Test in memo sound.
* Initial Japanese translation by Yuko HirataBruno Coudoin2006-11-064-2/+5221
| | | | Initial Japanese translation by Yuko Hirata
* *** RELEASE 8.2 ***Bruno Coudoin2006-11-057-18/+37
| | | | | | | 2006-11-05 Bruno coudoin - Fixed new activation system to work on windows. - Fixed Marathi voices by Anand Kulkarni
* Updated Marathi by Sarvangin Vikas Sanstha, Pune, INDIABruno Coudoin2006-11-052-1206/+1023
| | | | * mr.po: Updated Marathi by Sarvangin Vikas Sanstha, Pune, INDIA
* * boards/wordprocessor.xml.in:Bruno Coudoin2006-11-0563-2/+74
| | | | * src/boards/clickgame.c: (clickgame_move_item):
*