aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/TODOs
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-14 20:23:09 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit247b9210e1280aef243000b954e880054b4cfaa0 (patch)
tree5aa61a2e6814df46b9c1111dbbab09cde892bdb2 /engines/dm/TODOs
parentd7c7f110c1f63ec91c0837e09e9a614b6eee3cb2 (diff)
downloadscummvm-rg350-247b9210e1280aef243000b954e880054b4cfaa0.tar.gz
scummvm-rg350-247b9210e1280aef243000b954e880054b4cfaa0.tar.bz2
scummvm-rg350-247b9210e1280aef243000b954e880054b4cfaa0.zip
DM: Some refactoring
Diffstat (limited to 'engines/dm/TODOs')
-rw-r--r--engines/dm/TODOs/todo.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/dm/TODOs/todo.txt b/engines/dm/TODOs/todo.txt
index 71b8aa191b..5dd2caf8bf 100644
--- a/engines/dm/TODOs/todo.txt
+++ b/engines/dm/TODOs/todo.txt
@@ -8,6 +8,11 @@ Bugs:
When object are put on the right side of the current square, they disappear
Drawing door ornaments segfaults when going back to the start
Placing one of the play icons from the top right corner into one of the champions' hands will crash the engine
+ Sometimes putting stuff in the player's hand segfaults
+ Footprints are everywhere
+ Object display is a bit mixed up with regards to which cell is it drawn in
+ Taking the stairs teleports the player to the wrong position
+
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