Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README.mingw
Commit message (Collapse)AuthorAgeFilesLines
* Better documenting windows buildBruno Coudoin2009-10-111-1/+2
|
* Synced windows port with files from the GCOMPRIS_8_3 branch.Bruno Coudoin2009-07-191-22/+14
|
* Windows issue. Translation was broken in all python modules.Bruno Coudoin2008-02-131-1/+2
| | | | | | Now use the gcompris gettext instead of the python one. svn path=/trunk/; revision=3242
* - Added more sound effects. All taken from tuxpaints.Bruno Coudoin2006-12-071-0/+7
| | | | - Added more sound effects. All taken from tuxpaints.
* *** RELEASE 8.2 ***Bruno Coudoin2006-11-051-1/+0
| | | | | | | 2006-11-05 Bruno coudoin - Fixed new activation system to work on windows. - Fixed Marathi voices by Anand Kulkarni
* *** RELEASE 8.2BETA1 ***Bruno Coudoin2006-10-211-0/+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"
* *** RELEASE 8.0BETA6 ***Bruno Coudoin2006-09-181-0/+2
| | | | | | | | | - Fixed clickgame and chess on windows (uses the old chess.c code) - chess on linux updated to use the new glib API - More GC API fix: board_pause now gc_board_pause board_play now gc_board_play board_stop now gc_board_stop
* - Minor resizing of some icons do make them appear smotherBruno Coudoin2006-09-171-3/+3
| | | | | - Changed gcompris logo to newer design from Franck. - Fixed clickgame to work again on windows
* minor update fixed category based on Poiroud Marc input Education;TeachingBruno Coudoin2006-09-151-0/+1
| | | | | | | | * README.mingw: minor update * gcompris-edit.desktop.in: fixed category based on Poiroud Marc input Education;Teaching * gcompris.desktop.in: Game;KidsGame * src/boards/py-mod-bonus.c: (python_gcompris_bonus_module_init): fixed API for board_finished * src/boards/python/hexagon.py: reindent
* Updated to reflect the current windows compilation process. fixed aBruno Coudoin2006-08-141-44/+29
| | | | | | | * README.mingw: Updated to reflect the current windows compilation process. * src/boards/superbrain.c: (superbrain_create_item): fixed a warning and highly potential problem. * src/gcompris/gameutil.c: (gcompris_find_absolute_filename): minor, fixed a debug warning
* updated now the installer works. There is still a major problem withBruno Coudoin2005-05-061-12/+8
| | | | | | * README.mingw: updated * src/gcompris/Makefile.mingw: now the installer works. There is still a major problem with bonuses not working on windows.
* added config.h.windows added more specific informations fixed project linkBruno Coudoin2004-06-171-0/+12
| | | | | | | | | | | | | | | | | * Makefile.am: added config.h.windows * README.mingw: added more specific informations * README.windows: fixed project link * config.h.windows: create. use it to compile on mingw * configure.in: changed to release 6.1 * src/boards/Makefile.am: added boards2static.pl utility for mingw * src/gcompris/assetml.c: (assetml_get_locale): replaced getenv by g_getenv * src/gcompris/board.c: (init_plugins), (board_check_file): merged mingw version and linux version * src/gcompris/gameutil.c: (gcompris_read_xml_file), (gcompris_load_menus): fixed bugs in which you cannot go back to upper menu if you enter the configuration dialog while you are in a submenu. * src/gcompris/gcompris-board.h: reindent * src/gcompris/gcompris.c: (setup_window), (gcompris_init): implemented the grace period stuff for mingw
* added README.mingw copyed from a mingw ported program. can find backBruno Coudoin2004-06-131-10/+0
| | | | | | | | | | | | | | | | | | | | | * .cvsignore: * Makefile.am: added README.mingw * README.mingw: copyed from a mingw ported program. can find back which. Not adapted to gcompris maybe highly wrong but it's better than nothing. * boards/Makefile.am: -A- added anim by Yves Combe yves at ycombe point net * boards/anim.xml.in: -A- * boards/anim/camera.png: created by Bruno * boards/boardicons/anim.png: created by Bruno * gcompris.ico: for windows * po/POTFILES.in: -A- * src/boards/clickgame.c: (get_bplugin_info), (clickgame_is_our_board): changed plugin name ti suit the standard and ease the windows maintenance * src/boards/clockgame.c: (display_hour): hour needle is shorter now. (due to user remarks) * src/boards/menu.c: added static where missing * src/boards/python/Makefile.am: -A- * src/boards/python/anim.py: -A- * src/boards/traffic.c: added static where missing * src/boards/wordsgame.c: (key_press): nothing.
* taken from the pan project taken from the pan project now really GB flagBruno Coudoin2004-04-271-0/+96
* README.mingw: taken from the pan project * README.windows: taken from the pan project * boards/flags/en_GB.png: now really GB flag * po/POTFILES.in: updated * src/gcompris/gameutil.c: (gcompris_get_board_from_section): added traces * src/gcompris/soundutil.c: (scheduler): added a lock that was deadlocking on windows.