4jcraft/Minecraft.Client
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
..
Commands refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
GameState refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
Input chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
Level Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Network Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Platform Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Player Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Rendering Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Textures Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
UI Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Utils Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
ClientConstants.cpp Merge branch 'dev' into feat/restore-java-gui 2026-03-16 16:04:30 +03:00
ClientConstants.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
meson.build Fixed broken LevelRenderer.cpp and removed merge garbage 2026-03-29 20:55:59 -05:00
Minecraft.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Minecraft.h Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
MinecraftServer.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
MinecraftServer.h Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
Network Implementation Notes.md Added Doxygen + GitHub Pages 2026-03-13 23:00:35 -04:00
ReadMe.txt Initial dump 2026-03-01 15:49:25 +02:00

========================================================================
    Xbox 360 APPLICATION : Minecraft.Client Project Overview
========================================================================

AppWizard has created this Minecraft.Client application for you.  

This file contains a summary of what you will find in each of the files that
make up your Minecraft.Client application.

Minecraft.Client.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

Minecraft.Client.cpp
    This is the main application source file.



/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////