sdburns1998 90e5025acd Banked experience & skill calculator changes (#80)
* 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
2019-04-24 01:36:13 +01:00
2017-07-19 20:55:57 -04:00
2019-04-23 15:58:53 -04:00
2019-04-19 19:44:16 -04:00
2019-04-18 16:32:27 -04:00
2017-06-29 17:27:28 -04:00
2019-04-18 23:22:30 -04:00
2019-04-23 00:00:03 +01:00

Discord Build Status
RuneLitePlus is a fork of RuneLite that provides more functionality and less restrictions while staying open source. This is meant to directly compete with 3rd party RL clients that are trying to sell their code.

Notable Features:

Auto patch-time Bytecode patcher

What a mouthful right? it's great though.
The heart of the auto patching system is ByteCodePatcher. Adding a new patch would go as follows.

  1. Find unique identifier for class so it can be found after rev update, Add check to ByteCodePatcher.
  2. Create Transformer for rsClass and call it when class is identified.

A fully functional example is included at ActorTransform:
transformGetAnimation removes filtering
transformAnimationChanged removes filtering

Description
No description provided
Readme BSD-2-Clause 107 MiB
Languages
Java 98.9%
GLSL 0.7%
C 0.3%