You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).