Update TODO
parent
0db106a5b4
commit
124d31cdb4
21
TODO
21
TODO
|
@ -11,19 +11,18 @@
|
|||
1000 - Sometimes dungeon will crash on loading if previous levels loaded (DrawClippedObject)
|
||||
|
||||
2000 - Generation of Cathedral/Catacombs is slightly inaccurate
|
||||
2001 - The last seal in Lazarus' Lair doesn't trigger the video/teleport
|
||||
2002 - White pixels on monsters/cathedral/catacombs (palette entry 256?)
|
||||
2003 - Swapping items in inventory sometimes deletes the item
|
||||
2004 - Some spells don't use any mana or charges when they should
|
||||
2005 - Some tiles are drawn fully lit when they should be transparent (world.cpp)
|
||||
2006 - Objects should darken with radius instead of being fully lit
|
||||
2007 - Automap sometimes draws incorrectly, check 'engine_draw_automap_pixels'
|
||||
2001 - White pixels on monsters/cathedral/catacombs (palette entry 256?)
|
||||
2002 - Swapping items in inventory sometimes deletes the item
|
||||
2003 - Some spells don't use any mana or charges when they should
|
||||
2004 - Some tiles are drawn fully lit when they should be transparent (world.cpp)
|
||||
2005 - Objects should darken with radius instead of being fully lit
|
||||
2006 - Automap sometimes draws incorrectly, check 'engine_draw_automap_pixels'
|
||||
*Bad args ECX/EDX for 'engine_draw_pixel' (engine.cpp)
|
||||
2008 - After being in the dungeon for awhile, the 'Control Panel' will sometimes
|
||||
2007 - After being in the dungeon for awhile, the 'Control Panel' will sometimes
|
||||
corrupt and be filled with glitched colors (likely a buffer overflow)
|
||||
2009 - Some CEL functions were written in ASM and have been disabled (engine.cpp)
|
||||
2010 - Timed messages are broken and have been disabled (tmsg.cpp)
|
||||
2011 - Server commands are broken and have been disabled (msgcmd.cpp)
|
||||
2008 - Some CEL functions were written in ASM and have been disabled (engine.cpp)
|
||||
2009 - Timed messages are broken and have been disabled (tmsg.cpp)
|
||||
2010 - 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)
|
||||
|
|
Loading…
Reference in New Issue