4jcraft/Minecraft.Client/Platform/Linux
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
..
Iggy refactor meson and final gles support, cleaner gdraw 2026-03-29 20:55:58 -05:00
Leaderboards chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
Sentient Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Social Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Stubs Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
Linux_App.cpp WCHAR -> wchar_t 2026-03-30 00:42:26 -05:00
Linux_App.h WCHAR -> wchar_t 2026-03-30 00:42:26 -05:00
linux_game_stubs.cpp WCHAR -> wchar_t 2026-03-30 00:42:26 -05:00
Linux_Minecraft.cpp Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
Linux_ShutdownManager.cpp checkpoint: refresh supported-path portability baseline 2026-03-26 17:05:31 +11:00
Linux_UIController.cpp fix(linux): increase iggy render-target budget to 64mb 2026-03-29 20:55:59 -05:00
Linux_UIController.h TU19: merge Minecraft.Client/Platform/Common/Tutorial 2026-03-22 03:51:48 -05:00
LinuxGL.cpp Cleaned up linuxGL.cpp 2026-03-29 20:55:58 -05:00
LinuxGL.h move LinuxGL.h to Platform/Linux 2026-03-13 17:15:44 -05:00