mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-23 07:27:20 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| 4JLibs | ||
| Assert | ||
| Audio | ||
| DATA | ||
| Edge/Lib | ||
| GameConfig | ||
| Iggy | ||
| Leaderboards | ||
| Media | ||
| Miles | ||
| Network | ||
| Passphrase | ||
| PS3Extras | ||
| Sentient | ||
| Social | ||
| Sound | ||
| SPU_Tasks | ||
| XML | ||
| Minecraft_Macros.h | ||
| PS3_App.cpp | ||
| PS3_App.h | ||
| PS3_Minecraft.cpp | ||
| PS3_PlayerUID.cpp | ||
| PS3_PlayerUID.h | ||
| PS3_UIController.cpp | ||
| PS3_UIController.h | ||
| PS3ProductCodes.bin | ||
| Resource.h | ||
| targetver.h | ||
| Xbox_Awards_enum.h | ||
| Xbox_BuildVer.h | ||
| Xbox_Debug_enum.h | ||
| Xbox_Minecraft.cpp | ||
| Xbox_Utils.cpp | ||
| XboxGameMode.cpp | ||
| XboxGameMode.h | ||