aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEugene Sandulenko2004-12-15 00:25:46 +0000
committerEugene Sandulenko2004-12-15 00:25:46 +0000
commit75ac1363b36158bfab3c51a5b9aafec85ea54d4e (patch)
tree0f1657480ac21d3535e5f6e49cd664e0e966c178 /TODO
parent502b279d243d79f46bb8a151ae610949d30bf757 (diff)
downloadscummvm-rg350-75ac1363b36158bfab3c51a5b9aafec85ea54d4e.tar.gz
scummvm-rg350-75ac1363b36158bfab3c51a5b9aafec85ea54d4e.tar.bz2
scummvm-rg350-75ac1363b36158bfab3c51a5b9aafec85ea54d4e.zip
Update SAGA items.
svn-id: r16052
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 145e1523d8..5932602f2b 100644
--- a/TODO
+++ b/TODO
@@ -286,7 +286,6 @@ SIMON
SAGA
====
-* Remove use of yslib
* Remove any traces of the additional level of abstraction reinherit used
* Remove homerolled high level data structures like stacks that should
be provided by ScummVM if they aren't already.
@@ -295,10 +294,11 @@ SAGA
* Remove use of floating point, especially doubles.
* Change SData so that its buffers point to the appropriate data.
(eriktorbjorn - mostly done; the script "static" buffer is still wrong)
-* Rewrite path finder
-* Eliminate script semaphores and use flags instead (sev)
+* Rewrite path finder (h00ligan)
+* Eliminate script semaphores and use flags instead
* Add sound/voices compression. Should _considerably_ save space.
* Add support for Mac versions. All data is in BE mode and structures are aligned.
+ (h00ligan, partly done)
* 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)