aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs
diff options
context:
space:
mode:
authorBenjamin Haisch2008-09-22 17:55:37 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:06 +0100
commit3acd7871450d62e34a15bbad8f467060cb64bade (patch)
tree83e25b74f955f39a08b262f90d649f9082a52596 /engines/toltecs
parent7b97e8cd9370095b999b22371c1aef606a8464a1 (diff)
downloadscummvm-rg350-3acd7871450d62e34a15bbad8f467060cb64bade.tar.gz
scummvm-rg350-3acd7871450d62e34a15bbad8f467060cb64bade.tar.bz2
scummvm-rg350-3acd7871450d62e34a15bbad8f467060cb64bade.zip
TOLTECS: Updated TODO.txt
Diffstat (limited to 'engines/toltecs')
-rw-r--r--engines/toltecs/TODO.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/toltecs/TODO.txt b/engines/toltecs/TODO.txt
index cf4a199ee9..378c1c36fa 100644
--- a/engines/toltecs/TODO.txt
+++ b/engines/toltecs/TODO.txt
@@ -19,8 +19,6 @@ TODO
messy function
- Extend savegame format (savegame version, description, more data)
- When saving a game, save the whole screen when an animation is playing
-- Implement dirty rectangles (low priority)
-- Optimize segment mask redrawing (only redraw what's neccessary)
BUGS
------
@@ -28,3 +26,8 @@ BUGS
- Still some clipping issues (walking upstairs in the saloon, when on top of the tower in the hideout)
- Crashes sometimes on scene changes
(I guess because some talktext is still running although the slot used by it has changed)
+
+DONE
+------
+- Implement dirty rectangles (low priority)
+- Optimize segment mask redrawing (only redraw what's neccessary)