log gamelib/tiles.py @ 548:27c09c58d89d

age author description
Thu, 26 Nov 2009 22:34:58 +0000 Simon Cross Switch to classmethod decorators.
Mon, 23 Nov 2009 22:43:55 +0000 Simon Cross Save and restore tilevid when loading / saving games.
Sun, 25 Oct 2009 11:36:30 +0000 Jeremy Thurgood little cleanups, every sprite in its proper layer.
Sat, 24 Oct 2009 21:43:15 +0000 Jeremy Thurgood Multilayer sprite ordering. Only used by cursors so far.
Sat, 05 Sep 2009 17:35:17 +0000 Simon Cross Fix up data module unix-to-local path fixing. Fix similar problems in tile importing.
Sat, 05 Sep 2009 15:36:37 +0000 Simon Cross Use insert instead of pop, append, append to insert sprite beneath cursor.
Fri, 04 Sep 2009 22:12:47 +0000 Simon Cross Make sprite cursors stay on top by fudging the sprite list. :/