log gamelib/savegame.py @ 547:1456bf2ff02e

age author description
Sat, 28 Nov 2009 11:12:45 +0000 Simon Cross Allow cancelling of save game dialog with ESC.
Sat, 28 Nov 2009 09:58:40 +0000 Simon Cross Remove down wrapping of exceptions.
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.