scummvm/TODO

21 lines
812 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
------------------------------------------------
2004-03-20 06:22:41 +00:00
Assigned tasks:
2004-03-25 17:19:19 +00:00
* Add LAF font and text drawing support (ender)
* Cross platform GUI for debug input dialogs and path selection (ender)
2004-03-24 12:32:42 +00:00
* Improved walk box code (frob)
* Implement FadeInChore and FadeOutChore (frob)
2004-03-20 06:22:41 +00:00
Unassigned (help wanted):
2004-03-28 03:54:14 +00:00
* Add configure script (Custom ala main ScummVM, NOT autoconf)
2004-03-20 06:22:41 +00:00
* Add OpenGL lighting (ender, possibly)
* Implement iMuse (aquadran, possibly)
* Save/Load support
2004-03-20 06:22:41 +00:00
* Implement 2D primitives
2004-02-21 15:37:14 +00:00
* Proper vsscanf implementation in textsplit.cpp for platforms without it (MSVC, etc)
2004-03-20 06:22:41 +00:00
* Fix the screenblocks zBuffer code
* Lip syncing
2004-03-25 17:19:19 +00:00
* Abstract rendering code and implement software renderer
2004-04-16 10:19:22 +00:00
* Fix drawEmergString() to work with Mesa
* Make Smush work on linux/ppc