224303975f2d59f04bf96efb393da730086db8d6
[supertux.git] / TODO
1
2 - To do for Milestone1 -
3 http://super-tux.sf.net/
4
5 Last update: April 26, 2004
6
7 These are mostly bugs:
8
9 Todo
10 ----
11
12 - tux sometimes makes short jumps in the endsequence, mostly when
13   going through the goal with a small jump, might be old_up related
14 - fadein/out for intro/extro would be nice
15 - when you interrupted the intro (by going to credits for example) and go back
16   to it, tux doesn't jump anymore
17 - when jupming against the 2nd multiple coin block in a level only 1 coin will
18   come out.
19 - In the "Oh No More Snowballs" map, there's a ?-Growup-Block at the beginning
20   with only 1 tile space above it
21 - when jumping into the exit with a star, the endgame music will change back to
22   levelmusic after a short time
23 - the can_jump flag should be based on a time instead of the 2 tiles check.
24   Since the 2 tiles flag won't help when you're jumping over a hole. Better use
25   a timer that is started when up is pressed, when you then land and the timer
26   is below a certain time, you can do the jump.
27 - when bumping a special with 2 blocks at once, it won't change direction
28 - points aren't reset when gameover
29
30 - leveleditor lacks enemies support (will be fixed soon by Tobias)
31 - sometimes you die after being in pause modus and unpausing - still true?
32
33
34 Fixed
35 -----
36
37 - supertux crashs from time to time - fixed
38 - mriceblock doesn't fall down when being squished in the air - fixed
39 - It's not possible to duck while jumping - fixed
40 - Intro/Extro textspeed is CPU dependent - fixed
41 - sometimes the level restarts/you die after collecing a growup - fixed
42 - mriceblock doesn't disapear after being kicked my another iceblock,
43   not sure when exactly it happens, might depend on direction or so - fixed
44