4jcraft/Minecraft.Client/Textures
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
..
Packs Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Stitching Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
BufferedImage.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
BufferedImage.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ClockTexture.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ClockTexture.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
CompassTexture.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
CompassTexture.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
HttpTexture.cpp chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
HttpTexture.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
HttpTextureProcessor.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
MemTexture.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
MemTexture.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
MemTextureProcessor.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
MobSkinMemTextureProcessor.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
MobSkinMemTextureProcessor.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
MobSkinTextureProcessor.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
MobSkinTextureProcessor.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
ResourceLocation.h TU19: merge Minecraft.Client/Textures 2026-03-21 22:46:45 -05:00
Texture.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
Texture.h refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
TextureAtlas.cpp TU19: merge Minecraft.Client/Textures 2026-03-21 22:46:45 -05:00
TextureAtlas.h TU19: merge Minecraft.Client/Textures 2026-03-21 22:46:45 -05:00
TextureHolder.cpp chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
TextureHolder.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
TextureManager.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
TextureManager.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
Textures.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
Textures.h feat(jui): add beacon screen 2026-03-29 15:52:35 -05:00