Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/imageid
Commit message (Collapse)AuthorAgeFilesLines
* *** RELEASE 8.4.5 ***Bruno Coudoin2008-05-1212-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
* cleanup, removed unneeded cvsignoreBruno Coudoin2007-09-041-3/+0
| | | | svn path=/trunk/; revision=2957
* - Implemented the --nobackimg option. With it all backgroundBruno Coudoin2007-03-092-12/+12
| | | | | | | | | 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
* *** RELEASE 8.2BETA1 ***Bruno Coudoin2006-10-211-1/+1
| | | | | | | | | - fixed all boards/Makefile.am, the transformation for i18n was not good enough and was breaking the game missing_letter. - added support for py2exe on windows which allow us to create an embedded package with python, pygtk and pycairo all together - cleanup in boards/* to replace assert by g_assert and remove uneeded includes. - fixed awele to run on windows replace font "12x24" by "sans 12"
* - fixed bug#352350 Some typos in the PO fileBruno Coudoin2006-08-221-3/+1
| | | | | | | | - added ukrainian flag, waiting for po file. - fixed several acivity make them work with gc_net_load_xml API they no more get their xml data file locally - fixed several activity to get their translations from gettext instead of the xml data file itself. It saves a lot of space and makes packagers happy.
* - changed transformation of xml.in files to xml files. Now the translationsBruno Coudoin2006-08-121-1/+8
| | | | | | | are no more embedded in them. It was no more used for a while, we take the translation from the po file directly. This saves 2 to 3 MB !. - Fixed the escape key on to level menu. It no more stops the menu itself. - Added initial support for autopackage software packaging system.
* Include new theme from Franck Doucet <franckdoucet on wanadoo point fr>Bruno Coudoin2004-10-091-0/+0
|
*