4jcraft/Minecraft.Client/Network
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
..
ClientConnection.cpp chore: format everything 2026-03-30 02:17:54 -05:00
ClientConnection.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
MultiPlayerChunkCache.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
MultiPlayerChunkCache.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
PendingConnection.cpp chore: format everything 2026-03-30 02:17:54 -05:00
PendingConnection.h TU19: merge Minecraft.Client/Network 2026-03-21 21:54:07 -05:00
PlayerChunkMap.cpp chore: format everything 2026-03-30 02:17:54 -05:00
PlayerChunkMap.h TU19: merge Minecraft.Client/Network 2026-03-21 21:54:07 -05:00
PlayerConnection.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
PlayerConnection.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
PlayerInfo.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
PlayerList.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
PlayerList.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
ServerChunkCache.cpp Refactor C4JThread: modernise API naming and replace Windows constants 2026-03-31 01:06:06 +11:00
ServerChunkCache.h Restore recursive locking for mutexes converted from CRITICAL_SECTION 2026-03-30 22:14:14 +11:00
ServerCommandDispatcher.cpp chore: format everything 2026-03-30 02:17:54 -05:00
ServerCommandDispatcher.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
ServerConnection.cpp Merge dev and resolve formatting conflicts 2026-03-30 19:00:30 +11:00
ServerConnection.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
ServerInterface.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
ServerScoreboard.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ServerScoreboard.h TU19: merge Minecraft.Client/Network 2026-03-21 21:54:07 -05:00