4jcraft/Minecraft.Client/Level
MatthewBeshay e4520df31f Restore recursive locking for mutexes converted from CRITICAL_SECTION
CRITICAL_SECTION is reentrant; std::mutex is not. This caused deadlocks during world generation, post-processing, and saving.
2026-03-30 22:14:14 +11:00
..
DemoLevel.cpp getting further 2026-03-22 02:52:30 -05:00
DemoLevel.h refactor: replace double-underscore MSVC integer types with stdint 2026-03-30 00:08:25 -05:00
DerivedServerLevel.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
DerivedServerLevel.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
MultiPlayerLevel.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
MultiPlayerLevel.h TU19: merge Minecraft.Client/Level 2026-03-21 20:29:13 -05:00
ServerLevel.cpp Restore recursive locking for mutexes converted from CRITICAL_SECTION 2026-03-30 22:14:14 +11:00
ServerLevel.h Restore recursive locking for mutexes converted from CRITICAL_SECTION 2026-03-30 22:14:14 +11:00
ServerLevelListener.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
ServerLevelListener.h TU19: merge Minecraft.Client/Level 2026-03-21 20:29:13 -05:00