4jcraft/Minecraft.World/IO/Files
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
..
ConsoleSaveFile.h chore: format everything 2026-03-30 02:17:54 -05:00
ConsoleSaveFileConverter.cpp chore: format everything 2026-03-30 02:17:54 -05:00
ConsoleSaveFileConverter.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
ConsoleSaveFileInputStream.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ConsoleSaveFileInputStream.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
ConsoleSaveFileIO.h feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
ConsoleSaveFileOriginal.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
ConsoleSaveFileOriginal.h Restore recursive locking for mutexes converted from CRITICAL_SECTION 2026-03-30 22:14:14 +11:00
ConsoleSaveFileOutputStream.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ConsoleSaveFileOutputStream.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
ConsoleSaveFileSplit.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
ConsoleSaveFileSplit.h Restore recursive locking for mutexes converted from CRITICAL_SECTION 2026-03-30 22:14:14 +11:00
ConsoleSavePath.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
File.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
File.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
FileFilter.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FileHeader.cpp format more things i missed 2026-03-30 02:19:38 -05:00
FileHeader.h chore: format everything 2026-03-30 02:17:54 -05:00
FileInputStream.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
FileInputStream.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
FilenameFilter.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FileOutputStream.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
FileOutputStream.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00