1,079
edits
(→TODO) |
(→TODO) |
||
Line 14: | Line 14: | ||
* Add big (green?) shiny buttons in the middle of the page for (1) Donations and (2) Downloads ? | * Add big (green?) shiny buttons in the middle of the page for (1) Donations and (2) Downloads ? | ||
* simplify screenshots: use a single screenshot "database" file, and use meaningful names on the screenshots, maybe even organize them in subdirs | * simplify screenshots: use a single screenshot "database" file, and use meaningful names on the screenshots, maybe even organize them in subdirs | ||
* Show "Release Date" on download page | |||
=== Savefile manager === | === Savefile manager === | ||
Line 26: | Line 27: | ||
** update engines to use (and trust) the new API. With "trust" I mean that some engines currently double-check the results of it with openFileForLoading (and good that they do so, considering that right now the default savefilemanager does *not* implement it. *sigh*) | ** update engines to use (and trust) the new API. With "trust" I mean that some engines currently double-check the results of it with openFileForLoading (and good that they do so, considering that right now the default savefilemanager does *not* implement it. *sigh*) | ||
* Consider replacing "const char *" usages with "Common::String". This might or might not be a good idea -- don't just do it blindly! | * Consider replacing "const char *" usages with "Common::String". This might or might not be a good idea -- don't just do it blindly! | ||
=== File code === | === File code === | ||
Line 59: | Line 59: | ||
=== SCUMM === | === SCUMM === | ||
* Once the new SaveFileManager::remove method is there, add a "remove" button to the save/load dialog | * Once the new SaveFileManager::remove method is there, add a "remove" button to the save/load dialog | ||
* Work around actor (re)color bugs in Indy3 FM-TOWNS / VGA. See http://home.comcast.net/~ervind/ij3misc.html | |||
* Might also be nice to use the trick they used in AGI/Sarien to add custom recoloring to costumes at least for the EGA games. E.g. in MM, an actor with blue trousers working on a blue ground looks... stealthy :) | |||
=== Misc === | === Misc === |
edits