Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/searace.xml.in
Commit message (Collapse)AuthorAgeFilesLines
* Major rework of activity icons by Mathieu Ignacio.Bruno Coudoin2007-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | These Images are an original creation of Mathieu Ignacio. Released under GPL. Starting now, we switch to the svg format. * po/POTFILES.skip: Updated * src/boards/Makefile.am: cleanup, removed draw.c * src/boards/Makefile.mingw: - * src/boards/draw.c: - * src/boards/python/anim.py: removed focus highlight to keep the ON buttons. * src/boards/python/redraw.py: removed image boards/draw directory, use them from skins now. * src/boards/wordprocessor.c: (wordprocessor_create): use draw skin image now * src/gcompris/gameutil.c: (gc_pixmap_load): Now return a blank inline pixmap instead of NULL if the file is not found. * src/libgnomecanvas/gnome-canvas-rich-text.c: removed translatable string svn path=/trunk/; revision=2694
* Fixed bad formatted strings that breaks translation.Bruno Coudoin2007-04-011-1/+6
| | | | svn path=/trunk/; revision=2573
* Clytie Siddall gave us a complete string review.Bruno Coudoin2005-10-111-13/+2
| | | | This commit is the intergration of her work.
* Added non functionnal hanoi_real game (the real tower of hanoi).Bruno Coudoin2005-09-101-4/+4
| | | | * boards/searace.xml.in: removed " and <> that bugs our reread menu
* Fixed english text. Bug #315177Bruno Coudoin2005-09-041-16/+11
| | | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=315177 Thanks to Clytie Siddall for this complete fixup of our bad english. It's very important for an educational software like GCompris to be as correct as possible in the text messages.
* Change section buhaviour in xml filesYves Combe2005-06-111-1/+1
| | | | Registering boards in sqlite at load almost working (--enable-profils).
* fixed Yager by Yeager (reported by Kelemen Gábor) fixed typo on weather -Bruno Coudoin2005-01-231-1/+3
| | | | | | | | | | | | * boards/chronos/board4_1.xml.in: fixed Yager by Yeager (reported by Kelemen Gábor) * boards/searace.xml.in: fixed typo on weather * boards/searace1player.xml.in: - * src/boards/python/anim.py: New version of anim by Yves. This version save the anim in an incompatible format. Now anim are saved in anim2 directory to avoid confusion. This new anim will be mozilla-svg compatible. It will be possible to publish our kids creation on the web. * src/boards/python/searace.py: Completed, it is now possible to make measurements by dragging the mouse.
* added the boat to make it easier to catch added more info on each item - -Bruno coudoin2005-01-101-4/+16
| | | | | | | | | | | | | | | | | | 2005-01-09 Bruno coudoin <bruno.coudoin@free.fr> * boards/boardicons/tuxpara.png: added the boat to make it easier to catch * boards/chronos/board3_0.xml.in: added more info on each item * boards/chronos/board3_1.xml.in: - * boards/chronos/board3_2.xml.in: - * boards/chronos/board3_3.xml.in: - * boards/chronos/board3_4.xml.in: - * boards/searace.xml.in: updated the help * docs/C/python.xml: added a missing #define for BAR_REPEAT_ICON * src/boards/paratrooper.c: (paratrooper_next_level): make the boat larger initialy * src/boards/py-mod-gcompris.c: (python_gcompris_module_init): added missing BAR_REPEAT_ICON * src/boards/python/hexagon.py: removed useless comments. added a timeout on a win to let the kid see the strawberry * src/boards/python/searace.py: updated and completed. * src/boards/traffic.c: (cars_from_strv): changed a color too close to the background
* added, created by bruno set to level 6, first manual. FIRST playableBruno Coudoin2005-01-051-3/+4
| | | | | | * boards/boardicons/searace.png: added, created by bruno * boards/searace.xml.in: set to level 6, first manual. * src/boards/python/searace.py: FIRST playable version, have fun.
* Franck Doucet remade all the euro coins and paper to be more kiddyBruno Coudoin2004-12-051-0/+18
and more generic * boards/Makefile.am: * boards/chronos.xml.in: * boards/money/euro/c10c.png: * boards/money/euro/c1c.png: * boards/money/euro/c1e.png: * boards/money/euro/c20c.png: * boards/money/euro/c2c.png: * boards/money/euro/c2e.png: * boards/money/euro/c50c.png: * boards/money/euro/c5c.png: * boards/money/euro/p100e.jpg: * boards/money/euro/p200e.jpg: * boards/money/euro/p500e.jpg: * boards/searace.xml.in: start of a searace activity * docs/website/auteur.html: added spip menus * docs/website/footer.html: * docs/website/header.html: * docs/website/menu.html: * src/boards/money_widget.c: * src/boards/money_widget.h: * src/boards/python/searace.py: far from playable yet