scummvm/TODO

21 lines
970 B
Plaintext
Raw Normal View History

Residual in-progress items (in rough order of priority):
2003-12-16 08:45:05 +00:00
--------------------------------------------------------
2003-12-13 10:39:10 +00:00
* Figure out why SMUSH doesn't display graphics on Windows
* Get SMUSH to stream from .lab instead of needing uncompressed snm
* Add LAF font support to replace existing hack
2003-08-16 12:34:05 +00:00
Residual TODO list (in rough order of priority):
2003-08-16 17:10:55 +00:00
------------------------------------------------
* Bounds check the Screenblocks dirty rectangle stuff, so it stops trashing
memory and making Residual unusable/unstable.
* Implement 2D primitives
2003-08-15 18:00:22 +00:00
* Add OpenGL lighting
2003-12-16 08:45:05 +00:00
* Implement iMuse
* Proper vsscanf implementation in textsplit.cpp for platforms without it (many!)
2003-08-16 02:05:17 +00:00
* Cross platform GUI for debug input dialogs (ctrl+e ctrl+g etc) original used MFC
2003-08-15 18:00:22 +00:00
MSVC notes:
These things need doing (At least) for it to be compilable under MSVC..
round() function in lua.cpp's check_int does not exist in MSVC
2003-08-16 12:34:05 +00:00
vsscanf function does not exist in MSVC (already worked around)