MinecraftConsoles/Minecraft.Client/Common/Tutorial
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
..
AreaConstraint.cpp Initial commit 2026-03-01 12:16:08 +08:00
AreaConstraint.h Initial commit 2026-03-01 12:16:08 +08:00
AreaHint.cpp Initial commit 2026-03-01 12:16:08 +08:00
AreaHint.h Initial commit 2026-03-01 12:16:08 +08:00
AreaTask.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
AreaTask.h Initial commit 2026-03-01 12:16:08 +08:00
ChangeStateConstraint.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChangeStateConstraint.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChoiceTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChoiceTask.h Initial commit 2026-03-01 12:16:08 +08:00
CompleteUsingItemTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CompleteUsingItemTask.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
ControllerTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ControllerTask.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CraftTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CraftTask.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DiggerItemHint.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
DiggerItemHint.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
EffectChangedTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EffectChangedTask.h Initial commit 2026-03-01 12:16:08 +08:00
FullTutorial.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FullTutorial.h Initial commit 2026-03-01 12:16:08 +08:00
FullTutorialActiveTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FullTutorialActiveTask.h Initial commit 2026-03-01 12:16:08 +08:00
FullTutorialMode.cpp Initial commit 2026-03-01 12:16:08 +08:00
FullTutorialMode.h Initial commit 2026-03-01 12:16:08 +08:00
HorseChoiceTask.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
HorseChoiceTask.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
InfoTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
InfoTask.h Initial commit 2026-03-01 12:16:08 +08:00
InputConstraint.cpp Initial commit 2026-03-01 12:16:08 +08:00
InputConstraint.h Initial commit 2026-03-01 12:16:08 +08:00
LookAtEntityHint.cpp Initial commit 2026-03-01 12:16:08 +08:00
LookAtEntityHint.h Initial commit 2026-03-01 12:16:08 +08:00
LookAtTileHint.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
LookAtTileHint.h Initial commit 2026-03-01 12:16:08 +08:00
PickupTask.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
PickupTask.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ProcedureCompoundTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ProcedureCompoundTask.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ProgressFlagTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
ProgressFlagTask.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RideEntityTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RideEntityTask.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StateChangeTask.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StatTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StatTask.h Initial commit 2026-03-01 12:16:08 +08:00
TakeItemHint.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TakeItemHint.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
Tutorial Initial commit 2026-03-01 12:16:08 +08:00
Tutorial.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Tutorial.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TutorialConstraint.h Initial commit 2026-03-01 12:16:08 +08:00
TutorialConstraints.h Initial commit 2026-03-01 12:16:08 +08:00
TutorialEnum.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TutorialHint.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TutorialHint.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TutorialHints.h Initial commit 2026-03-01 12:16:08 +08:00
TutorialMessage.cpp Initial commit 2026-03-01 12:16:08 +08:00
TutorialMessage.h Initial commit 2026-03-01 12:16:08 +08:00
TutorialMode.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TutorialMode.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TutorialTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TutorialTask.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
TutorialTasks.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UseItemTask.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UseItemTask.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UseTileTask.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UseTileTask.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
XuiCraftingTask.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
XuiCraftingTask.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00