Update of /cvsroot/super-tux/supertux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5539
Modified Files:
TODO
Log Message:
fixed musicproblems in endgame and fixed multicoinblock problems (not optimal yet, but I don't want to do a complicated real fix before the release)
Index: TODO
===================================================================
RCS file: /cvsroot/super-tux/supertux/TODO,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- TODO 2 May 2004 15:30:50 -0000 1.17
+++ TODO 2 May 2004 15:51:11 -0000 1.18
@@ -12,10 +12,6 @@
- tux sometimes makes short jumps in the endsequence, mostly when
going through the goal with a small jump, might be old_up related
- fadein/out for intro/extro would be nice
-- when jupming against the 2nd multiple coin block in a level only 1 coin will
- come out.
-- when jumping into the exit with a star, the endgame music will change back to
- levelmusic after a short time
- the can_jump flag should be based on a time instead of the 2 tiles check.
Since the 2 tiles flag won't help when you're jumping over a hole. Better use
a timer that is started when up is pressed, when you then land and the timer
@@ -30,6 +26,10 @@
Fixed
-----
+- when jumping into the exit with a star, the endgame music will change back to
+ levelmusic after a short time
+- when jupming against the 2nd multiple coin block in a level only 1 coin will
+ come out.
- when you interrupted the intro (by going to credits for example) and go back
to it, tux doesn't jump anymore
- supertux crashs from time to time - fixed
|