tb1/tb1_linux/TODO

32 lines
918 B
Plaintext
Raw Permalink Normal View History

2004-09-29 04:52:00 +00:00
FIX LEVEL2, BULLETS PASSING THROUGH
problem is we only check top of bullet, not bottom, by just matching
the row not an actual collision detection.
2000-10-16 03:18:00 +00:00
Finish the game:
1998-03-07 20:37:00 +00:00
Requires:
2000-10-16 03:18:00 +00:00
Levels3-10. Level 3 is semi-done in pascal.
2000-09-17 05:47:00 +00:00
2004-09-26 19:18:00 +00:00
Record keypresses, have a demo mode.
Better joystick support
2000-09-17 05:47:00 +00:00
Other aspirations:
2000-10-16 03:18:00 +00:00
Some sort of "configure" type file
Audit all the code.
Finish plugging mem leaks [still need to fix level_1 and level_2].
Change all screen-shifts to fades like in original?
2000-09-17 05:47:00 +00:00
Implement level editor
2000-10-16 03:18:00 +00:00
SVMWGraph todo:
Color Averaging in the curses target?
Implement non 320x200x8 PCX loading?
2000-10-28 02:09:00 +00:00
Make sprite code RLE?
2000-09-17 05:47:00 +00:00
2000-10-28 02:09:00 +00:00
Known Bugs:
8bpp palette switching not as smooth as it could be.
Volume controls on option menu don't do anything yet
2000-12-07 22:07:00 +00:00
I get higher FPS on a 486 than my k6-2+! Need to figure this out.
Frame limited code is limited. Need to think about this some more.