4jcraft/Minecraft.World/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
..
Packets chore: format everything 2026-03-30 02:17:54 -05:00
Connection.cpp Refactor C4JThread: modernise API naming and replace Windows constants 2026-03-31 01:06:06 +11:00
Connection.h Remove dead _ENTITIES_RW_SECTION code and update stale critical section comments 2026-03-31 00:23:35 +11:00
Socket.cpp Refactor C4JThread: modernise API naming and replace Windows constants 2026-03-31 01:06:06 +11:00
Socket.h Replace all CRITICAL_SECTION usage with std::mutex and std::lock_guard 2026-03-30 18:45:55 +11:00
SocketAddress.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00