Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/memory_tux.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
* - Review of English strings by Clytie SiddallBruno Coudoin2006-01-221-2/+2
| | | | | - Improved the submarine icon based on a Nicu icon from openclipart.org - Fixed Tux_mute.png, it was commited without -kb option and was obviously corrupted.
* 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
* Many bugfixes.Bruno Coudoin2005-10-301-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * boards/guessnumber.xml.in: Name of section change to fix the bug of memory disapearing * boards/memory.xml.in: - * boards/memory_group.xml.in: - * boards/memory_tux.xml.in: - * boards/mosaic.xml.in: - * boards/railroad.xml.in: - * boards/submarine/vanne.png: Changed to be easier to catch * boards/tuxpaint.xml.in: added translation aware * po/POTFILES.in: added tuxpaint * src/boards/erase.c: (game_won): added more animals images to give more change they change at each gameplay * src/boards/python/guessnumber.py: fixed pause. back from help was broken. * src/boards/python/hexagon.py: fixed pause. back from help was broken. * src/boards/railroad.c: (reposition_model), (animate_step), (animate_model): fixed anormal speed increase * src/boards/wordsgame.c: (key_press), (wordsgame_read_wordfile): removed compile warnings * src/gcompris/gcompris_db.c: (gcompris_db_init), (gcompris_db_set_date), (gcompris_db_set_version), (gcompris_db_board_update), (gcompris_db_read_board_from_section), (gcompris_db_get_board_id), (gcompris_db_remove_board), (gcompris_db_get_profile), (gcompris_get_user_from_id), (gcompris_get_class_from_id), (gcompris_get_groups_list), (gcompris_get_users_list), (gcompris_get_classes_list): removed compile warnings
* - Changed the key system for windows to use only numbersBruno Coudoin2005-10-121-1/+1
| | | | | | - Now the keypad is always considered with num lock set. boards no more need to make the keypad adaptation. - created a new group
* ards/memory_tux.xml.in: set it back to difficulty 2 moved nameBruno Coudoin2005-09-021-1/+1
| | | | | | | | | ards/memory_tux.xml.in: set it back to difficulty 2 * docs/screenshots/colors.jpg: moved name * docs/screenshots/colors1.jpg: * docs/screenshots/colors1_small.jpg: * docs/screenshots/colors_small.jpg: * docs/spip_menuboard.xsl: fixed sub menu error
* set difficulty to 0 to hide it even if it is ready.Bruno Coudoin2005-09-011-1/+1
| | | | will set it to 2 after.
* add new mode in memory.c: Play against the computer.Yves Combe2005-09-011-0/+24
That makes a new board: /boards/memory_tux