* 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.
* Cleanup in transforms and add projectile.getInteracting transform
Move whitespace out of string blocks
Remove unused method from transform.java
Use throws for transform methods, and catch the exceptions in modify()
More whitespace between instructions to improve readability
* Api changes for projectile.getInteracting, mixin for ref
* Add config option to hide inventory viewer when player inventory is open
* Fix style error
* Adds world history to world hopper plugin.\n- Adds support for converting strings to Maps\n- Ability to clear history
* Fixed code style issues
* Fixed code style issues in another file
* Adds ability to not show tabs if you don't want
* Tabs are not shown by default
* Fix indentation in InventoryViewerConfig
* mixes checkstyle
* mixes checkstyle
* Adds ability to see your xp drops as damage, overlayed above your opponent
* Adds building to jar capabilities and fixes 0s
* added output
* Add grouping option to Inventory Viewer
* Add option to show free slots
Works on both the Grouped and Full modes
* skybox: calculate brightness increase in HSB format
* mixins: renderWidgetLayer: skip hidden widgets
* World Map: Identify Both Shield of Arrav Quest Start Points (#8442)
Closes#8437
* Add Ammo plugin
Shows the contents of the Ammo slot as an Infobox
* Add support for weapon slot items, such as darts
* Add stack formatting
* Improve Ammo's Documentation
* widgetitem: associate Widget with WidgetItem
* widgetitem overlay: allow configuring which interfaces to overlay
Update overlays to behave consistent with how they behaved before
removal of query api, with the exception of adding the rune pouch
overlay to the bank.
* Displays teammate health bars for BA Healer overlay
Parses teammate hp and outputs to System.out
Removed useless class
Displays offset inverted health bars
Set accurate values for location and size of health bars
Checkstyle
Checkstyle
* Nothing
* Removes max draw distance of ground markers
* Added vanguard hp tracker
* Vanguard Disabled by default
* Add player indicator config to show offline friends
* Better player indicator plugin, removed pk vison. added InteractChanged api
* Add a toggle to only show player indicators in the wilderness.
* Dont limit level by default in playerindicators
* Added type to plugins
* Transform objects now use an interface
* Plugins can now accept colors (not my code)
* mixins: renderWidgetLayer: skip hidden widgets
* World Map: Identify Both Shield of Arrav Quest Start Points (#8442)
Closes#8437
* widgetitem: associate Widget with WidgetItem
* widgetitem overlay: allow configuring which interfaces to overlay
Update overlays to behave consistent with how they behaved before
removal of query api, with the exception of adding the rune pouch
overlay to the bank.
* Update .gitignore
* Revert "Adding external plugin support (#4)"
This reverts commit bfe1482
* Update QuestStartLocation.java
* Revert "Plugins update (#7)"
This reverts commit 216f7d9
* Adding external plugin support (#4)
* Adding archetype
* Update RuneLiteConfig.java
* Update Plugin.java
* Update PluginManager.java
* Adding pluginwatcher & classloader
* Update RuneLite.java
* Update pom.xml
* Update settings.xml
* Update pom.xml
* Update pom.xml
* Removing old example plugin
* Fixing the fix of the fix for plugin archetype.
(cherry picked from commit bfe1482705)
* Plugins can now accept colors (not my code)
(cherry picked from commit 8e094f7386)
* Update MenuEntrySwapperConfig.java