Update of /cvsroot/super-tux/supertux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32113
Modified Files:
TODO
Log Message:
- updated TODO
Index: TODO
===================================================================
RCS file: /cvsroot/super-tux/supertux/TODO,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- TODO 2 Jun 2004 23:01:46 -0000 1.61
+++ TODO 3 Jun 2004 23:26:41 -0000 1.62
@@ -25,7 +25,12 @@
[H] Make sure there are no invalid tile numbers in the level files
- Tile 6 occurs in world1/level5.stl as well as other levels
+[H] Adding objects should be done by adding them into a queue and then
+ physically added at the end of Sector::action()
+ - may cause crashes otherwise (due to iterators)
+ - see world1/level7.stl, killing the bombs
[H] Worldmap needs to allow multiple maps
+ - or just one big map with multiple worlds?
[H] Change resolution to 800x600
- Levels need to be updated to resolution
(half of the levels have been already updated)
|