aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEugene Sandulenko2005-01-17 23:13:18 +0000
committerEugene Sandulenko2005-01-17 23:13:18 +0000
commit4a55622d40fcd80184a66a030f13d3cc4deffb1c (patch)
treecf19d36b93bd3de112b077ed10fa68572f3707b6 /TODO
parenta5c87d3620bcc37fa7496025436b3494f3133ea5 (diff)
downloadscummvm-rg350-4a55622d40fcd80184a66a030f13d3cc4deffb1c.tar.gz
scummvm-rg350-4a55622d40fcd80184a66a030f13d3cc4deffb1c.tar.bz2
scummvm-rg350-4a55622d40fcd80184a66a030f13d3cc4deffb1c.zip
Update SAGA converse items
svn-id: r16590
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 060dea4e94..7c1a3e61ba 100644
--- a/TODO
+++ b/TODO
@@ -344,6 +344,10 @@ SAGA
audial.
* Sound in old Win demo is all wrong -- eithere there is some unique sound format
or I didn't guess it correctly
+ * Implementation of threads memory is wrong. See TriggerNScript() and base_address()
+ in original.
+ * Converses ignore kReplyOnce now due to deficient threads memory implementation.
+ * Up and down keys ('u' and 'd') in converse panel do not work properly
- plans -
* Implement unimplemented/proofread unchecked opcodes
@@ -353,7 +357,7 @@ SAGA
* Implement Save/Load
* Finish inventory code
* Implement ISO path finder
- * Hook conversations to scripts
+ * Hook conversations to scripts (partly done)
* Change script buffer so that its point to the appropriate data.
(eriktorbjorn - mostly done)
* ISO - tile scene implementation