Commit Graph
16 Commits
Author SHA1 Message Date
sdburns1998 331594668e Check for NPE - ItemCharges (#324) 2019-05-20 17:30:25 +01:00
sdburns1998 bb55defb50 Ground items (#323)
* retrieve ItemLayer height in render rather than on spawn

* Ground item timers

* Loot notifications
2019-05-20 17:29:46 +01:00
sdburns1998 1a7cc1eeaa Jslider (#325)
* JSlider changes

* Check style ConfigPanel
2019-05-20 17:29:05 +01:00
sdburns1998 0fbf5170f7 Align settings gear (#311) 2019-05-19 19:38:12 +01:00
sdburns1998 8daf70c2b1 Config && easyscape (#309)
* Add back config groups

* Use a JSider when there is a max value known

* update Easyscape

* Add JSlider to changeConfiguration
2019-05-19 18:08:31 +01:00
sdburns1998 048a74cfd1 Slayer jewelry Updates Slayer Counter(#257) 2019-05-15 20:47:20 -04:00
sdburns1998 b2a69da8f2 1.5.23 snapshot (#169)
* clue plugin: add widget scroll feature

* travis: update dist to xenial

* travis: switch to openjdk8

travis broke the install of oraclejdk8, but our release builds are built
with openjdk8 anyway.

* client: add custom cursor plugin

Co-authored-by: Kruithne <kruithne@gmail.com>
Co-authored-by: Trevor <trevorguidry6@gmail.com>

* daily task plugin: add Thirus's dynamite

* Use proxy methods for settings cursor via ClientUI

To not expose swing components directly just to set cursor on them,
create convenient proxy methods for updating and resetting cursor. Also
document that it is working properly only on Windows.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>

* worldmap: add Battlefront teleport

* idlenotifier: add support pottery crafting (#8674)

adds potter's wheel & pottery oven

* Add Herbiboar support to the Loottracker (#8663)

Close #6136

* world hopper: disable Hop-to pvp worlds from regular worlds

* Fix bronze dart requirement in skillcalculator (1->10) (#8690)

* npcindicators: Add option to highlight NPC name in right click menu (#8673)

Resolves #8667

* client: add item identification plugin

* Optionally prevent virtual levels from effecting total level

* slayer: add 'south of' to task regex

* slayer: add test including 'south of'

* clue scroll plugin: add Falo the Bard clues

* Update Object IDs to 2019-05-02-rev179

* Update Widget IDs to 2019-05-02-rev179

* clanchat: Shorten message so it fits on the new interface

* [maven-release-plugin] prepare release runelite-parent-1.5.22

* [maven-release-plugin] prepare for next development iteration

* item identification: Grimy Toadflax isn't Irit

* Revert "npcindicators: Add option to highlight NPC name in right click menu (#8673)"

This reverts commit 8ff1aacfd8.
2019-05-02 16:12:32 +01:00
sdburns1998 fb307cf235 Slayer update (#161)
* Slayer update

Stripped model outliner
Slayer points varbit
Seperate superior color
Slayer estimate task completion
Slayer kc fix
NPCID vhere needed

* Tests

* Ignore AWT-EventQueue-0 in tests

* Fix componnent creation threading error
2019-05-01 18:00:42 -04:00
sdburns1998 92f677727d ItemContainer !=InventoryID (#163)
* ItemContainer !=InventoryID

* Change overlay to use isDisplayGloryOverlay
2019-05-01 17:59:47 -04:00
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
sdburns1998 bb088dd57f Ping (#78)
* Add option to draw ping underneath the fps

* Move the ping package from the world hopper plugin to utils
2019-04-24 01:34:28 +01:00
sdburns1998 6062416090 Supplies tracker (#79)
* Catch IndexOutOfBoundsException in SuppliesTracker

* Cleanup supplies tracker
2019-04-24 01:33:45 +01:00
sdburns1998 432cf40f7e Nicer vorkath plugin (#61) 2019-04-23 16:04:12 -04:00
sdburns1998 729001291b Kept on death plugin (#59)
* 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
2019-04-23 09:53:25 +01:00
sdburns1998 c64b2762fc Remove log spam (#60) 2019-04-23 00:14:55 +01:00
sdburns1998 b3a43ac9d7 Check Matcher#find (#45)
Fixes #44
2019-04-22 15:02:33 -04:00