4jcraft/Minecraft.World/IO/Files
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
..
ConsoleSaveFile.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ConsoleSaveFileConverter.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
ConsoleSaveFileConverter.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
ConsoleSaveFileInputStream.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ConsoleSaveFileInputStream.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
ConsoleSaveFileIO.h feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
ConsoleSaveFileOriginal.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
ConsoleSaveFileOriginal.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
ConsoleSaveFileOutputStream.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ConsoleSaveFileOutputStream.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
ConsoleSaveFileSplit.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
ConsoleSaveFileSplit.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
ConsoleSavePath.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
File.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
File.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
FileFilter.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FileHeader.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
FileHeader.h cleanup: flatten dead branches in world io level network and stats 2026-03-26 20:53:52 +11:00
FileInputStream.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
FileInputStream.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
FilenameFilter.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FileOutputStream.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
FileOutputStream.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00