diff options
-rw-r--r-- | engines/toltecs/TODO.txt | 7 |
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) |