log gamelib/savegame.py @ 520:3e19a7f5333e

age author description
Thu, 26 Nov 2009 23:36:20 +0000 Simon Cross Add restore game button to main menu.
Thu, 26 Nov 2009 23:15:04 +0000 Simon Cross Lazy loading of save game snapshots.
Thu, 26 Nov 2009 23:02:10 +0000 Simon Cross Add level name and timestamp to save games.
Thu, 26 Nov 2009 00:06:59 +0000 Simon Cross Factor out write_savegame method. Zlib compress save games to reduce space from ~600k to ~15k.
Wed, 25 Nov 2009 23:15:56 +0000 Simon Cross Basic snapshot support in save games added.
Wed, 25 Nov 2009 22:12:08 +0000 Simon Cross Start of support for save game snapshots.
Wed, 25 Nov 2009 21:50:54 +0000 Simon Cross Factor out save game logic and (new, simplified) dialogs into their own module. Add preferences folder to concept to config. Save games under preferences folder.