Update of /cvsroot/super-tux/supertux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13367
Modified Files:
TODO
Log Message:
move over rewritten lispreader from tuxkart (with additional fixes), generalized TileManager and Tile classes and use them for the worldmap too
Index: TODO
===================================================================
RCS file: /cvsroot/super-tux/supertux/TODO,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- TODO 26 Nov 2004 17:26:58 -0000 1.94
+++ TODO 28 Nov 2004 14:56:46 -0000 1.95
@@ -68,7 +68,6 @@
[L] rename gameloop.* files to gamesession.*
[L] rename GameObject::action to GameObject::update()
[L] use physfs for loading files
-[L] eventually move over new lispreader code from tuxkart
[L] change physics class y-velocity-coordinate to be like all other
y-coordinates again (positive y to go down)
[M] harmonize to 1 single gameloop that switches between title, worldmap,
|