Split QuestWindow into components; fix item use; show required instances to unlock...
authorLiza Carvelli <liza@carvel.li>
Sun, 21 Jul 2024 13:30:10 +0000 (15:30 +0200)
committerLiza Carvelli <liza@carvel.li>
Sun, 21 Jul 2024 13:30:10 +0000 (15:30 +0200)
commita9b25e372287186a991a962ef0573c34aefa68b4
tree05a96f7c10b1681dfe3658a80e2ad16de63b8a9e
parent07b4765478e71a7c2788aae61609c3c68cf1e6ed
Split QuestWindow into components; fix item use; show required instances to unlock quests
17 files changed:
Questionable/Configuration.cs
Questionable/Controller/NavigationOverrides/MovementOverrideController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/Steps/Interactions/UseItem.cs
Questionable/Data/TerritoryData.cs
Questionable/GameFunctions.cs
Questionable/Model/QuestInfo.cs
Questionable/QuestionablePlugin.cs
Questionable/Windows/ConfigWindow.cs
Questionable/Windows/QuestComponents/ARealmRebornComponent.cs [new file with mode: 0644]
Questionable/Windows/QuestComponents/ActiveQuestComponent.cs [new file with mode: 0644]
Questionable/Windows/QuestComponents/CreationUtilsComponent.cs [new file with mode: 0644]
Questionable/Windows/QuestComponents/QuickAccessButtonsComponent.cs [new file with mode: 0644]
Questionable/Windows/QuestComponents/RemainingTasksComponent.cs [new file with mode: 0644]
Questionable/Windows/QuestSelectionWindow.cs
Questionable/Windows/QuestWindow.cs
Questionable/Windows/UiUtils.cs [new file with mode: 0644]