Adam
e9a39b4aeb
Merge pull request #990 from Kamielvf/overlay-progress-pie
...
Add progress pie overlay component
2018-03-18 20:40:15 -04:00
Adam
275f87ee91
Merge pull request #991 from sethtroll/addquickhidehighlight
...
ground items: add support for quickly hiding/highlighting items
2018-03-18 20:20:59 -04:00
Seth
0c61ffd3b1
ground items: add support for quickly hiding/highlighting items
2018-03-18 20:08:20 -04:00
Adam
4230762cd0
Merge pull request #631 from nvisser/xp-next-level
...
Add time until next level to XP tracker
2018-03-18 19:26:20 -04:00
Seth
36765360a7
cannon plugin: add common cannon spots
2018-03-18 19:10:37 -04:00
Adam
c4236274b2
Merge pull request #937 from ChaoticConundrum/tooltip-values-pr
...
Add Item Prices plugin for item price/value tooltips
2018-03-18 14:44:59 -04:00
Tomas Slusny
ec4bb17daa
Fix tooltip modicon OutOfBounds
...
- Swap originalWidth with width
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-03-18 18:59:31 +01:00
Charlie Waters
a1f04f2f89
Add item prices plugin for item price/value tooltips
2018-03-18 13:38:08 -04:00
Charlie Waters
649c491f92
Add TooltipManager method to add tooltip to front of list, and always
...
add mouse highlight tooltip to front
2018-03-18 13:38:08 -04:00
Charlie Waters
df540aa7b8
Fix bug with rendering more than two tooltips following mouse
2018-03-18 13:38:06 -04:00
Jeremy Plsek
53cf956547
Add bank value plugin
2018-03-18 12:11:34 -04:00
Jeremy Plsek
254c62bfab
stack formatter: support larger stack sizes
2018-03-18 11:46:47 -04:00
Adam
adc5fe2b26
item manager: add batch item price lookup
2018-03-18 11:46:46 -04:00
Adam
d35ec38577
ge plugin: move item composition and image calls off of awt thread
2018-03-17 18:47:52 -04:00
Kamiel
ac2315523a
Add progress pie type overlay
2018-03-17 03:32:29 +01:00
Adam
eac4f5d30e
Merge pull request #988 from Adam-/wildcards
...
ground items: add support for wildcards
2018-03-16 21:03:51 -04:00
Adam
82cfa48d9c
ground items: add support for wildcards
2018-03-16 20:06:13 -04:00
Adam
4273c2a01c
Merge pull request #984 from sethtroll/fixmountedglory
...
Poh plugin: fix mounted glory minimap icon
2018-03-16 18:23:15 -04:00
Adam
1a7331331f
boosts plugin: show time to next change
2018-03-16 17:46:07 -04:00
Seth
cbc484b048
pog plugin: fix mounted glory minimap icon
...
mounted glory is a decoration object, not game object
2018-03-16 16:41:21 -05:00
Seth
f6fbc1953b
poh plugin: change gameobject map to tile object
2018-03-16 16:38:33 -05:00
Dennis de V
164078751f
runelite-client: add prayer reordering plugin
2018-03-16 17:16:31 -04:00
Adam
12e761d04c
Merge pull request #985 from tylerthardy/herbiboarFixes
...
Herbiboar fixes
2018-03-16 13:42:33 -04:00
Tyler Hardy
21786dc1bf
Move region check to loading
2018-03-15 21:29:25 -05:00
Adam
66f6db40b7
Merge pull request #967 from ChaoticConundrum/itemstats-add-pr
...
Add some items to Item Stats plugin
2018-03-15 21:59:27 -04:00
Adam
a1fe89f24f
Merge pull request #983 from deathbeam/proper-clicking-on-select
...
Click the navigation button on selecting in
2018-03-15 21:28:17 -04:00
Adam
f99c4bcaf9
Merge pull request #886 from deathbeam/overlay-offsets
...
Set correct offsets to overlays, smaller panels
2018-03-15 21:16:19 -04:00
Adam
c30327106b
Merge pull request #982 from deathbeam/fix-clientui-init
...
Fix ClientUI settings loading
2018-03-15 21:12:14 -04:00
Adam
5cfccd2e3c
Merge pull request #981 from Abextm/kl-fix
...
Fix Kourend Library plugin
2018-03-15 21:00:26 -04:00
Tomas Slusny
c81d344e92
Click the navigation button on selecting in
...
Call click action when selection NavigationButton.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-03-16 01:01:54 +01:00
Tomas Slusny
0ab3ee5378
Fix ClientUI settings loading
...
- Register services to EventBus before the ConfigManager#load is called
- Send events on loading from file
- Do not invokeLater in invokeLater
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-03-15 23:47:33 +01:00
Adam
59971ed521
Merge pull request #975 from deathbeam/fix-naming-conventions
...
Fix agility plugin and herbiboar plugin codestyle
2018-03-15 18:37:49 -04:00
Max Weber
b503ce752c
kourendlibrary: Use correct coordinate conversion
2018-03-15 16:21:56 -06:00
Max Weber
159b6e99b6
kourendlibrary: Fix NPE while loading
2018-03-15 16:21:31 -06:00
Tomas Slusny
1bd796bee5
Remove unused variables in Herbiboar plugin
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-03-15 17:22:13 -04:00
Tomas Slusny
5a7792d1ac
Correctly name Herbiboar classes
...
- Rename Herbiboars to HerbiboarPlugin
- Rename HerbiboarsOverlay to HerbiboarOverlay
- Rename "Herbiboars" to "Herbiboar" plugin name
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-03-15 17:22:12 -04:00
Tomas Slusny
a8daa0156e
Fix Herbiboar plugin naming conventions
...
Methods should never start with uppercase letter.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-03-15 17:22:11 -04:00
Tomas Slusny
ea1d610f1d
Fix AgilityPlugin naming conventions
...
Methods should never start with uppercase letter.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-03-15 17:22:11 -04:00
Toocanzs
4893e11740
Add God Wars Altar Timer
2018-03-15 17:20:30 -04:00
joshpfox
fe86d0b930
configurable slayer infobox expiry timer
...
Add an option in plugin config to set a time for the infobox to expire
Infobox appears on getting task, checking task, killing slayer monster, initial log in
2018-03-15 12:27:31 -04:00
Adam
eb9430d968
Merge pull request #978 from deathbeam/fix-herbiboar-npe
...
Fix herbiboar plugin NPE on startup
2018-03-15 12:20:33 -04:00
Adam
c479485c19
Merge pull request #884 from xaviergmail/superior-foes
...
Add slayer superior foe notification
2018-03-15 12:19:44 -04:00
Tomas Slusny
709ecd5987
Fix herbiboar plugin NPE on startup
...
Add null check for client.getMapRegions because during plugin startup
when game is loading, they are null.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-03-15 16:46:22 +01:00
Xavier Bergeron
87acc04696
Add slayer superior foe notification
2018-03-15 11:30:40 -04:00
Adam
e85aca3c70
Merge pull request #688 from tylerthardy/herbiboarPlugin
...
Herbiboar plugin
2018-03-15 11:21:07 -04:00
Adam
fc05994f79
Merge pull request #880 from deathbeam/cleanup-clientui
...
Cleanup ClientUI
2018-03-15 11:16:51 -04:00
Tyler Hardy
6bfe2ef122
Add herbiboar plugin
2018-03-15 11:11:23 -04:00
Runelite auto updater
53e19ea206
[maven-release-plugin] prepare for next development iteration
2018-03-15 12:21:30 +00:00
Runelite auto updater
1dcdb90463
[maven-release-plugin] prepare release runelite-parent-1.3.0
2018-03-15 12:21:26 +00:00
XrioBtw
f4ed46edf6
Fix menu entry swap for shark harpoon fishing ( #965 )
...
* Change "Net" to "Big Net"
Shark harpoon option is supposed to be swapped with "Big Net", not "Net"
2018-03-15 10:02:44 +01:00