4jcraft/Minecraft.Client/Utils
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
..
ArchiveFile.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
ArchiveFile.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
FrameProfiler.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
FrameProfiler.h perf(render): optimise tile entity cleanup and profiling 2026-03-29 20:56:00 -05:00
MemoryTracker.cpp refactor: expand AUTO_VAR macro 2026-03-29 23:59:05 -05:00
MemoryTracker.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
StringTable.cpp refactor: expand AUTO_VAR macro 2026-03-29 23:59:05 -05:00
StringTable.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Timer.cpp refactor: replace double-underscore MSVC integer types with stdint 2026-03-30 00:08:25 -05:00
Timer.h refactor: replace double-underscore MSVC integer types with stdint 2026-03-30 00:08:25 -05:00
WstringLookup.cpp chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
WstringLookup.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00