From 1d11984779d9bd0c4088debdf0e1e1ccb47add91 Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Sun, 10 Jun 2018 21:01:22 -0500 Subject: [PATCH] Update TODO --- TODO | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index d8422b7..5a2c022 100644 --- a/TODO +++ b/TODO @@ -8,16 +8,9 @@ 2xxx Minor bugs (noticeable but can be avoided) 3xxx Code issues (incorrect code that still compiles/works) -1000 - The Cathedral doesn't generate correctly, sometimes crashing -1001 - Sometimes dungeon will crash on loading if previous levels loaded (DrawClippedObject) -1002 - Golem usually crashes, or appears invisible if summoned -1003 - Some CEL functions were written in ASM and have been disabled (engine.cpp) -1004 - After being in the dungeon for awhile, the 'Control Panel' will sometimes - corrupt and be filled with glitched colors (likely a buffer overflow) -1005 - Timed messages are broken and have been disabled (tmsg.cpp) -1006 - Server commands are broken and have been disabled (msgcmd.cpp) +1000 - Sometimes dungeon will crash on loading if previous levels loaded (DrawClippedObject) -2000 - Rooms/halls don't generate correctly in the Catacombs +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 @@ -26,6 +19,11 @@ 2006 - Objects should darken with radius instead of being fully lit 2007 - 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 + 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) 3000 - Critical sections should be constructors using CCritSect 3001 - Function 'DRLG_L4TransFix', decompile and check (Test: seed 2349839 level 13)