diff options
-rw-r--r-- | TODO | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -308,11 +308,14 @@ SAGA (eriktorbjorn - mostly done; the script "static" buffer is still wrong) * Rewrite path finder * Make all talk scripts skippable by ESC like in original -* Fix crashes in ISO rooms +* Fix crashes in ISO rooms (does it still crash?) * Add sound/voices compression. Should _considerably_ save space. * Add support for Mac versions. At least in rerelease everything, including - music is big-endian, so structures reading all over the code should be twicked - for that + music is big-endian, so structures reading all over the code should be + twicked for that +* Fix the usage of Rect so that it's more consistent with the rest of ScummVM, + e.g. a rectangle covering the entire ITE screen should have right=320 and + bottom=200. (eriktorbjorn) * Support various demo versions * Support IHNM |