partial API 11 updates
authorLiza Carvelli <liza@carvel.li>
Sat, 16 Nov 2024 20:53:37 +0000 (21:53 +0100)
committerLiza Carvelli <liza@carvel.li>
Sat, 16 Nov 2024 20:53:37 +0000 (21:53 +0100)
commitbe1e4ed2e621192653cc76bb3fdfc3574c12cbcd
tree8b26623d846379441ef475a44532d7e8256419e9
parent7382131246067cc2bc7ef4755653ad583380a46b
partial API 11 updates
41 files changed:
GatheringPathRenderer/GatheringPathRenderer.csproj
LLib
Questionable/Controller/CombatModules/ItemUseModule.cs
Questionable/Controller/CombatModules/RotationSolverRebornModule.cs
Questionable/Controller/CommandHandler.cs
Questionable/Controller/ContextMenuController.cs
Questionable/Controller/GameUi/InteractionUiController.cs
Questionable/Controller/GatheringController.cs
Questionable/Controller/MiniTaskController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/Steps/Gathering/DoGather.cs
Questionable/Controller/Steps/Gathering/DoGatherCollectable.cs
Questionable/Controller/Steps/Interactions/EquipItem.cs
Questionable/Controller/Steps/Interactions/EquipRecommended.cs
Questionable/Controller/Steps/Shared/Craft.cs
Questionable/Controller/Steps/Shared/Gather.cs
Questionable/Controller/Steps/Shared/MoveTo.cs
Questionable/Controller/Steps/Shared/SkipCondition.cs
Questionable/Controller/Steps/Shared/SwitchClassJob.cs
Questionable/Data/AetherCurrentData.cs
Questionable/Data/AetheryteData.cs
Questionable/Data/GatheringData.cs
Questionable/Data/JournalData.cs
Questionable/Data/QuestData.cs
Questionable/Data/Sheets/QuestEx.cs [new file with mode: 0644]
Questionable/Data/TerritoryData.cs
Questionable/Functions/AetheryteFunctions.cs
Questionable/Functions/ChatFunctions.cs
Questionable/Functions/ExcelFunctions.cs
Questionable/Functions/GameFunctions.cs
Questionable/Functions/QuestFunctions.cs
Questionable/Model/LeveInfo.cs
Questionable/Model/QuestInfo.cs
Questionable/Model/QuestInfoUtils.cs
Questionable/Model/SatisfactionSupplyInfo.cs
Questionable/Questionable.csproj
Questionable/Windows/ConfigWindow.cs
Questionable/Windows/JournalComponents/GatheringJournalComponent.cs
Questionable/Windows/JournalComponents/QuestJournalComponent.cs
Questionable/Windows/QuestWindow.cs
vendor/ECommons