diff options
| author | Torbjörn Andersson | 2004-10-21 08:18:48 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2004-10-21 08:18:48 +0000 |
| commit | 32d8d0adbf8c9fb08bf8a3b3432bfdbc5f3a1634 (patch) | |
| tree | bce07e5b4e5140e9872742fdf70a71e04a1c7152 | |
| parent | 1e062a6d8980d845f058b2782798d4c6e608c54f (diff) | |
| download | scummvm-rg350-32d8d0adbf8c9fb08bf8a3b3432bfdbc5f3a1634.tar.gz scummvm-rg350-32d8d0adbf8c9fb08bf8a3b3432bfdbc5f3a1634.tar.bz2 scummvm-rg350-32d8d0adbf8c9fb08bf8a3b3432bfdbc5f3a1634.zip | |
Added another SAGA item.
svn-id: r15627
| -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 |
