4jcraft/Minecraft.Client/Player
MatthewBeshay 28d68befd4 Replace remaining WinAPI types with standard C++ equivalents
DWORD→uint32_t, BYTE→uint8_t, HRESULT→int32_t, HANDLE→void*, UINT→uint32_t, INT→int32_t, WORD→uint16_t, LONG→int32_t, SHORT→int16_t, LONGLONG→int64_t, ULONG_PTR→uintptr_t, PBYTE→uint8_t*, LPWSTR/PWSTR→wchar_t*, FLOAT→float, CHAR→char, boolean→bool, CONST→const, TRUE→true, FALSE→false across 176 files (excluding vendor libs and Linux stubs).
2026-03-30 17:36:15 +11:00
..
EntityTracker.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
EntityTracker.h TU19: merge Minecraft.Client/Player 2026-03-21 22:03:18 -05:00
LocalPlayer.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
LocalPlayer.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
MultiPlayerGameMode.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
MultiPlayerGameMode.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
MultiPlayerLocalPlayer.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
MultiPlayerLocalPlayer.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
RemotePlayer.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
RemotePlayer.h TU19: merge Minecraft.Client/Player 2026-03-21 22:03:18 -05:00
ServerPlayer.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
ServerPlayer.h TU19: merge Minecraft.Client/Player 2026-03-21 22:03:18 -05:00
ServerPlayerGameMode.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ServerPlayerGameMode.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
TrackedEntity.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
TrackedEntity.h TU19: merge Minecraft.Client/Player 2026-03-21 22:03:18 -05:00
User.cpp TU19: merge Minecraft.Client/Player 2026-03-21 22:03:18 -05:00
User.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00