Skip to content

International Doom 7.2.1 (2023-10-29)

Compare
Choose a tag to compare
@JNechaevsky JNechaevsky released this 29 Oct 06:36
· 730 commits to main since this release

Improvements

  • Gray 0 and 5 are now properly recognized in keyboard bindings and side/extra mouse buttons are now properly recognized in the mouse bindings menu.
  • IDDQD cheat code: fixed reviving if god mode was already enabled (#1106, thanks @tomas7770).

Source code

  • Almost the entire codebase has been updated to the latest Chocolate/Crispy Doom code. This includes numerous fixes and stability improvements.
  • Enabled ASan as a compile-time option (see ENABLE_ASAN in /CMakeLists.txt file, may not work with GCC, need Clang), fixed all remaining "pedantic" warnings in GCC 13.2.0 and 17.0.2, and separated platform-dependent sources at compile-time (thanks @rfomin).