4jcraft/Minecraft.Client/Network
MatthewBeshay bc6013ab70 Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard
Migrates 59 files from WinAPI CRITICAL_SECTION to portable C++ std::mutex/std::lock_guard/std::unique_lock. Removes Linux CRITICAL_SECTION shims from winapi_stubs.h.
2026-03-30 18:45:55 +11:00
..
ClientConnection.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
ClientConnection.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
MultiPlayerChunkCache.cpp Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +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 Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
PendingConnection.h TU19: merge Minecraft.Client/Network 2026-03-21 21:54:07 -05:00
PlayerChunkMap.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
PlayerChunkMap.h TU19: merge Minecraft.Client/Network 2026-03-21 21:54:07 -05:00
PlayerConnection.cpp Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +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 Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +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 Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
ServerChunkCache.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
ServerCommandDispatcher.cpp refactor: expand AUTO_VAR macro 2026-03-29 23:59:05 -05:00
ServerCommandDispatcher.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
ServerConnection.cpp Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +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