aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEugene Sandulenko2004-10-27 02:30:29 +0000
committerEugene Sandulenko2004-10-27 02:30:29 +0000
commit117952430d8a64692ae01f122916f1ac52f7ca0f (patch)
treed0edcf732b96d1f0e890edd628df721cc7610695 /TODO
parentb4df9bb2c1ba4970e4f519da477a75a55ad8b93b (diff)
downloadscummvm-rg350-117952430d8a64692ae01f122916f1ac52f7ca0f.tar.gz
scummvm-rg350-117952430d8a64692ae01f122916f1ac52f7ca0f.tar.bz2
scummvm-rg350-117952430d8a64692ae01f122916f1ac52f7ca0f.zip
Update SAGA issues.
svn-id: r15689
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index 4c142a14ff..62dc6535e3 100644
--- a/TODO
+++ b/TODO
@@ -307,12 +307,9 @@ SAGA
* Change SData so that its buffers point to the appropriate data.
(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 (does it still crash?)
+* Eliminate script semaphores and use flags instead (sev)
* 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
+* Add support for Mac versions. All data is in BE mode and structures are aligned.
* 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, partly - mostly? - done)