Update how quests are embedded
authorLiza Carvelli <liza@carvel.li>
Fri, 14 Jun 2024 09:37:33 +0000 (11:37 +0200)
committerLiza Carvelli <liza@carvel.li>
Fri, 14 Jun 2024 09:37:33 +0000 (11:37 +0200)
commit5a4a693d66018da39fde184fc1fae25709dc6d90
treecc6b8bea60f4e95986a672fd4439b2595c440fb8
parent39e5a5a81d68c653b50b7678b1afeab85a5cc891
Update how quests are embedded
64 files changed:
.gitignore
QuestPathGenerator/QuestPathGenerator.csproj [new file with mode: 0644]
QuestPathGenerator/QuestSourceGenerator.cs [new file with mode: 0644]
QuestPathGenerator/RoslynShortcuts.cs [new file with mode: 0644]
QuestPathGenerator/packages.lock.json [new file with mode: 0644]
QuestPaths/AssemblyQuestLoader.cs
QuestPaths/QuestPaths.csproj
QuestPaths/packages.lock.json
Questionable.Model/Questionable.Model.csproj [new file with mode: 0644]
Questionable.Model/V1/AethernetShortcut.cs [new file with mode: 0644]
Questionable.Model/V1/ChatMessage.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/AethernetShortcutConverter.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/AetheryteConverter.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/DialogueChoiceTypeConverter.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/EmoteConverter.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/EnemySpawnTypeConverter.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/EnumConverter.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/ExcelRefConverter.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/InteractionTypeConverter.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/SkipConditionConverter.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/VectorConverter.cs [new file with mode: 0644]
Questionable.Model/V1/DialogueChoice.cs [new file with mode: 0644]
Questionable.Model/V1/EAetheryteLocation.cs [new file with mode: 0644]
Questionable.Model/V1/EDialogChoiceType.cs [new file with mode: 0644]
Questionable.Model/V1/EEmote.cs [new file with mode: 0644]
Questionable.Model/V1/EEnemySpawnType.cs [new file with mode: 0644]
Questionable.Model/V1/EInteractionType.cs [new file with mode: 0644]
Questionable.Model/V1/ESkipCondition.cs [new file with mode: 0644]
Questionable.Model/V1/ExcelRef.cs [new file with mode: 0644]
Questionable.Model/V1/JumpDestination.cs [new file with mode: 0644]
Questionable.Model/V1/QuestData.cs [new file with mode: 0644]
Questionable.Model/V1/QuestSequence.cs [new file with mode: 0644]
Questionable.Model/V1/QuestStep.cs [new file with mode: 0644]
Questionable.Model/packages.lock.json [new file with mode: 0644]
Questionable.sln
Questionable/.gitignore
Questionable/Controller/QuestRegistry.cs
Questionable/Model/V1/AethernetShortcut.cs [deleted file]
Questionable/Model/V1/ChatMessage.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/SkipConditionConverter.cs [deleted file]
Questionable/Model/V1/Converter/VectorConverter.cs [deleted file]
Questionable/Model/V1/DialogueChoice.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/EInteractionType.cs [deleted file]
Questionable/Model/V1/ESkipCondition.cs [deleted file]
Questionable/Model/V1/ExcelRef.cs [deleted file]
Questionable/Model/V1/JumpDestination.cs [deleted file]
Questionable/Model/V1/QuestData.cs [deleted file]
Questionable/Model/V1/QuestSequence.cs [deleted file]
Questionable/Model/V1/QuestStep.cs [deleted file]
Questionable/Model/V1/QuestStepExtensions.cs [new file with mode: 0644]
Questionable/Questionable.csproj
Questionable/packages.lock.json