Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/boards
Commit message (Collapse)AuthorAgeFilesLines
* Added our chess_windows in the tar ball.Bruno Coudoin2009-11-111-1/+2
|
* hide the bar while waiting for the bonus.Bruno Coudoin2009-10-251-0/+1
|
* removed stdout print traces.Bruno Coudoin2009-10-161-13/+5
|
* Now wordprocessor activity has the focus into the editing part by default.Bruno Coudoin2009-10-161-0/+2
|
* Hide the bar as soon as the user won during the bonus timeout.Bruno Coudoin2009-10-161-0/+1
|
* Fixed a major bug resulting in garbled string in the advanced colorBruno Coudoin2009-08-281-1/+4
| | | | | | activity. In this activity the color to search was garbled in American english and in case there is no translations available for the running locale.
* Synced windows port with files from the GCOMPRIS_8_3 branch.Bruno Coudoin2009-07-192-7/+1170
|
* Shapegames could crash if one tried to move an object while the bonus-objectWolfram Sang2009-06-181-0/+8
| | | | | (e.g. sad flower) was still shown. Fix this by ensuring that the object to move or drop is the same one that got dragged.
* When shuffling the items for the left bar, the last item was skipped. As theWolfram Sang2009-06-181-1/+1
| | | | | upper limit for random-functions is exclusive, we have to pass the whole list_size, not list_size - 1. Also, simplify the code.
* Fix an off-by-one bug in the calculation of the amount of levels, which made itWolfram Sang2009-06-181-4/+2
| | | | possible to see the end-sequence just by clicking the dice.
* Hopefully fixed a race in which tux could play several time alone or stopBruno Coudoin2009-03-261-32/+10
| | | | | | | | * src/boards/memory.c: (sound_callback): Hopefully fixed a race in which tux could play several time alone or stop after a single play. svn path=/trunk/; revision=3800
* fixed a cased in which the memory sound was in a fuzzy state if the levelBruno Coudoin2009-03-241-8/+9
| | | | | | | | * src/boards/memory.c: (start_board), (memory_next_level): fixed a cased in which the memory sound was in a fuzzy state if the level was changed by the user. svn path=/trunk/; revision=3795
* - Replaced a level in memory sound to make the difficulty always increasingBruno Coudoin2009-03-241-3/+7
| | | | | | | | * src/boards/memory.c: (start_board): * boards/voices/*: normalized sounds. svn path=/trunk/; revision=3790
* - Fixed a little issue. It was possible for the user inBruno Coudoin2009-03-171-4/+12
| | | | | | | | memory sound against tux to click on as many card she wants if she does not wait for the end of the sound. svn path=/trunk/; revision=3782
* Fixed melody activity, some sound files was not correct whichBruno Coudoin2009-03-161-10/+10
| | | | | | | made it sometimes imposible to complete. svn path=/trunk/; revision=3779
* cleanup, removed Timestamps in file headersBruno Coudoin2009-03-1512-28/+4
| | | | svn path=/trunk/; revision=3778
* - Replaced letter that differenciate blocks forBruno Coudoin2009-03-151-5/+23
| | | | | | | | color blinds by ASCII symbols that are locale agnostic. svn path=/trunk/; revision=3775
* missing fileBruno Coudoin2009-03-102-0/+92
| | | | svn path=/trunk/; revision=3766
* Patch from Miguel that fixes the configurationBruno Coudoin2009-03-105-54/+80
| | | | | | | of python activities (tuxpaint and login was crashing). svn path=/trunk/; revision=3765
* - Patch from Johan Cwiklinski <mailings x-tnd.be>Bruno Coudoin2009-02-283-8/+8
| | | | | | | to support python 2.6 svn path=/trunk/; revision=3749
* - Fixed strings:Bruno Coudoin2009-02-244-19/+32
| | | | | | | | | | | | | | | | | * boards/babyshapes.xml.in: * boards/babyshapes/board8_1.xml.in: * boards/babyshapes/board8_4.xml.in: * src/boards/reading.c: (reading_create_item): * src/gcompris/board_config_wordlist.c: (gc_board_config_wordlist): - Fixed bug, the configuration was crashing uppon startup from the admin mode * src/boards/missingletter.c: (_init), (start_board), (config_start): * src/boards/missingletter_config.c: * src/boards/python/admin/board_list.py: svn path=/trunk/; revision=3741
* - Minor updates regarding translationsBruno Coudoin2009-02-192-9/+9
| | | | svn path=/trunk/; revision=3725
* - Miquel DE IZARRA Added support for editing the content of the missingBruno Coudoin2009-02-164-86/+701
| | | | | | | - Miquel DE IZARRA Added support for editing the content of the missing letter activity. svn path=/trunk/; revision=3722
* Miguel DE IZARRA added support for online wordlist.Bruno Coudoin2009-02-058-13/+10
| | | | | | | | | | | | | | | | | | | This save custom data in user_dir and make a content.txt (a md5sum like file) listing custom files. Simply put this files in a web server to diffuse in classroom. GCompris clients are launch with --server and --cache-dir On start, client download content.txt from server. And when a client need a file: - first he search in server list (from content.txt) - if found, he check md5 of file in cache_dir - if md5 isn't ok, file is download in cache_dir file in cache_dir is used - if not found, search in package_dir (like now) svn path=/trunk/; revision=3720
* Recoded the fix 3706 to not use a coding style not supportedBruno Coudoin2009-02-011-3/+3
| | | | | | by python 2.4 svn path=/trunk/; revision=3718
* Vitali Perchonok is com gmail from vitali.peBruno Coudoin2009-01-312-38/+15
| | | | | | | | Graphical improvements. Images taken from openclipart. Matieu Ignacio: New original background for the target activity. svn path=/trunk/; revision=3713
* Fixed for RTL.Bruno Coudoin2009-01-301-2/+7
| | | | svn path=/trunk/; revision=3712
* Fixed crash bug when board finished.Bruno Coudoin2009-01-301-7/+12
| | | | svn path=/trunk/; revision=3711
* Fixed crash bug when changing level while dragging an item (2 click drag mode)Bruno Coudoin2009-01-301-0/+3
| | | | svn path=/trunk/; revision=3710
* Added RTL support.Bruno Coudoin2009-01-301-7/+37
| | | | svn path=/trunk/; revision=3709
* Prevent an evil crash bug when the kids press 2 buttons at the same timeBruno Coudoin2009-01-301-2/+5
| | | | svn path=/trunk/; revision=3708
* Fixed small bug (2 player mode) -> show happy flower even if player 2 winsBruno Coudoin2009-01-301-3/+1
| | | | svn path=/trunk/; revision=3707
* Fixed refresh issue of tux.Bruno Coudoin2009-01-301-0/+4
| | | | svn path=/trunk/; revision=3706
* Miguel DE IZARRA implemented the wordlist selector.Bruno Coudoin2009-01-3012-53/+95
| | | | | | | | We need some improvement to save data in the ~/My GCompris instead of the system datadir directory. svn path=/trunk/; revision=3700
* putted back the france icon fixed a potential crash case, was using aBruno Coudoin2008-12-221-4/+2
| | | | | | | | | * boards/geography_country.xml.in: putted back the france icon * src/boards/reading.c: (ask_ready), (ask_yes_no): fixed a potential crash case, was using a dereferenced pixbuf. svn path=/trunk/; revision=3651
* Fixed a crash in case of multiple sound list. This was especially the caseBruno Coudoin2008-11-251-5/+9
| | | | | | | | * src/boards/shapegame.c: (item_event_drag): Fixed a crash in case of multiple sound list. This was especially the case in the level 3 of the double entry activity. svn path=/trunk/; revision=3628
* double crash protection.Bruno Coudoin2008-11-181-0/+3
| | | | svn path=/trunk/; revision=3619
* Fixes to compile on ubuntu 8.10Bruno Coudoin2008-11-071-1/+1
| | | | svn path=/trunk/; revision=3595
* configure fixes and cleanup by Yavor Doganov.Bruno Coudoin2008-10-281-2/+1
| | | | | | It is no more needed to copy config.rpath localy. svn path=/trunk/; revision=3586
* selected a better text color in clockgame text fixed a major crash caseBruno Coudoin2008-10-251-17/+18
| | | | | | | | | | | * boards/skins/babytoy/skin.xml: selected a better text color in clockgame text * src/boards/smallnumbers.c: (key_press), (player_win):fixed a major crash case The crash happend when there are 2 or more dice at the sublevel 9. The first die complete the game and the next die is processed but already deleted. svn path=/trunk/; revision=3578
* Now when the level is won the red point are hidden to let the childrenBruno Coudoin2008-09-011-0/+18
| | | | | | appreciate the art work. svn path=/trunk/; revision=3524
* fixed the zoom level that was too low at level 2Bruno Coudoin2008-08-301-1/+1
| | | | svn path=/trunk/; revision=3515
* minor, compilation issueBruno Coudoin2008-05-191-1/+1
| | | | svn path=/trunk/; revision=3446
* cleanup, uncomplete activityBruno Coudoin2008-05-121-168/+0
| | | | svn path=/trunk/; revision=3434
* *** RELEASE 8.4.5 ***Bruno Coudoin2008-05-124-187/+2
| | | | | | | | | 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
* Removed non functional writing tutor activity to make room.Bruno Coudoin2008-05-125-3154/+0
| | | | svn path=/trunk/; revision=3431
* Reintroduced the double click erase based activity.Bruno Coudoin2008-04-291-2/+28
| | | | svn path=/trunk/; revision=3389
* New activity to learn the doubleclick in an intuite fashion.Bruno Coudoin2008-04-271-63/+175
| | | | svn path=/trunk/; revision=3388
* New activity to learn the mouse doubleclick in an attractive way.Bruno Coudoin2008-04-272-0/+379
| | | | | | | New activity to learn the mouse doubleclick in an attractive way. svn path=/trunk/; revision=3385
* fixed random offset bug in which it was possible to have the ball placedBruno Coudoin2008-04-201-1/+2
| | | | | | | | | | * src/billard-activity/billard.c: (minigolf_create_item): fixed random offset bug in which it was possible to have the ball placed on the top line which was triggering the border touch sounds endlessly. removed unused flags. svn path=/trunk/; revision=3382