Automatic weekly custom delivery turn in + some gathering cleanup
authorLiza Carvelli <liza@carvel.li>
Mon, 5 Aug 2024 15:09:49 +0000 (17:09 +0200)
committerLiza Carvelli <liza@carvel.li>
Mon, 5 Aug 2024 15:09:49 +0000 (17:09 +0200)
commit139250c4a4f07200dbca4ba73efbf59c38489578
tree76b109dd34a369194bc65b420a66403e533d00aa
parent837ee7b3688a7a64e76e7459194e61079f6ab42c
weekly custom delivery turn in + some gathering cleanup
81 files changed:
GatheringPaths/4.x - Stormblood/The Peaks/531_Sleeping Stones_MIN.json
LLib
QuestPathGenerator/RoslynShortcuts.cs
QuestPaths/3.x - Heavensward/Custom Deliveries/Zhloe/S1_Zhloe Aliapoh.json
QuestPaths/4.x - Stormblood/Custom Deliveries/Adkiragh/S4_Adkiragh.json
QuestPaths/4.x - Stormblood/Custom Deliveries/Kurenai/S3_Kurenai.json
QuestPaths/4.x - Stormblood/Custom Deliveries/M'naago/S2_M'naago.json
QuestPaths/5.x - Shadowbringers/Custom Deliveries/Charlemend/S7_Charlemend.json
QuestPaths/5.x - Shadowbringers/Custom Deliveries/Ehll Tou/S6_Ehll Tou.json
QuestPaths/5.x - Shadowbringers/Custom Deliveries/Kai-Shirr/S5_Kai-Shirr.json
QuestPaths/6.x - Endwalker/Custom Deliveries/Ameliance/S8_Ameliance.json
QuestPaths/6.x - Endwalker/Custom Deliveries/Anden/S9_Anden.json
QuestPaths/6.x - Endwalker/Custom Deliveries/Margrat/S10_Margrat.json
QuestPaths/6.x - Endwalker/MSQ/M-6.55/4751_When One Door Closes.json
QuestPaths/quest-v1.json
Questionable.Model/Questing/Converter/InteractionTypeConverter.cs
Questionable.Model/Questing/DialogueChoice.cs
Questionable.Model/Questing/EInteractionType.cs
Questionable.Model/Questing/GatheredItem.cs
Questionable/ChatFunctions.cs [deleted file]
Questionable/Controller/CombatController.cs
Questionable/Controller/CommandHandler.cs
Questionable/Controller/ContextMenuController.cs
Questionable/Controller/GameUiController.cs
Questionable/Controller/GatheringController.cs
Questionable/Controller/MovementController.cs
Questionable/Controller/NavigationShortcutController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/Steps/Common/MountTask.cs
Questionable/Controller/Steps/Common/NextQuest.cs
Questionable/Controller/Steps/Common/UnmountTask.cs
Questionable/Controller/Steps/Gathering/DoGatherCollectable.cs
Questionable/Controller/Steps/Gathering/MoveToLandingLocation.cs
Questionable/Controller/Steps/Gathering/TurnInDelivery.cs [new file with mode: 0644]
Questionable/Controller/Steps/ILastTask.cs
Questionable/Controller/Steps/Interactions/Action.cs
Questionable/Controller/Steps/Interactions/AetherCurrent.cs
Questionable/Controller/Steps/Interactions/AethernetShard.cs
Questionable/Controller/Steps/Interactions/Aetheryte.cs
Questionable/Controller/Steps/Interactions/Combat.cs
Questionable/Controller/Steps/Interactions/Duty.cs
Questionable/Controller/Steps/Interactions/Emote.cs
Questionable/Controller/Steps/Interactions/Interact.cs
Questionable/Controller/Steps/Interactions/Say.cs
Questionable/Controller/Steps/Interactions/UseItem.cs
Questionable/Controller/Steps/Shared/AethernetShortcut.cs
Questionable/Controller/Steps/Shared/AetheryteShortcut.cs
Questionable/Controller/Steps/Shared/GatheringRequiredItems.cs
Questionable/Controller/Steps/Shared/Move.cs
Questionable/Controller/Steps/Shared/SkipCondition.cs
Questionable/Controller/Steps/Shared/SwitchClassJob.cs [new file with mode: 0644]
Questionable/Controller/Steps/Shared/WaitAtEnd.cs
Questionable/Functions/ChatFunctions.cs [new file with mode: 0644]
Questionable/Functions/ExcelFunctions.cs [new file with mode: 0644]
Questionable/Functions/GameFunctions.cs [new file with mode: 0644]
Questionable/Functions/QuestFunctions.cs [new file with mode: 0644]
Questionable/GameFunctions.cs [deleted file]
Questionable/Model/StringOrRegex.cs [new file with mode: 0644]
Questionable/Questionable.csproj
Questionable/QuestionablePlugin.cs
Questionable/Validation/EIssueType.cs
Questionable/Validation/QuestValidator.cs
Questionable/Validation/ValidationIssue.cs
Questionable/Validation/Validators/AethernetShortcutValidator.cs
Questionable/Validation/Validators/BasicSequenceValidator.cs
Questionable/Validation/Validators/CompletionFlagsValidator.cs
Questionable/Validation/Validators/DialogueChoiceValidator.cs [new file with mode: 0644]
Questionable/Validation/Validators/JsonSchemaValidator.cs
Questionable/Validation/Validators/NextQuestValidator.cs
Questionable/Validation/Validators/QuestDisabledValidator.cs
Questionable/Validation/Validators/UniqueStartStopValidator.cs
Questionable/Windows/JournalProgressWindow.cs
Questionable/Windows/QuestComponents/ARealmRebornComponent.cs
Questionable/Windows/QuestComponents/ActiveQuestComponent.cs
Questionable/Windows/QuestComponents/CreationUtilsComponent.cs
Questionable/Windows/QuestComponents/QuestTooltipComponent.cs
Questionable/Windows/QuestComponents/QuickAccessButtonsComponent.cs
Questionable/Windows/QuestSelectionWindow.cs
Questionable/Windows/QuestValidationWindow.cs
Questionable/Windows/QuestWindow.cs
Questionable/Windows/UiUtils.cs