4jcraft/Minecraft.Client/Platform/Common/Leaderboards
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
..
base64.cpp wrong base64.cpp but whatever 2026-03-22 12:16:29 -05:00
base64.h wrong base64.cpp but whatever 2026-03-22 12:16:29 -05:00
LeaderboardInterface.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
LeaderboardInterface.h fix UIStructsmerge Platform/Common/Leaderboards 2026-03-22 12:13:53 -05:00
LeaderboardManager.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
LeaderboardManager.h cleanup: flatten dead branches in common app and ui code 2026-03-26 20:18:29 +11:00
SonyLeaderboardManager.cpp Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
SonyLeaderboardManager.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00