Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
Commit message (Collapse)AuthorAgeFilesLines
* Added support for sound to the memorize activity using csound.Simon Schampijer2007-07-161-2/+4
|
* - Fix for handling equations in the addition game.Simon Schampijer2007-07-161-0/+2
|
* - added new modelSimon Schampijer2007-07-141-99/+154
| | | | | | | | | - the config files for games have changed to use xml added reading and writing of the config files - adopted the ui to use the model - adopted the dbus methods to send the new grid when a game changes - fixed some buddy left issues - cleaned the misc folder
* cleanupSimon Schampijer2007-07-121-0/+19
|
* Started to merge the memosono game and the meorize game into one activity.Simon Schampijer2007-07-121-32/+120
|
* - Adopt to API changes in sugarSimon Schampijer2007-07-101-18/+78
| | | | - use csound instance instead of server
* - moved the gamestate into the modelSimon Schampijer2007-07-051-36/+37
| | | | | - added the state of each tile to avoid flipping of already selected tiles - some smaller fixes
* - Moved things in a cleaner MVC.Simon Schampijer2007-07-041-1/+6
| | | | | - switched in the collaboration code to elect a leader and do total ordering - Added the NEWS file
*