4jcraft/Minecraft.Client/Network
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
..
ClientConnection.cpp chore: format everything 2026-03-30 02:17:54 -05:00
ClientConnection.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
MultiPlayerChunkCache.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
MultiPlayerChunkCache.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
PendingConnection.cpp chore: format everything 2026-03-30 02:17:54 -05:00
PendingConnection.h TU19: merge Minecraft.Client/Network 2026-03-21 21:54:07 -05:00
PlayerChunkMap.cpp chore: format everything 2026-03-30 02:17:54 -05:00
PlayerChunkMap.h TU19: merge Minecraft.Client/Network 2026-03-21 21:54:07 -05:00
PlayerConnection.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
PlayerConnection.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
PlayerInfo.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
PlayerList.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
PlayerList.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
ServerChunkCache.cpp Restore recursive locking for mutexes converted from CRITICAL_SECTION 2026-03-30 22:14:14 +11:00
ServerChunkCache.h Restore recursive locking for mutexes converted from CRITICAL_SECTION 2026-03-30 22:14:14 +11:00
ServerCommandDispatcher.cpp chore: format everything 2026-03-30 02:17:54 -05:00
ServerCommandDispatcher.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
ServerConnection.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
ServerConnection.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
ServerInterface.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
ServerScoreboard.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ServerScoreboard.h TU19: merge Minecraft.Client/Network 2026-03-21 21:54:07 -05:00