[Super-tux-commit] supertux TODO,1.44,1.45
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-13 08:35:49
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10621 Modified Files: TODO Log Message: Replaced backscrolling bug by camera one. Index: TODO =================================================================== RCS file: /cvsroot/super-tux/supertux/TODO,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- TODO 12 May 2004 14:59:39 -0000 1.44 +++ TODO 13 May 2004 08:35:39 -0000 1.45 @@ -18,11 +18,12 @@ [M] When jumping into a brick and there is a powerup, it should change direction or not, depending where the collision was. It currently sucks. [M] Tux should fall while walking in tiles that have a space between. +[M] Camera movement shouldn't be so fast at the beggining, it takes the focus from + the game. [L] time runs while being in in-game menu, at least a bit (jump, go to menu, wait a bit, leave menu, Tux will 'flip' to the ground, instead of fall, pause mode doesn't seem to have this problem, only menu) -[L] Backscroll is really messed up right now :) [L] change lispreader to throw exceptions instead of simply assert() on syntax error [L] fadein/out for intro/extro would be nice |