4jcraft/Minecraft.Client/Level
MatthewBeshay e911e07a58 Refactor C4JThread: modernise API naming and replace Windows constants
Rename all PascalCase methods to camelCase, replace Windows macro constants with C++ constexpr members, convert ThreadPriority to enum class, remove unused Sleep(), fix memory ordering on inline accessors, extract platform code into helpers.
2026-03-31 01:06:06 +11:00
..
DemoLevel.cpp getting further 2026-03-22 02:52:30 -05:00
DemoLevel.h refactor: replace double-underscore MSVC integer types with stdint 2026-03-30 00:08:25 -05:00
DerivedServerLevel.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
DerivedServerLevel.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
MultiPlayerLevel.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
MultiPlayerLevel.h TU19: merge Minecraft.Client/Level 2026-03-21 20:29:13 -05:00
ServerLevel.cpp Refactor C4JThread: modernise API naming and replace Windows constants 2026-03-31 01:06:06 +11:00
ServerLevel.h Restore recursive locking for mutexes converted from CRITICAL_SECTION 2026-03-30 22:14:14 +11:00
ServerLevelListener.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
ServerLevelListener.h TU19: merge Minecraft.Client/Level 2026-03-21 20:29:13 -05:00