Commit Graph

2321 Commits

Author SHA1 Message Date
Tomas Slusny
b7e45278b0 Fix PuzzleSolverOverlay layer
Set PuzzleSolverOverlay layer to be above widgets so the arrows would
actually render over the puzzle box.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-20 12:41:32 +01:00
Adam
397cb2f99f slayer plugin: remove tasks with item image -1 2018-02-19 21:10:03 -05:00
Adam
1b960bf056 item service: change search to only search database
Add fulltext index to item.name and use in searches
2018-02-19 20:42:03 -05:00
Adam
42fdbc5098 Merge pull request #609 from Fire-Proof/fix-nmz-absorp-color
Fix color of text in the NMZ absorption infobox
2018-02-19 17:28:05 -05:00
Nickolaj Jepsen
265a353aac nmz plugin: add color config for the absorption infobox 2018-02-19 17:16:25 -05:00
Adam
d90fcba09e nmz: reformat config 2018-02-19 17:07:04 -05:00
Joshua Filby
ee35d32312 cache: release the ByteBuf allocated when calling ByteBuf#readBytes(int) 2018-02-19 11:16:18 -05:00
Max Weber
87e0d7a68f Merge HUNTER_LEVEL_UP* and DIALOG_LIBRARY_FIND* into DIALOG_SPRITE* 2018-02-19 03:11:44 -07:00
Max Weber
fa4688c6a0 Fix menu action clicked hook log 2018-02-18 23:47:26 -07:00
Max Weber
fe16a0537e Add Kourend Library plugin 2018-02-18 23:47:05 -07:00
Kamiel
55a5eaa43d Raids scouting plugin 2018-02-18 22:20:47 -05:00
Seth
1601069dd2 boss timers: add chaos elemental 2018-02-18 18:24:46 -06:00
Seth
80eece7978 boss timers: add tooltips 2018-02-18 18:24:38 -06:00
Seth
d2200d354b boss timers: replace resource image with itemID images 2018-02-18 18:24:25 -06:00
Adam
4861b1970a cannon plugin: check cannon location is in scene 2018-02-18 18:29:11 -05:00
Adam
cc2dbb81c8 Merge pull request #597 from deathbeam/display-all-tooltips
Display tooltips for widget actions
2018-02-18 18:13:26 -05:00
Adam
32790c2554 Merge pull request #585 from Dreyri/mapdot
Minimap modifiable dots
2018-02-18 18:11:06 -05:00
Adam
8698de72b1 runelite-client: add minimap dot plugin 2018-02-18 17:59:28 -05:00
Seth
5904ab4e99 ground items: re-order the config 2018-02-18 11:39:59 -06:00
Seth
9a602174d7 ground items: Add toggle to show highlighted items only 2018-02-18 11:10:51 -06:00
Max Weber
f7c59bf8ba hunter plugin: Fix null pointer when going across a loading zone 2018-02-17 22:11:24 -07:00
Max Weber
1ae1362410 hunter plugin: add imp box 2018-02-17 22:11:24 -07:00
Lotto
7fe767e265 screenshot-plugin: run image saving logic in another thread 2018-02-18 02:03:11 +01:00
Tomas Slusny
e4080d65c5 Merge pull request #621 from Sethtroll/removenullableclient
Remove @Nullable Client annotations
2018-02-18 00:43:44 +01:00
Lotto
3e7e89f38b screenshot-plugin: adjust time/date format to not include spaces 2018-02-18 00:10:00 +01:00
Seth
4d67c6115e Remove @Nullable Client annotations
A check was added for plugins not to be loaded when loading vanilla thus the client is always non-null. Plugins loaded with vanilla don't use client.
2018-02-17 16:17:11 -06:00
Adam
3d0e723f44 Merge pull request #592 from deathbeam/fix-empty-configs
Disable configuration button when all items hidden
2018-02-17 13:18:29 -05:00
Adam
7bebadab4a Merge pull request #608 from Adam-/plugindeps
Add plugin dependencies
2018-02-17 13:17:03 -05:00
Adam
e1776e1232 Merge pull request #588 from Abextm/fix-injector-construct-multiple
injector: Choose the right constructor if multiple exist
2018-02-17 13:07:00 -05:00
Adam
52d5005e84 fishing plugin: use stats from xp plugin 2018-02-17 13:00:32 -05:00
Adam
76ab05ccc2 woodcutting plugin: use stats from xp plugin 2018-02-17 13:00:30 -05:00
Adam
ebb27d05ee xp tracker: expose xp stats 2018-02-17 13:00:28 -05:00
Adam
e9c3869d54 runelite-client: add plugin dependencies 2018-02-17 13:00:27 -05:00
Adam
377b01ef8c remembser name plugin: fix not setting usernames on session open
Also clear username on shutdown
2018-02-17 12:38:46 -05:00
Adam
353cf87eb4 boosts plugin: check if skills change before removing infoboxes
Fixes annoying verbose logging all the time
2018-02-17 12:22:00 -05:00
Adam
627f0da0b8 Fix varbits to read the other settings[] array
The client appears to read "widgetSettings" though, but this breaks the attack indicator plugin

This fixes a regression introduced in f8c7a8b1c0f19b1344937504b972c71fd052a2f4
2018-02-17 12:14:25 -05:00
Adam
31a444c13f Merge pull request #611 from Adam-/prices
item service: background price fetching
2018-02-17 11:24:53 -05:00
Max Weber
db9866a13e Change perspective to convert world to local points centered on the tile 2018-02-17 01:40:05 -07:00
Adam
77a3f48627 item service: always use last known price, and queue price updates instead 2018-02-16 23:28:37 -05:00
Adam
4bcfdc5360 item controller: cache empty price lookups 2018-02-16 23:28:37 -05:00
Adam
2125a02678 http-service: split itemservice into service and controller 2018-02-16 22:55:48 -05:00
Adam
f92bacbdfc Merge pull request #589 from devLotto/fix-lvlup-screenshots
Fix screenshot plugin not capturing Hunter levelups + naming files incorrectly
2018-02-16 13:42:31 -05:00
Lotto
aab82c53ff Change copyright header for UniquePassive to Lotto 2018-02-16 19:14:28 +01:00
Adam
0b05da4677 Merge branch 'master' of github.com:runelite/runelite 2018-02-16 13:04:14 -05:00
Adam
5663852846 runelite-client: checkstyle fixes 2018-02-16 13:04:04 -05:00
Lotto
d91f70bff6 screenshot-plugin: extend test to test Attack and Hunter lvlups 2018-02-16 18:48:12 +01:00
Adam
1f1c2f2e3d Merge pull request #596 from deathbeam/karambwan-fishing-op
Add support for Karambwan/Karambwanji to fishing
2018-02-16 12:29:44 -05:00
Adam
cdc4943e47 runelite-client: remove many unnecessary bindings in configure() in plugins 2018-02-16 12:23:32 -05:00
Tomas Slusny
f8a8e9e53d Display tooltips for widget actions
Check for option instead of target presence when renderingt the mouse
highlighting overlay.

Fixes: #490

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-02-16 18:14:31 +01:00
UniquePassive
15553b232c screenshot-plugin: add detection for Hunter levelups 2018-02-16 16:34:22 +01:00