aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/TODOs
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-16 10:22:18 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit4f916a08d23e05c445c7dc42807b3d61a1beb3e9 (patch)
tree19e376952fc9fd1aa7251274b4d9b815def2ced0 /engines/dm/TODOs
parentb5eb075a66a1f064fe8f8479c63bd99a518b1da4 (diff)
downloadscummvm-rg350-4f916a08d23e05c445c7dc42807b3d61a1beb3e9.tar.gz
scummvm-rg350-4f916a08d23e05c445c7dc42807b3d61a1beb3e9.tar.bz2
scummvm-rg350-4f916a08d23e05c445c7dc42807b3d61a1beb3e9.zip
DM: Add support for uncompressed dungeon.dat
Diffstat (limited to 'engines/dm/TODOs')
-rw-r--r--engines/dm/TODOs/todo.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/dm/TODOs/todo.txt b/engines/dm/TODOs/todo.txt
index 5509e69bd0..44cc616f65 100644
--- a/engines/dm/TODOs/todo.txt
+++ b/engines/dm/TODOs/todo.txt
@@ -6,12 +6,6 @@ Bugs:
Logic:
Items thrown on the right side end up on the left side
-
-Possible bugs:
- - k1_LeftMouseButton and k2_RightMouseButton have values 1 and 2 respectively, contrary to the original in the original: MASK0x0001_MOUSE_RIGHT_BUTTON, MASK0x0002_MOUSE_LEFT_BUTTON
- - possible garbage value return in f140_getObjectWeight
-
-
Todo:
Add wiki entry for DM
@@ -20,8 +14,7 @@ Todo:
I forgot to add a bunch of warning for show/hide mouse pointer and other mouse functions
Code stuff todo:
- Complete stub methods(blitShrink, etc.)
- Add scroller
+ Complete stub methods(blitShrink, blitmask, scroller, etc.)
Save file f433_processCommand140_saveGame fails silently, add error checking
Clean up f113_drawField