Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed setup.py to create bundle memorize instad of memosono.Simon Schampijer2007-07-161-1/+1
| | | | Cleaned the csound instrument and changed sndplayer accordingly.
* Added support for sound to the memorize activity using csound.Simon Schampijer2007-07-161-2/+30
|
* - (activity.py _buddy_joined_cb) Fix when buddy who joins is emptySimon Schampijer2007-07-151-54/+0
| | | | | | - (activity.py _joined_cb) Fix when myself is not in the buddies list. - (messenger.py load_game) Fix when joining a game which is already running that the current player is sent. Need to send the cards that has been chosen already as well. - (game.py) Removed the old readconfig
* - added new modelSimon Schampijer2007-07-141-42/+47
| | | | | | | | | - 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-4/+2
|
* Started to merge the memosono game and the meorize game into one activity.Simon Schampijer2007-07-121-0/+304