276
edits
(→TODO: Add/explain some TODOs.) |
m (→TODO: fix bug item link) |
||
Line 7: | Line 7: | ||
== TODO == | == TODO == | ||
* Complain if no game data was found in specified directory instead of assert() and producing bunch of useless warnings. | * Complain if no game data was found in specified directory instead of assert() and producing bunch of useless warnings. | ||
** It would also be nice to only error out on invalid PAK files in case the file is really required by the original game. This is especially a problem in Kyra1, see {{ | ** It would also be nice to only error out on invalid PAK files in case the file is really required by the original game. This is especially a problem in Kyra1, see {{BugTrackSF|id=2442}} for example. | ||
* Refactoring and generic code changes (and along with it hopefully saving binary size...). | * Refactoring and generic code changes (and along with it hopefully saving binary size...). | ||
** The animator code, which is quite similar between Kyra2 and Kyra3, is a good candidate here. Furthermore one might consider to adapt the Kyra1 animator code to use a Kyra2 style handling too. | ** The animator code, which is quite similar between Kyra2 and Kyra3, is a good candidate here. Furthermore one might consider to adapt the Kyra1 animator code to use a Kyra2 style handling too. |
edits