4jcraft/Minecraft.World/Commands
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
..
AdminLogCommand.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
Command.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
Command.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
CommandDispatcher.cpp refactor: expand AUTO_VAR macro 2026-03-29 23:59:05 -05:00
CommandDispatcher.h cleanup: flatten dead branches in world io level network and stats 2026-03-26 20:53:52 +11:00
CommandSender.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
CommandsEnum.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
DefaultGameModeCommand.cpp TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
DefaultGameModeCommand.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
EffectCommand.cpp TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
EffectCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
EnchantItemCommand.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
EnchantItemCommand.h chore: format Minecraft.World 2026-03-13 17:06:56 -05:00
ExperienceCommand.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
ExperienceCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
GameDifficultyCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
GameModeCommand.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
GameModeCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
GameRuleCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
GiveItemCommand.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
GiveItemCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
KillCommand.cpp refactor: remove basic type containers 2026-03-25 17:51:27 -05:00
KillCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
PlayerSelector.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
PlaySoundCommand.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
SetPlayerTimeoutCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
ShowSeedCommand.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
SpreadPlayersCommand.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
TimeCommand.cpp TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
TimeCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
ToggleDownfallCommand.cpp TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
ToggleDownfallCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00
WeatherCommand.h TU19: merge Minecraft.World/Commands 2026-03-21 15:14:17 -05:00