mirror of
https://github.com/galaxyhaxz/devilution
synced 2025-02-22 12:34:59 +00:00
841 B
841 B
Comments
BUG_FIX
known bugs in original (vanilla) code/* */
block comments are things to be fixed/checkedFIX_ME
bad data
Known Bugs
Serious bugs (crash/fault)
- TBA
Minor bugs (noticeable but can be avoided)
- Server commands are broken and have been disabled
msgcmd.cpp
Code issues (incorrect code that still works)
- Critical sections should be constructors using
CCritSect
- Some code uses macros such as
__PAIR__
or__ROL4__
, or__int64
- Some functions/structures have incorrect signing (signed/unsigned BYTE)
- Function
GetLevelMTypes
, decompile and checkmonster.cpp
- Function
SetAutomapView
, decompile and checkautomap.cpp
- Function
engine_draw_automap_pixels
, decompile and checkengine.cpp
- Double check
UseMana
references - Double check
LOBYTE
of functionrandom(int, int)