You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1003 B

Comments

  • BUG_FIX known bugs in original (vanilla) code
  • /* */ block comments are things to be fixed/checked
  • FIX_ME bad data

Known Bugs

Serious bugs (crash/fault)

  • TBA

Minor bugs (noticeable but can be avoided)

  • Lighting of objects/items in dungeon is slightly lighter than it should be
  • Timed messages are broken and have been disabled tmsg.cpp
  • 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 check monster.cpp
  • Function SetAutomapView, decompile and check automap.cpp
  • Function engine_draw_automap_pixels, decompile and check engine.cpp
  • Double check UseMana references
  • Double check LOBYTE of function random(int, int)