scummvm/TODO

18 lines
811 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:
* Finish text drawing support (salty-horse, aquadran)
2004-03-25 17:19:19 +00:00
* 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)
* Implement texture mapping with light shading in TinyGL (aquadran)
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)
* Proper light setup in drivers
2005-01-12 18:43:14 +00:00
* Finish Save/Load support for rest of Engine (Lua and iMuse done)
* Implement 2D primitives
2004-02-21 15:37:14 +00:00
* Proper vsscanf implementation in textsplit.cpp for platforms without it (MSVC, etc)
2004-09-11 14:12:24 +00:00
* Make SMUSH work on Linux/PPC (whats wrong with it, exactly? - ender :)
2005-01-12 15:06:26 +00:00
* Finish panning in 3d position code