4jcraft/Minecraft.World/IO/Streams
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
..
Buffer.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Buffer.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
BufferedOutputStream.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
BufferedOutputStream.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
BufferedReader.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
BufferedReader.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
ByteArrayInputStream.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ByteArrayInputStream.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
ByteArrayOutputStream.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ByteArrayOutputStream.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
ByteBuffer.cpp cleanup: flatten dead branches in world io level network and stats 2026-03-26 20:53:52 +11:00
ByteBuffer.h cleanup: flatten dead branches in world io level network and stats 2026-03-26 20:53:52 +11:00
Compression.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Compression.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
DataInput.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
DataInputStream.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
DataInputStream.h refactor: replace double-underscore MSVC integer types with stdint 2026-03-30 00:08:25 -05:00
DataOutput.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
DataOutputStream.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
DataOutputStream.h TU19: merge Minecraft.World/IO 2026-03-22 10:13:01 +11:00
FloatBuffer.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
FloatBuffer.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
GZIPInputStream.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
GZIPOutputStream.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
InputOutputStream.h feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
InputStream.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
InputStream.h refactor: nuke __int64/__uint64 in Minecraft.World 2026-03-21 17:10:36 -05:00
InputStreamReader.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
InputStreamReader.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
IntBuffer.cpp chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
IntBuffer.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
OutputStream.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Reader.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00