* Add Activity data structures
* Implement Banked Xp Tab in UI
* Remove Banked Xp functionality from SkillCalculator
* Fix MaterialTabGroup removeAll
* Implement BankedCalculator into SkillCalculatorPlugin
* Add Banked Experience Functionality & Example UI
* Rename ItemPanel to CriticalItemPanel
* Minor porting bug fixes
* Add Xp bonuses to BankedXp
* Minor bug fixes
* Fix limit to secondaries toggle
* Remove spam
* SkillCalc optimization
No longer able to select multiple checkboxes (if there are multiple)
Made xp bonus' naming more consistant (changed some .json files)
Made UICombinedActionSlot text more accurate (double as xp and correct amount of actions)
* Clear search bar when switching between skill calculators
* Update skill calculator fields automatically
* Remove some spammy log lines
* Use ImmutablePair
* Add Kept on Death Plugin
Modifies the Items Kept on Death widget to be more accurate
* Fix WidgetType import
* Account for stackable kept items
* Remove WidgetButtonRunnable
* Ignore DMM worlds
* Add open looting bag to always lost
* Update script to the new OpCodes
* Add plugin type
This would make it easier to ascertain a hijacked client, and I don't want that to be a problem. Thats why the icon hasn't changed and also why discord RPC isnt used.
* Create SpecBarPlugin.java
* Update SpecBarPlugin.java
* Update SpecBarPlugin.java
included imports
* Update WidgetInfo.java
COMBAT_SPECIAL_ATTACK(WidgetID.COMBAT_GROUP_ID, WidgetID.Combat.SPECIAL_ATTACK_BAR)
* Update WidgetID.java
static final int SPECIAL_ATTACK_BAR = 34
* easyscape
current release of easyscape is broken, this one is confirmed working correctly.
Minor improvements to plugin panel.
-Moves RuneLite config to top, as it should have always been
-Fixes external plugins mis-sorting
-Fixes colors of the 2 core plugins (RuneLite and Chat Colors)