Fix issue #2005
parent
6eca91b2d8
commit
98a129b03a
11
TODO
11
TODO
|
@ -15,13 +15,11 @@
|
|||
2002 - Some spells don't use any mana or charges when they should
|
||||
2003 - Some tiles are drawn fully lit when they should be transparent (world.cpp)
|
||||
2004 - Objects should darken with radius instead of being fully lit
|
||||
2005 - Automap sometimes draws incorrectly, check 'engine_draw_automap_pixels'
|
||||
*Bad args ECX/EDX for 'engine_draw_pixel' (engine.cpp)
|
||||
2006 - After being in the dungeon for awhile, the 'Control Panel' will sometimes
|
||||
2005 - After being in the dungeon for awhile, the 'Control Panel' will sometimes
|
||||
corrupt and be filled with glitched colors (likely a buffer overflow)
|
||||
2007 - Some CEL functions were written in ASM and have been disabled (engine.cpp)
|
||||
2008 - Timed messages are broken and have been disabled (tmsg.cpp)
|
||||
2009 - Server commands are broken and have been disabled (msgcmd.cpp)
|
||||
2006 - Some CEL functions were written in ASM and have been disabled (engine.cpp)
|
||||
2007 - Timed messages are broken and have been disabled (tmsg.cpp)
|
||||
2008 - Server commands are broken and have been disabled (msgcmd.cpp)
|
||||
|
||||
3000 - Critical sections should be constructors using CCritSect
|
||||
3001 - Function 'DRLG_L4TransFix', decompile and check (Test: seed 2349839 level 13)
|
||||
|
@ -29,3 +27,4 @@
|
|||
3003 - Some functions/structures have incorrect signing (signed/unsigned BYTE)
|
||||
3004 - Function 'GetLevelMTypes', decompile and check (monster.cpp)
|
||||
3005 - Function 'SetAutomapView', decompile and check (automap.cpp)
|
||||
3006 - Function 'engine_draw_automap_pixels', decompile and check (engine.cpp)
|
||||
|
|
Loading…
Reference in New Issue