scummvm/TODO

17 lines
755 B
Plaintext
Raw Normal View History

2003-08-16 12:34:05 +00:00
Residual TODO list (in rough order of priority):
2004-02-21 15:37:14 +00:00
------------------------------------------------
* Figure out why in-memory decompression of SMUSH movies doesn't work
(See #define in smush.h)
* Add LAF font support to replace existing hack
* Bounds check the Screenblocks dirty rectangle stuff, so it stops trashing
2004-02-21 15:37:14 +00:00
memory and making Residual unusable/unstable.
* Implement bitmap costume drawing
* Implement 2D primitives
* Save/Load support
2004-02-22 18:42:30 +00:00
* Fix implementation of overlay SMUSH rendering
* Fix speed SMUSH frame update
2003-08-15 18:00:22 +00:00
* Add OpenGL lighting
2003-12-16 08:45:05 +00:00
* Implement iMuse
2004-02-21 15:37:14 +00:00
* Proper vsscanf implementation in textsplit.cpp for platforms without it (MSVC, etc)
* Cross platform GUI for debug input dialogs (ctrl+e ctrl+g etc) - original used MFC