4jcraft/minecraft/Minecraft.Client
MatthewBeshay 8f0c2a3f26 refactor: replace Mth with GameMath, switch to stdlib math and std::numbers::pi
Inlined trivial wrappers, moved ranged random methods to Random, replaced M_PI with std::numbers::pi, unified DEGRAD/RAD_TO_GRAD as DEG_TO_RAD, fixed getInt/getDouble default fallback bug, and switched non-worldgen sin/cos to sinf/cosf.
2026-03-31 13:12:34 +11:00
..
Common refactor: replace Mth with GameMath, switch to stdlib math and std::numbers::pi 2026-03-31 13:12:34 +11:00
ConsoleHelpers move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
Header Files nuke the rest of Sentient 2026-03-30 21:12:28 -05:00
Linux nuke the rest of Sentient 2026-03-30 21:12:28 -05:00
net/minecraft refactor: replace Mth with GameMath, switch to stdlib math and std::numbers::pi 2026-03-31 13:12:34 +11:00
Source Files refactor: replace Mth with GameMath, switch to stdlib math and std::numbers::pi 2026-03-31 13:12:34 +11:00
Windows64 nuke the rest of Sentient 2026-03-30 21:12:28 -05:00
meson.build refactor: split java libs and nbt into separate projects 2026-03-30 12:54:00 -05:00
Network Implementation Notes.md move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
ReadMe.txt move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05: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.

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