diff options
author | Eugene Sandulenko | 2005-01-17 23:13:18 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-01-17 23:13:18 +0000 |
commit | 4a55622d40fcd80184a66a030f13d3cc4deffb1c (patch) | |
tree | cf19d36b93bd3de112b077ed10fa68572f3707b6 /TODO | |
parent | a5c87d3620bcc37fa7496025436b3494f3133ea5 (diff) | |
download | scummvm-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-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |