diff options
author | Benjamin Haisch | 2009-03-20 17:51:57 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-11-20 22:43:07 +0100 |
commit | 170b66b2cbf9c43d3bfe5e1c1a22723dba51f565 (patch) | |
tree | 828084a6b10abe6dbf244d9d4aa1f3b66ed2e2fc /engines | |
parent | 5c481dd1167fd5d186509837eb71fd33e8bf8902 (diff) | |
download | scummvm-rg350-170b66b2cbf9c43d3bfe5e1c1a22723dba51f565.tar.gz scummvm-rg350-170b66b2cbf9c43d3bfe5e1c1a22723dba51f565.tar.bz2 scummvm-rg350-170b66b2cbf9c43d3bfe5e1c1a22723dba51f565.zip |
TOLTECS: Updated TODO (nothing new, just syncing local copy with the repo)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/toltecs/TODO.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/toltecs/TODO.txt b/engines/toltecs/TODO.txt index 378c1c36fa..62df586d8d 100644 --- a/engines/toltecs/TODO.txt +++ b/engines/toltecs/TODO.txt @@ -11,7 +11,6 @@ TODO - each resource type gets its own class, the resource cache manages the resource instances - generic resource class which has a method that creates a MemoryReadStream - rewrite parts of the engine to use the new resource system -- Add movie playback functionality (movie format is known, needs implementing) - Add sound support (after rewrite of the resource system) - Add music support (game seems to use XMIDI, MIDI and headerless music...figure out more) - Add game menu @@ -26,8 +25,10 @@ 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) +- Crashes sometimes (e.g. when inside the barn and going up the ladder) DONE ------ - Implement dirty rectangles (low priority) - Optimize segment mask redrawing (only redraw what's neccessary) +- Add movie playback functionality (movie format is known, needs implementing) |