Updates for everything
authorLiza Carvelli <liza@carvel.li>
Sun, 26 May 2024 19:45:26 +0000 (21:45 +0200)
committerLiza Carvelli <liza@carvel.li>
Sun, 26 May 2024 19:45:26 +0000 (21:45 +0200)
commit5040242deacfdf07b0a34f5a2074b88d1566c508
tree01160fa76a6b95cd47b4e3452bd393f6a6855b6d
parented109a0fcad3cd43321889f964c7e3e8d0d42442
Updates for everything
45 files changed:
Questionable/Controller/MovementController.cs
Questionable/Controller/QuestController.cs
Questionable/Data/AetheryteData.cs [new file with mode: 0644]
Questionable/Data/TerritoryData.cs [new file with mode: 0644]
Questionable/External/NavmeshIpc.cs
Questionable/GameFunctions.cs
Questionable/Model/Quest.cs
Questionable/Model/V1/Converter/AethernetShortcutConverter.cs
Questionable/Model/V1/Converter/AetheryteConverter.cs [new file with mode: 0644]
Questionable/Model/V1/Converter/InteractionTypeConverter.cs
Questionable/Model/V1/Converter/VectorConverter.cs [new file with mode: 0644]
Questionable/Model/V1/EAetheryteLocation.cs
Questionable/Model/V1/EInteractionType.cs
Questionable/Model/V1/QuestData.cs
Questionable/Model/V1/QuestSequence.cs
Questionable/Model/V1/QuestStep.cs
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4357_The Next Ship to Sail.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4358_Old Sharlayan New to You.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4359_Hitting the Books.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4360_A Seat at the Last Stand.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4362_Glorified Ratcatcher.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4363_Deeper into the Maze.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4364_The Medial Circuit.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4365_The Full Reports Warts and All.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4366_A Guide of Sorts.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4369_On Low Tide.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4370_A Fishermans Friend.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4371_House of Divinities.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4372_The Great Work.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4373_Shadowed Footsteps.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4374_A Boys Errand.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4375_Tipping the Scale.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4376_The Satrap of Radz at Han.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4377_In the Dark of the Tower.json
Questionable/QuestPaths/Endwalker-B-Garlemald/4383_A Frosty Reception.json
Questionable/QuestPaths/Endwalker-E-Elpis/4419_Return to the Crystarium.json
Questionable/QuestPaths/Endwalker-E-Elpis/4420_Hope Upon a Flower.json
Questionable/QuestPaths/Endwalker-G-UltimaThule/4456_.Roads Paved of Sacrifice.json [deleted file]
Questionable/QuestPaths/Endwalker-G-UltimaThule/4456_Roads Paved of Sacrifice.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker-L-6.5/4744_Seeking the Light.json
Questionable/QuestPaths/Endwalker-L-6.5/4747_Back to Action.json
Questionable/QuestPaths/Endwalker-L-6.5/4750_Growing Light.json
Questionable/QuestSchema/schema_v1.json
Questionable/Questionable.cs
Questionable/Windows/DebugWindow.cs