MinecraftConsoles/Minecraft.Client/Orbis
ModMaker101 28614b922f
Modernize project codebase (#906)
* 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

* Add safety checks and fix a issue with vector going OOR
2026-03-08 18:08:36 -05:00
..
4JLibs Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Assert Initial commit 2026-03-01 12:16:08 +08:00
DLCImages Initial commit 2026-03-01 12:16:08 +08:00
GameConfig Initial commit 2026-03-01 12:16:08 +08:00
Iggy Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Leaderboards Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Miles Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
min Initial commit 2026-03-01 12:16:08 +08:00
MinecraftPronunciation Initial commit 2026-03-01 12:16:08 +08:00
Network Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
OrbisExtras Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Sentient Initial commit 2026-03-01 12:16:08 +08:00
Social Initial commit 2026-03-01 12:16:08 +08:00
XML Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Minecraft_Macros.h Initial commit 2026-03-01 12:16:08 +08:00
Orbis_App.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Orbis_App.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Orbis_Minecraft.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Orbis_PlayerUID.cpp Initial commit 2026-03-01 12:16:08 +08:00
Orbis_PlayerUID.h Initial commit 2026-03-01 12:16:08 +08:00
Orbis_UIController.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Orbis_UIController.h Initial commit 2026-03-01 12:16:08 +08:00
ps4__np_conf.h Initial commit 2026-03-01 12:16:08 +08:00
PS4ProductCodes.bin Initial commit 2026-03-01 12:16:08 +08:00
session_image.jpg Initial commit 2026-03-01 12:16:08 +08:00
session_image.png Initial commit 2026-03-01 12:16:08 +08:00
user_malloc.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
user_malloc_for_tls.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
user_new.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Xbox_BuildVer.h Initial commit 2026-03-01 12:16:08 +08:00