[Super-tux-commit] supertux TODO,1.96,1.97
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-29 16:04:18
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18135 Modified Files: TODO Log Message: started work on a collision grid class to speedup collision detection. Doesn't work for moving objects yet, but brings speed in area42 from 5fps back to 100fps on my box (still I get 300-400fps in other levels) Index: TODO =================================================================== RCS file: /cvsroot/super-tux/supertux/TODO,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- TODO 29 Nov 2004 00:12:23 -0000 1.96 +++ TODO 29 Nov 2004 16:03:25 -0000 1.97 @@ -117,6 +117,8 @@ - New forest tileset - Badguy sprites - Tux's buttjump animation +[M] after picking up a star the salcon music isn't played anymore, but the + levelmusic restarts. [M] Save score on per-level basis to make high-score [M] Save time on per-level basis to make low-time-score |