Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/opt
Commit message (Collapse)AuthorAgeFilesLines
* Vitali Perchonok is com gmail from vitali.peBruno Coudoin2009-01-311-0/+0
| | | | | | | | Graphical improvements. Images taken from openclipart. Matieu Ignacio: New original background for the target activity. svn path=/trunk/; revision=3713
* *** RELEASE 8.4.5 ***Bruno Coudoin2008-05-1225-0/+0
| | | | | | | | | Removed non functional writing tutor activity to make room. Removed non functional oscar and friends to make room Compressed all png images with optipng to save space (5MB saved) svn path=/trunk/; revision=3433
* added 2 cats backgrounds. New animal image from Erwan Velu and AnneBruno Coudoin2007-04-092-0/+0
| | | | | | | | * src/boards/erase.c: added 2 cats backgrounds. * boards/opt/animals/cat1.jpg: New animal image from Erwan Velu and Anne Nicolas. * boards/opt/animals/cat2.jpg: svn path=/trunk/; revision=2586
* moved in boards/skins/gartoon/ updated to reference Mathieu updated to useBruno Coudoin2007-03-201-0/+0
| | | | | | | | | | | | * boards/boardicons/*: moved in boards/skins/gartoon/ * boards/boardicons/README: updated to reference Mathieu * src/boards/menu2.c: (create_panel), (menu_create_item), (create_top): updated to use icons from the skin directory * src/gcompris/gcompris.c: (main): moved gc_skin_load() down in the startup process. The gartoon skin style was never used, even when gartoon was selected. svn path=/trunk/; revision=2529
* - Implemented the --nobackimg option. With it all backgroundBruno Coudoin2007-03-0986-0/+29
images that are not mandatory to play an activity are not displayed. All images in boards/opt are skipped if loaded with the set_background() API and the --nobackimg is set. svn path=/trunk/; revision=2503