Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixed assetml location. Now I put them in /usr/share/assetmlBruno Coudoin2003-09-032-6/+5
|
* Now zero value no more displayed if one dice only now text is displayed isBruno Coudoin2003-08-292-27/+38
| | | | | * src/boards/reversecount.c: (item_event): Now zero value no more displayed if one dice only * src/boards/colors.c: now text is displayed is no voice available or sounds fx are disabled
* added assetml.in file creation added assetml package creation uses assetmlBruno Coudoin2003-08-2716-240/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: added assetml.in file creation * gcompris.spec.in: added assetml package creation * src/boards/click_on_letter.c: (repeat), (click_on_letter_create_item), (phone_event): uses assetml * src/boards/colors.c: (repeat): uses assetml * src/boards/draw.c: (color_event): uses assetml * src/boards/gletters.c: (gletters_create_item): uses assetml * src/boards/smallnumbers.c: (smallnumbers_create_item): uses assetml * src/gcompris/bar.c: (gcompris_bar_start), (gcompris_bar_set_level), (bar_play_sound), (item_event_bar): uses assetml * src/gcompris/config.c: (set_locale_flag), (item_event_ok): uses assetml / fixed focus effect * src/gcompris/gameutil.c: (gcompris_get_asset_file), (gcompris_load_pixmap_asset), (gcompris_load_pixmap): assetml enhancements * src/gcompris/gameutil.h: assetml enhancements * src/gcompris/gcompris.c: (gcompris_init): uses assetml * src/gcompris/soundutil.c: (thread_play_ogg), (gcompris_play_sound): assetml enhancements * src/libassetml/assetml.c: (dump_asset), (assetml_add_xml_to_data), (matching), (parse_doc), (assetml_read_xml_file), (assetml_load_xml), (free_asset), (assetml_get_asset): removed the name field in assetml to use file as a key instead * src/libassetml/assetml.h: assetml enhancements * src/libassetml/test/test.c: (load_asset), (main): assetml enhancements * src/libassetml/test/test_assetml.assetml: assetml enhancements * src/libassetml/tools/assetml-query.c: (dump_asset), (main): assetml enhancements
* fixed several bugs: can no more jump over the fish can no more faceBruno Coudoin2003-08-251-63/+115
| | | | | | * src/boards/reversecount.c: fixed several bugs: can no more jump over the fish * can no more face impossible case (too close or too far) * now tux moves ice by ice to let the kid count in his head.
* fixed the gamewon status that were not reseted at next level replaced theBruno Coudoin2003-08-231-2/+2
| | | | | | * src/boards/shapegame.c: fixed the gamewon status that were not reseted at next level * boards/babymatch/board5_0.xml.in: replaced the match star/tree by tuxplane/tuxhelico since * the tree/star has no meaning in non christian country
* removed help with hand requested when it's no more necessary to click okBruno Coudoin2003-08-215-120/+149
| | | | about.c fixed the non translation of author
* fixed bug: if the item is back to the list, it remains marked foundBruno Coudoin2003-08-211-6/+9
|
* fixed bug: the game starts when help is displayedBruno Coudoin2003-08-211-7/+7
|
* fixed highlighting the dice was resseting the dic to 1Bruno Coudoin2003-08-211-6/+7
|
* src/boards/submarine.c: fixed to display the helpBruno Coudoin2003-08-211-0/+12
|
* removed uneeded gcompris_pixmap.assetml changed ASSETMLDIR createdBruno Coudoin2003-08-184-22/+93
| | | | | | | | | | * boards/Makefile.am: removed uneeded gcompris_pixmap.assetml * configure.in: changed ASSETMLDIR * gcompris.spec.in: created gcompris-assetml-flags package * src/boards/submarine.c: (submarine_create_item), (setRegleur), (setBallastAV), (setBallastAR): added rectangle to show water level in tanks * src/gcompris/config.c: added hindian * po/de.po: updated by Ronny Standtke <Ronny.Standtke@gmx.de>
* removed mines and explosion from submarineBruno Coudoin2003-08-144-532/+588
| | | | added display of tanks air value
* changed the assetml api to include a mime typeBruno Coudoin2003-08-126-147/+163
|
* fixed bug in canal lockBruno Coudoin2003-08-113-34/+20
|
* missingBruno Coudoin2003-08-111-0/+11
|
* neededBruno Coudoin2003-08-103-2/+14
|
* needed sory Ronny StandtkeBruno Coudoin2003-08-101-0/+59
|
* neededBruno Coudoin2003-08-091-0/+9
|
* updated libassetml fixed infinite loop in src/gcompris/soundutil.cBruno Coudoin2003-08-069-21/+78
| | | | | updated libassetml fixed infinite loop in src/gcompris/soundutil.c
* not needed in cvsBruno Coudoin2003-08-061-495/+0
|
* added tools assetml-query.cBruno Coudoin2003-08-057-38/+213
|
* nothing to do in the cvsBruno Coudoin2003-08-041-703/+0
|
* library createdBruno Coudoin2003-07-3112-0/+2081
|
* added fifteen board fixed 'esc' issue while dialog box are openBruno Coudoin2003-07-218-20/+560
| | | | | added fifteen board fixed 'esc' issue while dialog box are open
* fixed Pfaume by Pflaume by Nicolas Kaiser Improved loading time. MatchingBruno Coudoin2003-07-144-24/+27
| | | | | | | | | * boards/wordsgame/wordslevelmax.de: fixed Pfaume by Pflaume by Nicolas Kaiser * src/gcompris/board.c: (board_check_file), (board_play), (board_pause): Improved loading time. Matching parsing board xml -> plugin was overly done * src/gcompris/config.c: added hebrew * src/gcompris/gameutil.c: (gcompris_read_xml_file): initialised gcomprisBoard->plugin * src/boards/menu.c: now if there is no plugin for a board type, it's icon is not displayed
* release 3.2 fixed bug with gnuchess above 5.05 and 5.06 with theseBruno Coudoin2003-06-271-5/+13
| | | | | | | release 3.2 fixed bug with gnuchess above 5.05 and 5.06 with these gnuchess, gcompris was not able to play chess. Simon Waters <Simon@wretched.demon.co.uk> who maintains gnuchess tell me it should be fixed in 5.07
* added malayalam and macedonian to config in gcomprisBruno Coudoin2003-06-241-1/+3
|
* fixed deadlock, speeded the locks moves, added canvas updateBruno Coudoin2003-06-151-8/+35
| | | | * src/boards/canallock.c: fixed deadlock, speeded the locks moves, added canvas update
* fixed bug #752703 (from Olivier Berger) : Better user warning messageBruno Coudoin2003-06-151-2/+3
| | | | * src/boards/menu.c: (item_event): fixed bug #752703 (from Olivier Berger) : Better user warning message
* Added Dynamic screen/skin resolution change added way to display creditBruno Coudoin2003-06-093-4/+155
| | | | | | | | | | 2003-06-09 Bruno Coudoin <bruno.coudoin@free.fr> * TODO: Added Dynamic screen/skin resolution change * src/gcompris/oggplayer.c: (decode_ogg_file), (erase_credits), (display_ogg_file_credits): added way to display credit info from ogg * src/gcompris/soundutil.c: (initSound), (scheduler_bgnd), (thread_play_ogg): added background music support
* removed gnome-common-init, added gnome-compile-warningBruno Coudoin2003-06-034-9/+10
| | | | | | | | | | | | | | | | | 2003-06-03 Bruno Coudoin <bruno.coudoin@free.fr> * configure.in : removed gnome-common-init, added gnome-compile-warning 2003-06-03 Uwe Koloska <uwe@koloro.de> reviewed by: Bruno Coudoin * src/boards/hanoi.c: (hanoi_create_item): code cleanup * src/boards/money.c: (process_ok): code cleanup * src/gcompris/bonus.c: (gcompris_display_bonus): code cleanup * src/gcompris/gcompris-edit.c: (add_menu), (parse_doc), (read_xml_file), (main): code cleanup
* fixed refresh in shapeBruno Coudoin2003-05-213-4/+31
|
* release 3.0R3_0Bruno Coudoin2003-05-193-4/+16
|
* completed properly completed properly completed properly added skin colorsBruno Coudoin2003-05-082-3/+15
| | | | | | | | | | | * boards/geography/board3_0.xml.in: completed properly * boards/geography/board4_0.xml.in: completed properly * boards/geography/europe/europe.jpg: completed properly * boards/skins/default/skin.xml: added skin colors for the erase board * boards/skins/pink/skin.xml: added skin colors for the erase board * po/POTFILES.in: added europe boards * src/boards/erase.c: (erase_create_item): added skin colors * src/boards/shapegame.c: (item_event), (item_event_edition): fixed edit mode bug
* now puzzle is ordered now puzzle is ordered improved the edition mode.NowBruno Coudoin2003-05-062-12/+147
| | | | | | | | | | | | * boards/geography/board3_0.xml.in: now puzzle is ordered * boards/geography/board4_0.xml.in: now puzzle is ordered * src/boards/shapegame.c: (key_press), (shapegame_next_level), (item_event), (item_event_edition): improved the edition mode.Now enter 'e' to enter edition. a dialog explain the keys. the 'd' key displays all the shape and let's you move shape. This is a very big improvement over the old way of doing. * src/gcompris/gameutil.c: (gcompris_dialog): Fixed to use the skin path
* added europe added a refresh canvas in bar.cBruno Coudoin2003-05-061-1/+5
| | | | | added europe added a refresh canvas in bar.c
* fixed missing skin call for imagesBruno Coudoin2003-05-031-4/+4
|
* initialBruno Coudoin2003-04-271-0/+8
|
* Integrated patch from Olivier Berger to add user plugins dir into the pythonOlivier Samyn2003-04-251-2/+21
| | | | search path.
* -Removed some debug messagesOlivier Samyn2003-04-242-19/+87
| | | | -Added python import checks before loading boards to avoid gcompris crash.
* - Added the python skin binding filesOlivier Samyn2003-04-224-0/+181
|
* - Updated all plugins to use the new skin fonts and colors feature (only forOlivier Samyn2003-04-2227-257/+252
| | | | | | | the gcompris std part, the rest is to be done by the plugin developpers). - Added the new skin features to the python binding. - Some work on my future python board. - Removed debug messages from skin.c
* removed *.pycBruno Coudoin2003-04-221-0/+1
|
* added compiled pythonBruno Coudoin2003-04-222-0/+2
|
* - Modified the python plugin to work with a python class instead of a set ofOlivier Samyn2003-04-1714-249/+642
| | | | | | | functions. (See python.html and pythontest.py for more infos) - Added a way to specify skins colors and fonts (a skin.xml file located in the skin directory) - Modified the gcompris core to use those new infos.
* needed to be cvs update cleanBruno Coudoin2003-04-176-0/+42
|
* Reworked the python submodules to get them working.Olivier Samyn2003-04-1121-14/+86
| | | | | Tests some features using pythontest.py Removed some unusefull files because they are added by the autogen process.
* added submarineBruno Coudoin2003-04-021-0/+7
|
* Olivier Samyn <osamyn@ulb.ac.be>Bruno Coudoin2003-03-2515-69/+903
| | | | Completed the python port
* Christophe Trophime <trophime@grenoble.cnrs.fr>Bruno Coudoin2003-03-174-41/+91
| | | | MAX OSX Port