MinecraftConsoles/Minecraft.Client/Common/Tutorial
void_17 d63f79325f Get rid of MSVC's __int64
Use either int64_t, uint64_t or long long and unsigned long long, defined as per C++11 standard
2026-03-02 15:53:32 +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 Initial commit 2026-03-01 12:16:08 +08:00
AreaTask.h Initial commit 2026-03-01 12:16:08 +08:00
ChangeStateConstraint.cpp Initial commit 2026-03-01 12:16:08 +08:00
ChangeStateConstraint.h Initial commit 2026-03-01 12:16:08 +08:00
ChoiceTask.cpp feat: now can skip the tutorial (#82) 2026-03-02 13:40:04 +08:00
ChoiceTask.h Initial commit 2026-03-01 12:16:08 +08:00
CompleteUsingItemTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
CompleteUsingItemTask.h Initial commit 2026-03-01 12:16:08 +08:00
ControllerTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
ControllerTask.h Initial commit 2026-03-01 12:16:08 +08:00
CraftTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
CraftTask.h Initial commit 2026-03-01 12:16:08 +08:00
DiggerItemHint.cpp Initial commit 2026-03-01 12:16:08 +08:00
DiggerItemHint.h Initial commit 2026-03-01 12:16:08 +08:00
EffectChangedTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
EffectChangedTask.h Initial commit 2026-03-01 12:16:08 +08:00
FullTutorial.cpp Initial commit 2026-03-01 12:16:08 +08:00
FullTutorial.h Initial commit 2026-03-01 12:16:08 +08:00
FullTutorialActiveTask.cpp Initial commit 2026-03-01 12:16:08 +08: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
InfoTask.cpp Initial commit 2026-03-01 12:16:08 +08: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 Initial commit 2026-03-01 12:16:08 +08:00
LookAtTileHint.h Initial commit 2026-03-01 12:16:08 +08:00
PickupTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
PickupTask.h Initial commit 2026-03-01 12:16:08 +08:00
ProcedureCompoundTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
ProcedureCompoundTask.h Initial commit 2026-03-01 12:16:08 +08:00
ProgressFlagTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
ProgressFlagTask.h Initial commit 2026-03-01 12:16:08 +08:00
StateChangeTask.h Initial commit 2026-03-01 12:16:08 +08:00
StatTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
StatTask.h Initial commit 2026-03-01 12:16:08 +08:00
TakeItemHint.cpp Initial commit 2026-03-01 12:16:08 +08:00
TakeItemHint.h Initial commit 2026-03-01 12:16:08 +08:00
Tutorial Initial commit 2026-03-01 12:16:08 +08:00
Tutorial.cpp Get rid of MSVC's __int64 2026-03-02 15:53:32 +07:00
Tutorial.h Initial commit 2026-03-01 12:16:08 +08: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 Initial commit 2026-03-01 12:16:08 +08:00
TutorialHint.cpp Initial commit 2026-03-01 12:16:08 +08:00
TutorialHint.h Initial commit 2026-03-01 12:16:08 +08: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 Initial commit 2026-03-01 12:16:08 +08:00
TutorialMode.h Initial commit 2026-03-01 12:16:08 +08:00
TutorialTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
TutorialTask.h Initial commit 2026-03-01 12:16:08 +08:00
TutorialTasks.h Initial commit 2026-03-01 12:16:08 +08:00
UseItemTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
UseItemTask.h Initial commit 2026-03-01 12:16:08 +08:00
UseTileTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
UseTileTask.h Initial commit 2026-03-01 12:16:08 +08:00
XuiCraftingTask.cpp Initial commit 2026-03-01 12:16:08 +08:00
XuiCraftingTask.h Initial commit 2026-03-01 12:16:08 +08:00