Schema update
authorLiza Carvelli <liza@carvel.li>
Fri, 2 Aug 2024 16:30:21 +0000 (18:30 +0200)
committerLiza Carvelli <liza@carvel.li>
Fri, 2 Aug 2024 16:30:21 +0000 (18:30 +0200)
commitae87b4ccc5772913006b43d4477633119cd96b30
treed27646513ee55644ee1f74aa614376d23d9407f3
parentdd7152024a1491e2e47248ce2644951569615d4e
Schema update
152 files changed:
GatheringPathRenderer/GatheringPathRenderer.csproj [new file with mode: 0644]
GatheringPathRenderer/RendererPlugin.cs [new file with mode: 0644]
GatheringPathRenderer/packages.lock.json [new file with mode: 0644]
GatheringPaths/2.x - A Realm Reborn/.gitkeep [new file with mode: 0644]
GatheringPaths/3.x - Heavensward/.gitkeep [new file with mode: 0644]
GatheringPaths/4.x - Stormblood/.gitkeep [new file with mode: 0644]
GatheringPaths/5.x - Shadowbringers/.gitkeep [new file with mode: 0644]
GatheringPaths/6.x - Endwalker/Thavnair/820_Pewter Ore.json [new file with mode: 0644]
GatheringPaths/7.x - Dawntrail/.gitkeep [new file with mode: 0644]
GatheringPaths/AssemblyGatheringLocationLoader.cs [new file with mode: 0644]
GatheringPaths/GatheringPaths.csproj [new file with mode: 0644]
GatheringPaths/gatheringlocation-v1.json [new file with mode: 0644]
GatheringPaths/packages.lock.json [new file with mode: 0644]
QuestPathGenerator.Tests/QuestGeneratorTest.cs
QuestPathGenerator/GatheringSourceGenerator.cs [new file with mode: 0644]
QuestPathGenerator/QuestSourceGenerator.cs
QuestPathGenerator/RoslynShortcuts.cs
QuestPathGenerator/Utils.cs [new file with mode: 0644]
QuestPaths/AssemblyQuestLoader.cs
QuestPaths/QuestPaths.csproj
QuestPaths/quest-v1.json
Questionable.Model/AssemblyModelLoader.cs [new file with mode: 0644]
Questionable.Model/Common/Converter/AetheryteConverter.cs [new file with mode: 0644]
Questionable.Model/Common/Converter/EnumConverter.cs [new file with mode: 0644]
Questionable.Model/Common/Converter/StringListOrValueConverter.cs [new file with mode: 0644]
Questionable.Model/Common/Converter/VectorConverter.cs [new file with mode: 0644]
Questionable.Model/Common/EAetheryteLocation.cs [new file with mode: 0644]
Questionable.Model/Gathering/GatheringNodeLocation.cs [new file with mode: 0644]
Questionable.Model/Gathering/GatheringRoot.cs [new file with mode: 0644]
Questionable.Model/Questing/AethernetShortcut.cs [new file with mode: 0644]
Questionable.Model/Questing/ChatMessage.cs [new file with mode: 0644]
Questionable.Model/Questing/ComplexCombatData.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/ActionConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/AethernetShardConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/AethernetShortcutConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/DialogueChoiceTypeConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/EmoteConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/EnemySpawnTypeConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/ExcelRefConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/InteractionTypeConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/JumpTypeConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/LockedSkipConditionConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/QuestWorkConfigConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/QuestWorkModeConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/SkipConditionConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/DialogueChoice.cs [new file with mode: 0644]
Questionable.Model/Questing/EAction.cs [new file with mode: 0644]
Questionable.Model/Questing/EDialogChoiceType.cs [new file with mode: 0644]
Questionable.Model/Questing/EEmote.cs [new file with mode: 0644]
Questionable.Model/Questing/EEnemySpawnType.cs [new file with mode: 0644]
Questionable.Model/Questing/EExtraSkipCondition.cs [new file with mode: 0644]
Questionable.Model/Questing/EInteractionType.cs [new file with mode: 0644]
Questionable.Model/Questing/EJumpType.cs [new file with mode: 0644]
Questionable.Model/Questing/ELockedSkipCondition.cs [new file with mode: 0644]
Questionable.Model/Questing/EQuestWorkMode.cs [new file with mode: 0644]
Questionable.Model/Questing/ExcelRef.cs [new file with mode: 0644]
Questionable.Model/Questing/JumpDestination.cs [new file with mode: 0644]
Questionable.Model/Questing/QuestRoot.cs [new file with mode: 0644]
Questionable.Model/Questing/QuestSequence.cs [new file with mode: 0644]
Questionable.Model/Questing/QuestStep.cs [new file with mode: 0644]
Questionable.Model/Questing/QuestWorkValue.cs [new file with mode: 0644]
Questionable.Model/Questing/SkipAetheryteCondition.cs [new file with mode: 0644]
Questionable.Model/Questing/SkipConditions.cs [new file with mode: 0644]
Questionable.Model/Questing/SkipItemConditions.cs [new file with mode: 0644]
Questionable.Model/Questing/SkipStepConditions.cs [new file with mode: 0644]
Questionable.Model/Questionable.Model.csproj
Questionable.Model/V1/AethernetShortcut.cs [deleted file]
Questionable.Model/V1/ChatMessage.cs [deleted file]
Questionable.Model/V1/ComplexCombatData.cs [deleted file]
Questionable.Model/V1/Converter/ActionConverter.cs [deleted file]
Questionable.Model/V1/Converter/AethernetShardConverter.cs [deleted file]
Questionable.Model/V1/Converter/AethernetShortcutConverter.cs [deleted file]
Questionable.Model/V1/Converter/AetheryteConverter.cs [deleted file]
Questionable.Model/V1/Converter/DialogueChoiceTypeConverter.cs [deleted file]
Questionable.Model/V1/Converter/EmoteConverter.cs [deleted file]
Questionable.Model/V1/Converter/EnemySpawnTypeConverter.cs [deleted file]
Questionable.Model/V1/Converter/EnumConverter.cs [deleted file]
Questionable.Model/V1/Converter/ExcelRefConverter.cs [deleted file]
Questionable.Model/V1/Converter/InteractionTypeConverter.cs [deleted file]
Questionable.Model/V1/Converter/JumpTypeConverter.cs [deleted file]
Questionable.Model/V1/Converter/LockedSkipConditionConverter.cs [deleted file]
Questionable.Model/V1/Converter/QuestWorkConfigConverter.cs [deleted file]
Questionable.Model/V1/Converter/QuestWorkModeConverter.cs [deleted file]
Questionable.Model/V1/Converter/SkipConditionConverter.cs [deleted file]
Questionable.Model/V1/Converter/StringListOrValueConverter.cs [deleted file]
Questionable.Model/V1/Converter/VectorConverter.cs [deleted file]
Questionable.Model/V1/DialogueChoice.cs [deleted file]
Questionable.Model/V1/EAction.cs [deleted file]
Questionable.Model/V1/EAetheryteLocation.cs [deleted file]
Questionable.Model/V1/EDialogChoiceType.cs [deleted file]
Questionable.Model/V1/EEmote.cs [deleted file]
Questionable.Model/V1/EEnemySpawnType.cs [deleted file]
Questionable.Model/V1/EExtraSkipCondition.cs [deleted file]
Questionable.Model/V1/EInteractionType.cs [deleted file]
Questionable.Model/V1/EJumpType.cs [deleted file]
Questionable.Model/V1/ELockedSkipCondition.cs [deleted file]
Questionable.Model/V1/EQuestWorkMode.cs [deleted file]
Questionable.Model/V1/ExcelRef.cs [deleted file]
Questionable.Model/V1/JumpDestination.cs [deleted file]
Questionable.Model/V1/QuestRoot.cs [deleted file]
Questionable.Model/V1/QuestSequence.cs [deleted file]
Questionable.Model/V1/QuestStep.cs [deleted file]
Questionable.Model/V1/QuestWorkValue.cs [deleted file]
Questionable.Model/V1/SkipAetheryteCondition.cs [deleted file]
Questionable.Model/V1/SkipConditions.cs [deleted file]
Questionable.Model/V1/SkipItemConditions.cs [deleted file]
Questionable.Model/V1/SkipStepConditions.cs [deleted file]
Questionable.Model/common-schema.json [new file with mode: 0644]
Questionable.sln
Questionable/ChatFunctions.cs
Questionable/Controller/CombatController.cs
Questionable/Controller/GameUiController.cs
Questionable/Controller/MovementController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/QuestRegistry.cs
Questionable/Controller/Steps/Common/NextQuest.cs
Questionable/Controller/Steps/ITaskFactory.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/Dive.cs
Questionable/Controller/Steps/Interactions/Duty.cs
Questionable/Controller/Steps/Interactions/Emote.cs
Questionable/Controller/Steps/Interactions/EquipItem.cs
Questionable/Controller/Steps/Interactions/Interact.cs
Questionable/Controller/Steps/Interactions/Jump.cs
Questionable/Controller/Steps/Interactions/Say.cs
Questionable/Controller/Steps/Interactions/SinglePlayerDuty.cs
Questionable/Controller/Steps/Interactions/UseItem.cs
Questionable/Controller/Steps/Shared/AethernetShortcut.cs
Questionable/Controller/Steps/Shared/AetheryteShortcut.cs
Questionable/Controller/Steps/Shared/Move.cs
Questionable/Controller/Steps/Shared/SkipCondition.cs
Questionable/Controller/Steps/Shared/StepDisabled.cs
Questionable/Controller/Steps/Shared/WaitAtEnd.cs
Questionable/Controller/Steps/Shared/WaitAtStart.cs
Questionable/Controller/Utils/QuestWorkUtils.cs
Questionable/Data/AetheryteData.cs
Questionable/External/LifestreamIpc.cs
Questionable/GameFunctions.cs
Questionable/Model/Quest.cs
Questionable/Validation/Validators/AethernetShortcutValidator.cs
Questionable/Validation/Validators/BasicSequenceValidator.cs
Questionable/Validation/Validators/CompletionFlagsValidator.cs
Questionable/Validation/Validators/JsonSchemaValidator.cs
Questionable/Validation/Validators/UniqueStartStopValidator.cs
Questionable/Windows/DebugOverlay.cs
Questionable/Windows/QuestComponents/ActiveQuestComponent.cs
Questionable/Windows/QuestComponents/CreationUtilsComponent.cs
Questionable/Windows/QuestSelectionWindow.cs