Rewrite logic, all quest steps can be executed automatically now
authorLiza Carvelli <liza@carvel.li>
Sun, 9 Jun 2024 14:30:53 +0000 (16:30 +0200)
committerLiza Carvelli <liza@carvel.li>
Sun, 9 Jun 2024 14:31:37 +0000 (16:31 +0200)
commit81e849abc313b20f9f2cee8e776a757243ef70af
treea9757e789d5206e7b42c03ebb24844a7bbc927c1
parent78357dc2887607c016608ced47ba7d518179b78d
Rewrite logic, all quest steps can be executed automatically now
40 files changed:
QuestPaths/Endwalker/MSQ/C-MareLamentorum/4405_Back to Old Tricks.json
QuestPaths/Endwalker/MSQ/C-MareLamentorum/4406_Settiing Things Straight.json [deleted file]
QuestPaths/Endwalker/MSQ/C-MareLamentorum/4406_Setting Things Straight.json [new file with mode: 0644]
Questionable/Controller/GameUiController.cs
Questionable/Controller/MovementController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/Steps/BaseFactory/AethernetShortcut.cs [new file with mode: 0644]
Questionable/Controller/Steps/BaseFactory/AetheryteShortcut.cs [new file with mode: 0644]
Questionable/Controller/Steps/BaseFactory/Move.cs [new file with mode: 0644]
Questionable/Controller/Steps/BaseFactory/SkipCondition.cs [new file with mode: 0644]
Questionable/Controller/Steps/BaseFactory/StepDisabled.cs [new file with mode: 0644]
Questionable/Controller/Steps/BaseFactory/WaitAtEnd.cs [new file with mode: 0644]
Questionable/Controller/Steps/BaseFactory/ZoneChange.cs [new file with mode: 0644]
Questionable/Controller/Steps/BaseTasks/AbstractDelayedTask.cs [new file with mode: 0644]
Questionable/Controller/Steps/BaseTasks/MountTask.cs [new file with mode: 0644]
Questionable/Controller/Steps/BaseTasks/UnmountTask.cs [new file with mode: 0644]
Questionable/Controller/Steps/BaseTasks/WaitConditionTask.cs [new file with mode: 0644]
Questionable/Controller/Steps/ETaskResult.cs [new file with mode: 0644]
Questionable/Controller/Steps/ILastTask.cs [new file with mode: 0644]
Questionable/Controller/Steps/ITask.cs [new file with mode: 0644]
Questionable/Controller/Steps/ITaskFactory.cs [new file with mode: 0644]
Questionable/Controller/Steps/InteractionFactory/AetherCurrent.cs [new file with mode: 0644]
Questionable/Controller/Steps/InteractionFactory/AethernetShard.cs [new file with mode: 0644]
Questionable/Controller/Steps/InteractionFactory/Aetheryte.cs [new file with mode: 0644]
Questionable/Controller/Steps/InteractionFactory/Combat.cs [new file with mode: 0644]
Questionable/Controller/Steps/InteractionFactory/Duty.cs [new file with mode: 0644]
Questionable/Controller/Steps/InteractionFactory/Emote.cs [new file with mode: 0644]
Questionable/Controller/Steps/InteractionFactory/Interact.cs [new file with mode: 0644]
Questionable/Controller/Steps/InteractionFactory/Jump.cs [new file with mode: 0644]
Questionable/Controller/Steps/InteractionFactory/Say.cs [new file with mode: 0644]
Questionable/Controller/Steps/InteractionFactory/UseItem.cs [new file with mode: 0644]
Questionable/Controller/Steps/TaskException.cs [new file with mode: 0644]
Questionable/DalamudInitializer.cs
Questionable/GameFunctions.cs
Questionable/GlobalSuppressions.cs [deleted file]
Questionable/Questionable.csproj
Questionable/QuestionablePlugin.cs
Questionable/ServiceCollectionExtensions.cs [new file with mode: 0644]
Questionable/Windows/DebugWindow.cs
Questionable/packages.lock.json