* Mini GPU overhaul

* Alch value

* Stoned Loot Tracker (persistent loot tracker)

* Checkstyle

* Added back max values to GPU plugin

* Persistent loot tracker config options

* Zulrah plugin type

* Add inventory highlight plugin

When dragging an item in the inventory, a highlight will show up to help
the player place the item in the correct slot, instead of missing when
they drag the item to the "gutter"

* Fix inventory highlight plugin

* Inventory highlight plugin type

* Inventory highlight config options

* Fix ess pouch swapping

* Runecraftig config options

* Add plugin type to persistient loot tracker

* Fix panel repaint

* Disable this for now

* Revert "Fix ess pouch swapping" -> PR #351

This reverts commit c18f65069f5df3a1cafb983af5b3e162817a22fe.

* I blame intellij for this

* Fix test
This commit is contained in:
sdburns1998
2019-05-21 21:56:07 +02:00
committed by Kyleeld
parent e9e0c51bd8
commit c18f13e2ab
58 changed files with 5334 additions and 243 deletions

View File

@@ -110,6 +110,6 @@ public class BankCalculationTest
bankCalculation.calculate();
long value = bankCalculation.getHaPrice();
assertTrue(value > Integer.MAX_VALUE);
assertTrue(value == Integer.MAX_VALUE);
}
}