Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/maze3D.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
* new menus architecture improvment.Yves Combe2006-01-181-1/+1
| | | | Resize some icons.
* reorganise menus suppress -d filter option in menu.c add --experimentalYves Combe2006-01-181-1/+1
| | | | | | | | | reorganise menus suppress -d filter option in menu.c add --experimental probably some boards will disappears (if typo in xml.in section). pass version to 7.29 to force reread xml
* fix broken menus.Yves Combe2005-11-231-1/+1
|
* Clytie Siddall gave us a complete string review.Bruno Coudoin2005-10-111-4/+1
| | | | This commit is the intergration of her work.
* Change section buhaviour in xml filesYves Combe2005-06-111-1/+1
| | | | Registering boards in sqlite at load almost working (--enable-profils).
* A new level from Frank Doucet in Chronos, the seasons. reorganized allBruno coudoin2005-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | 2005-02-05 Bruno coudoin <bruno.coudoin@free.fr> A new level from Frank Doucet in Chronos, the seasons. reorganized all mazes in a submenu in the computer section * boards/Makefile.am: * boards/chronos/Makefile.am: * boards/chronos/board1_1.xml.in: * boards/chronos/images/autumn.png: * boards/chronos/images/spring.png: * boards/chronos/images/summer.png: * boards/chronos/images/winter.png: * boards/maze.xml.in: * boards/maze2DRelative.xml.in: * boards/maze3D.xml.in: * boards/mazeInvisible.xml.in: * boards/mazeMenu.xml.in: * po/POTFILES.in:
* Bugzilla #139771: Strings addition, fixes by Adam WeinbergerBruno Coudoin2004-04-141-2/+2
| | | | Bugzilla #140045: s/strwaberry/strawberry/ in hexagon.xml.in
* Created by Ronny Standtke to have a contextual redo/help icon Created byBruno Coudoin2003-12-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | * boards/images/maze-2d-bubble.png: Created by Ronny Standtke to have a contextual redo/help icon * boards/images/maze-3d-bubble.png: Created by Ronny Standtke to have a contextual redo icon * boards/skins/default/button_redo.png: Created by Ronny Standtke to have a contextual redo icon * boards/skins/default/button_reload.png: Created by Ronny Standtke to have a contextual redo icon * boards/maze3D.xml.in: added some help * docs/C/gcompris.texi: updated development process * docs/C/python.html: updated development process * docs/fr/gcompris.texi: updated development process * po/POTFILES.in: added redraw_symmetrical * src/boards/hanoi.c: (hanoi_create_item): removed console printout * src/boards/maze.c: (start_board), (repeat), (maze_create_item): implemented a contectual help icon. * src/boards/python/redraw.py: now display the icon of the mode. now the new board don not overlap the bonus icon. * added support for symmetrical mode * src/boards/railroad.c: (start_board): implemented a contectual help icon. * src/boards/traffic.c: (start_board): implemented a contectual help icon. * src/gcompris/bar.c: (gcompris_bar_set_repeat_icon): fixed to work with the focus * src/gcompris/bonus.h: indent fix * src/gcompris/images_selector.c: (item_event_imageset_selector): fixed bad cast (gcc warning) * src/gcompris/properties.c: (gcompris_properties_new): fixed core dump when no LANG ENV var are set
* Changed to use the new menu system. Now submenu are discovered dynamicallyBruno Coudoin2003-01-121-0/+1
|
* first release of the gnome 2 portBruno Coudoin2002-12-151-1/+2
|
* fixed random bad display of the image fixed in i386, keys was not workingBruno Coudoin2002-11-251-2/+2
| | | | | | | | | * boards/scales/board1_0.xml.in: fixed random bad display of the image * src/boards/gletters.c: (key_press): fixed in i386, keys was not working anymore * src/boards/shapegame.c: (item_event), (add_shape_to_canvas), (add_xml_shape_to_data), (parse_doc): now support the position property in the xml to specify the depth of the shape :back/front. Fixed the sound support for the level 3 of doublentry board. * src/gcompris/soundutil.c: reindented
* added maze 3D added maze 2D force added gnuchess requirement updated addedBruno Coudoin2002-11-111-0/+17
* boards/fun.xml.in: added maze 3D * boards/maze.xml.in: added maze 2D force * gcompris.spec.in: added gnuchess requirement * po/POTFILES.in: updated * src/boards/algebra.c: (key_press), (get_operand), (init_operation): added backspace support * src/boards/chess.c: (start_board), (chess_create_item), (item_event), (engine_local_cb), (write_child): now works with gnuchess 5 only * src/boards/maze.c: Christof Petig <christof@petig-baender.de> implemented a 3D mode * src/boards/reversecount.c: (process_ok), (reversecount_create_item): Changed the tux to a top view 4 direction one * src/gcompris/soundutil.c: (scheduler), (gcompris_play_ogg): removed comments