MinecraftConsoles/Minecraft.Client/Xbox
ModMaker101 a9be52c41a
Project modernization (#630)
* Fixed boats falling and a TP glitch #266

* Replaced every C-style cast with C++ ones

* Replaced every C-style cast with C++ ones

* Fixed boats falling and a TP glitch #266

* Updated NULL to nullptr and fixing some type issues

* Modernized and fixed a few bugs

- Replaced most instances of `NULL` with `nullptr`.
- Replaced most `shared_ptr(new ...)` with `make_shared`.
- Removed the `nullptr` macro as it was interfering with the actual nullptr keyword in some instances.

* Fixing more conflicts

* Replace int loops with size_t and start work on overrides
2026-03-08 09:56:03 +07:00
..
4JLibs Project modernization (#630) 2026-03-08 09:56:03 +07:00
Audio Project modernization (#630) 2026-03-08 09:56:03 +07:00
Cheats Initial commit 2026-03-01 12:16:08 +08:00
ContentPackageBuild Initial commit 2026-03-01 12:16:08 +08:00
Docs Removed private information (#333) 2026-03-04 12:39:16 +07:00
Font Project modernization (#630) 2026-03-08 09:56:03 +07:00
GameConfig Initial commit 2026-03-01 12:16:08 +08:00
kinect/speech Initial commit 2026-03-01 12:16:08 +08:00
Leaderboards Project modernization (#630) 2026-03-08 09:56:03 +07:00
loc Initial commit 2026-03-01 12:16:08 +08:00
Network Project modernization (#630) 2026-03-08 09:56:03 +07:00
ReleaseBuild Initial commit 2026-03-01 12:16:08 +08:00
Sentient Project modernization (#630) 2026-03-08 09:56:03 +07:00
Social Project modernization (#630) 2026-03-08 09:56:03 +07:00
SubmissionBuild Initial commit 2026-03-01 12:16:08 +08:00
Title Update Initial commit 2026-03-01 12:16:08 +08:00
TMSFiles Initial commit 2026-03-01 12:16:08 +08:00
XML Project modernization (#630) 2026-03-08 09:56:03 +07:00
MinecraftWindows.ico add minecraft icon to windows version (#126) 2026-03-02 19:03:40 +07:00
MinecraftWindows.rc Fix compilation for Clang-cl (#10) 2026-03-01 23:29:08 +08:00
Minecraftxex.xml Initial commit 2026-03-01 12:16:08 +08:00
Resource.h Fix compilation for Clang-cl (#10) 2026-03-01 23:29:08 +08:00
small.ico Initial commit 2026-03-01 12:16:08 +08:00
targetver.h Initial commit 2026-03-01 12:16:08 +08:00
Xbox_App.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
Xbox_App.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
Xbox_BuildVer.h Initial commit 2026-03-01 12:16:08 +08:00
Xbox_Minecraft.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
Xbox_UIController.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
Xbox_UIController.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
xex-dev.xml Initial commit 2026-03-01 12:16:08 +08:00
xex.xml Initial commit 2026-03-01 12:16:08 +08:00