4jcraft/Minecraft.World/WorldGen
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
..
Biomes Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
Features Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
Flat Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
Layers Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Noise refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
Sources Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Structures Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
StructureFeatureIO.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
StructureFeatureIO.h TU19: merge Minecraft.World/WorldGen 2026-03-21 17:45:10 -05:00
StructureFeatureSavedData.cpp TU19: merge Minecraft.World/WorldGen 2026-03-21 17:45:10 -05:00
StructureFeatureSavedData.h TU19: merge Minecraft.World/WorldGen 2026-03-21 17:45:10 -05:00