forked from Zoinkwiz/quest-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Varlamore Part 2 Quest Cleanup (Zoinkwiz#1788)
* cleanup: Remove outdated comments from DotI * feat: Added PuzzleWrapperStep creation help to QuestStep This should make it easier to use any QuestStep in PuzzleWrapperStep, as well as generally making it more concise when using various dialog adding and highlighting in the future. * feat: Added self-return method for alternateNpcs This makes it easier to use NpcStep in things such as PuzzleWrapperStep. * fix: Allow highlight changes on step visibility change As some steps may want to default to different other steps upon being hidden (for example in a PuzzleWrapperStep), this ensures that the sidebar highlight check is re-run if a step is hidden/shown. * fix: Added PuzzleWrapperStep to first floor puzzle of tHoD * fix: Add PuzzleWrapper to third floor puzzle tHoD * feat: Return self on addIcon and addAlternateObjects * fix: Ensure better sync between quest state and QuestStepPanel This makes use of the actual active sidebar step for the queststeppanel, rather than a local variable representing it based on a last-known state. This should ensure that panels are properly checked, and there's no chance of this variable not representing the actual quest state. This does mean recolour of the sidebar can occur on things which are already set, but I don't think this should have any noted performance changes. * fix: Add PuzzleWrapperStep to statue puzzle in tHoD * fix: Add PuzzleWrapperStep to shaming Halen in EAA * fix: Return ObjectStep from addAlternateObjects
- Loading branch information
Showing
9 changed files
with
373 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.