Second draft for auto-completing quest battles
authorLiza Carvelli <liza@carvel.li>
Thu, 20 Feb 2025 19:45:38 +0000 (20:45 +0100)
committerLiza Carvelli <liza@carvel.li>
Thu, 20 Feb 2025 19:45:38 +0000 (20:45 +0100)
commit097c67ed5df428d880311c575d36b3eadd428f6a
tree04e936271551bbaefae85163852488f1b4ad848e
parent92873554cc838dca8e7e64db008063b2d676baf9
Second draft for auto-completing quest battles
41 files changed:
GatheringPathRenderer/RendererPlugin.cs
QuestPathGenerator/RoslynElements/QuestStepExtensions.cs
QuestPaths/2.x - A Realm Reborn/Class Quests/BRD/76_The One That Got Away.json
QuestPaths/2.x - A Realm Reborn/Class Quests/DRG/439_Proof of Might.json
QuestPaths/2.x - A Realm Reborn/Class Quests/DRG/56_Lance of Destiny.json
QuestPaths/2.x - A Realm Reborn/Class Quests/MNK/567_Return of the Holyfist.json
QuestPaths/3.x - Heavensward/Class Quests/WAR/601_And My Axe.json
QuestPaths/3.x - Heavensward/MSQ/A1-Coerthas Western Highlands 1, Sea of Clouds 1/1595_A Series of Unfortunate Events.json
QuestPaths/3.x - Heavensward/MSQ/A1-Coerthas Western Highlands 1, Sea of Clouds 1/1597_Divine Intervention.json
QuestPaths/3.x - Heavensward/MSQ/A2-Raubahn/1601_Keeping the Flame Alive.json
QuestPaths/3.x - Heavensward/MSQ/A3.1-Coerthas Western Highlands 2/1606_Sounding Out the Amphitheatre.json
QuestPaths/3.x - Heavensward/MSQ/A4-Ishgard/1639_Fire and Blood.json
QuestPaths/3.x - Heavensward/MSQ/A5-Sea of Clouds/1644_Familiar Faces.json
QuestPaths/3.x - Heavensward/MSQ/A6-The Dravanian Hinterlands/1657_An Illuminati Incident.json
QuestPaths/3.x - Heavensward/MSQ/A7-Azys Lla/1667_Close Encounters of the VIth Kind.json
QuestPaths/5.x - Shadowbringers/Trial Quests/3895_Sleep Now in Sapphire.json
QuestPaths/quest-v1.json
Questionable.Model/Questing/ElementId.cs
Questionable.Model/Questing/QuestStep.cs
Questionable.Model/common-aethernetshard.json
Questionable.Model/common-aetheryte.json
Questionable.Model/common-classjob.json
Questionable.Model/common-completionflags.json
Questionable.Model/common-vector3.json
Questionable/Configuration.cs
Questionable/Controller/QuestRegistry.cs
Questionable/Controller/Steps/Common/SendNotification.cs
Questionable/Controller/Steps/Interactions/SinglePlayerDuty.cs
Questionable/Controller/Steps/Shared/WaitAtEnd.cs
Questionable/Data/JournalData.cs
Questionable/Data/TerritoryData.cs
Questionable/External/AutoDutyIpc.cs
Questionable/External/BossModIpc.cs
Questionable/External/QuestionableIpc.cs
Questionable/Model/QuestInfo.cs
Questionable/Model/SatisfactionSupplyInfo.cs
Questionable/QuestionablePlugin.cs
Questionable/Validation/EIssueType.cs
Questionable/Validation/Validators/UniqueSinglePlayerInstanceValidator.cs [new file with mode: 0644]
Questionable/Windows/QuestSelectionWindow.cs
global.json [new file with mode: 0644]