forked from backups/MinecraftConsoles
* 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 |
||
|---|---|---|
| .. | ||
| AreaConstraint.cpp | ||
| AreaConstraint.h | ||
| AreaHint.cpp | ||
| AreaHint.h | ||
| AreaTask.cpp | ||
| AreaTask.h | ||
| ChangeStateConstraint.cpp | ||
| ChangeStateConstraint.h | ||
| ChoiceTask.cpp | ||
| ChoiceTask.h | ||
| CompleteUsingItemTask.cpp | ||
| CompleteUsingItemTask.h | ||
| ControllerTask.cpp | ||
| ControllerTask.h | ||
| CraftTask.cpp | ||
| CraftTask.h | ||
| DiggerItemHint.cpp | ||
| DiggerItemHint.h | ||
| EffectChangedTask.cpp | ||
| EffectChangedTask.h | ||
| FullTutorial.cpp | ||
| FullTutorial.h | ||
| FullTutorialActiveTask.cpp | ||
| FullTutorialActiveTask.h | ||
| FullTutorialMode.cpp | ||
| FullTutorialMode.h | ||
| HorseChoiceTask.cpp | ||
| HorseChoiceTask.h | ||
| InfoTask.cpp | ||
| InfoTask.h | ||
| InputConstraint.cpp | ||
| InputConstraint.h | ||
| LookAtEntityHint.cpp | ||
| LookAtEntityHint.h | ||
| LookAtTileHint.cpp | ||
| LookAtTileHint.h | ||
| PickupTask.cpp | ||
| PickupTask.h | ||
| ProcedureCompoundTask.cpp | ||
| ProcedureCompoundTask.h | ||
| ProgressFlagTask.cpp | ||
| ProgressFlagTask.h | ||
| RideEntityTask.cpp | ||
| RideEntityTask.h | ||
| StateChangeTask.h | ||
| StatTask.cpp | ||
| StatTask.h | ||
| TakeItemHint.cpp | ||
| TakeItemHint.h | ||
| Tutorial | ||
| Tutorial.cpp | ||
| Tutorial.h | ||
| TutorialConstraint.h | ||
| TutorialConstraints.h | ||
| TutorialEnum.h | ||
| TutorialHint.cpp | ||
| TutorialHint.h | ||
| TutorialHints.h | ||
| TutorialMessage.cpp | ||
| TutorialMessage.h | ||
| TutorialMode.cpp | ||
| TutorialMode.h | ||
| TutorialTask.cpp | ||
| TutorialTask.h | ||
| TutorialTasks.h | ||
| UseItemTask.cpp | ||
| UseItemTask.h | ||
| UseTileTask.cpp | ||
| UseTileTask.h | ||
| XuiCraftingTask.cpp | ||
| XuiCraftingTask.h | ||