tb1/TODO

22 lines
698 B
Plaintext
Raw Normal View History

2000-10-15 23:18:00 -04:00
Finish the game:
1998-03-07 15:37:00 -05:00
Requires:
2000-10-15 23:18:00 -04:00
Levels3-10. Level 3 is semi-done in pascal.
2000-09-17 01:47:00 -04:00
Other aspirations:
2000-10-15 23:18:00 -04: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 01:47:00 -04:00
Implement level editor
2000-10-15 23:18:00 -04:00
SVMWGraph todo:
Color Averaging in the curses target?
Implement non 320x200x8 PCX loading?
2000-10-27 22:09:00 -04:00
Make sprite code RLE?
2000-09-17 01:47:00 -04:00
2000-10-27 22:09:00 -04: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 17:07:00 -05: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.