generated from runelite/example-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: container check improvements (#1976)
* feat: Remove exclusiveToOneItem from ItemRequirement This isn't used appropriately, and to have this behaviour one should really use ItemRequirements instead. * feat: Simplified colour + tooltip logic on ItemRequirement Rather than relying on bespoke checks for different containers with different colours, we now just use a single colour, currently white, for 'not on player'. Tooltips now let you know which containers these will be in. * feat: Update QuestRequirementsPanel to use new ItemRequirement logic This also ensures there's always a tooltip option attached in the sidebar, as they can dynamically get new info on where to find them. * feat: Added ItemRequirement/ItemRequirements test in BikeShedder * feat: Changed tooltip text color in overlay * feat: Added partial success color config * fix: Fixed ItemRequirements functionality Ensured ItemRequirements within ItemRequirements still work. * cleanup: Added comments to ItemRequirement(s) * fix: add missing getter
- Loading branch information
Showing
13 changed files
with
856 additions
and
222 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
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
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.