MinecraftConsoles/Minecraft.Client/Common/Tutorial
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
..
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 Project modernization (#630) 2026-03-08 09:56:03 +07:00
ChangeStateConstraint.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
ChoiceTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
ChoiceTask.h Initial commit 2026-03-01 12:16:08 +08:00
CompleteUsingItemTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
CompleteUsingItemTask.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
ControllerTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
ControllerTask.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
CraftTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
CraftTask.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DiggerItemHint.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DiggerItemHint.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
EffectChangedTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
EffectChangedTask.h Initial commit 2026-03-01 12:16:08 +08:00
FullTutorial.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
FullTutorial.h Initial commit 2026-03-01 12:16:08 +08:00
FullTutorialActiveTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07: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 Project modernization (#630) 2026-03-08 09:56:03 +07: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 Project modernization (#630) 2026-03-08 09:56:03 +07:00
ProcedureCompoundTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
ProcedureCompoundTask.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
ProgressFlagTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
ProgressFlagTask.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
RideEntityTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
RideEntityTask.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
StateChangeTask.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
StatTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
StatTask.h Initial commit 2026-03-01 12:16:08 +08:00
TakeItemHint.cpp Project modernization (#630) 2026-03-08 09:56:03 +07: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 Project modernization (#630) 2026-03-08 09:56:03 +07:00
Tutorial.h Project modernization (#630) 2026-03-08 09:56:03 +07: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 Project modernization (#630) 2026-03-08 09:56:03 +07: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 Project modernization (#630) 2026-03-08 09:56:03 +07:00
TutorialMode.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
TutorialTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07: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 Project modernization (#630) 2026-03-08 09:56:03 +07:00
UseTileTask.cpp Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UseTileTask.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
XuiCraftingTask.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
XuiCraftingTask.h Project modernization (#630) 2026-03-08 09:56:03 +07:00