Commit Graph

9028 Commits

Author SHA1 Message Date
Adam
3ede5ebb56 Revert "Mock ConfigManager in ItemStatOverlayTest to inject TooltipManager"
This reverts commit 75b29026f9.
2020-04-16 16:57:34 -04:00
Lotto
73773ca479 player-indicators: fix right-click menu targets expanding forever
Fixes the right-click menu targets expanding forever if clan rank or color decoration is enabled in the plugin. 

Menu entries don't get cleared while the menu is open, which was resulting in colors and ranks getting prepended on every client tick.
2020-04-16 16:55:57 -04:00
Håkon Rosseland Paulsen
612a23a01f menu entry swapper: fix shift click for deposit box 2020-04-16 16:54:55 -04:00
Runelite auto updater
af7af0623a Bump for 1.6.12-SNAPSHOT 2020-04-16 14:33:14 +00:00
Runelite auto updater
e2bd51b1e8 Release 1.6.11 2020-04-16 14:33:05 +00:00
RuneLite Cache-Code Autoupdater
e363687b16 Update NPC IDs to 2020-04-16-rev182 2020-04-16 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
be3f74e111 Update Object IDs to 2020-04-16-rev182 2020-04-16 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
a75c01e6c7 Update Item variations to 2020-04-16-rev182 2020-04-16 10:32:23 +00:00
RuneLite Cache-Code Autoupdater
37bee38ff7 Update Item IDs to 2020-04-16-rev182 2020-04-16 10:32:23 +00:00
Abex
358742b4f3 Merge pull request #11234 from 000000653/patch-2
Add eternal teleport crystal value offset
2020-04-15 22:38:19 -06:00
Max Weber
46b5679741 FlatTextField: forward focus requests to children 2020-04-14 14:40:33 -06:00
Adam
31c9bf8836 devtools: add infobox generator 2020-04-12 20:36:46 -04:00
Tomas Slusny
612a5f3fb5 Skip processing of input listeners with consumed events
This prevents from consumed input events to propage to rest of the
plugins. For example when overlay is being moved, this prevents ground
items from registering the click (what would otherwise cause for ground
item to be highlighted).

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-12 20:36:46 -04:00
Tomas Slusny
35ebe5c65f Make overlays use OverlayPanel instead of Overlay
Make overlays that were previously using PanelComponent use
OverlayPanel.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-12 20:36:46 -04:00
Tomas Slusny
2647997bef Add OverlayPanel that contains PanelComponent
Add generic OverlayPanel class that uses PanelComponent as its backing
component.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-12 20:36:46 -04:00
Tomas Slusny
d881a2fb99 Make overlay resizing configure wrapping
Instead of resizing every overlay component inside wrapped panel
component simply adjust wrap based on preferred size. Also remove the
configurable wrap after.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-12 20:36:46 -04:00
Tomas Slusny
d676542dc2 Add support for resizable overlays
Add mostly complete support for resizable overlays. Currently only
screen markers are supported.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-12 20:36:46 -04:00
Adam
ab365d17a1 emoji plugin: load emojis on client thread 2020-04-12 17:48:00 -04:00
SirGirion
2c8c695736 emoteclue: Replace vamb with vambraces in clue text
This follows a Jagex update where "vamb" and "vambs" was replaced with
"vambraces" across all game text, including clue scrolls.
2020-04-12 17:35:24 +00:00
Trevor
fae69d4fd2 loot tracker plugin: submit loot on client shutdown (#11243) 2020-04-10 15:51:09 -06:00
Adam
242ea42964 Merge pull request #11218 from abextm/shutdown-event-external
runelite-client: add ClientShutdown event
2020-04-10 14:37:28 -04:00
trimbe
22cee79ab9 bank plugin: improve responsiveness of bank searches
The client will normally layout the bank during a search only once every 40 client ticks, causing slow response times after the search input is updated. Instead, hook the search refresh script that is called every client tick, and if the bank hasn't been laid out on the current tick, and the search input has changed, lay it out early.
2020-04-10 10:53:14 -04:00
Max Weber
ec3fbabbe2 grounditems: don't crash when having a duplicate highlight value 2020-04-09 18:21:06 -04:00
Max Weber
e83d1e6b72 runelite-client: add ClientShutdown event
This should hopefully make the client not corrupt it's cache randomly,
and prevents the config sets from racing shutdown
2020-04-09 16:04:39 -06:00
Lucas Snel
45c229bc32 combatlevel plugin: add option for showing precise combat level 2020-04-09 17:59:54 -04:00
Adam
10cd76897b Merge pull request #11214 from abextm/invert-camera-external
camera: add option to invert camera mouse controls
2020-04-09 17:51:53 -04:00
Max Weber
a8d4bff423 camera: add option to invert camera mouse controls 2020-04-09 15:01:15 -06:00
Max Weber
42db64dc79 eventbus: make higher priority events fire first 2020-04-09 14:52:53 -06:00
Max Weber
eb89319cc4 runelite-api: add stopNow to cleanly shutdown the client 2020-04-09 14:52:53 -06:00
Adam
edcfeb25fd screenshot plugin: fix screenshot friend deaths to not screenshot own death 2020-04-09 14:21:44 -04:00
Abex
165bbbb622 Merge pull request #11195 from abextm/rm-npc-names
http-api: remove unused fields from NPCInfo
2020-04-09 11:43:29 -06:00
Crow
c5a77efac1 Add eternal teleport crystal value offset
Fixes #11187
2020-04-08 23:36:34 -05:00
Tomas Slusny
7422eeef4c Merge pull request #11224 from deathbeam/fix-item-stats-test
Mock ConfigManager in ItemStatOverlayTest to inject TooltipManager
2020-04-08 17:42:47 +02:00
Tomas Slusny
75b29026f9 Mock ConfigManager in ItemStatOverlayTest to inject TooltipManager
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-08 15:17:38 +02:00
Max Weber
ed86daa46d runelite-client: update ItemID references 2020-04-08 04:43:43 -06:00
RuneLite Cache-Code Autoupdater
8570cb0622 Update NPC IDs to 2020-04-08-rev182 2020-04-08 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
13b692f304 Update Script arguments to 2020-04-08-rev182 2020-04-08 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
df07c61da4 Update Object IDs to 2020-04-08-rev182 2020-04-08 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
e7fa298e24 Update Item variations to 2020-04-08-rev182 2020-04-08 10:32:23 +00:00
RuneLite Cache-Code Autoupdater
574ea03471 Update Item IDs to 2020-04-08-rev182 2020-04-08 10:32:23 +00:00
Tomas Slusny
1b2ded5a34 Merge pull request #11220 from deathbeam/reset-tooltip
Reset repositioned tooltip overlays
2020-04-08 09:31:03 +02:00
TheFlemoid
c31971d0d3 WidgetOverlay: Use TOP_RIGHT anchor for LMS widgets 2020-04-08 06:04:11 +00:00
Jordan
f5a64af481 Merge pull request #11216 from Nightfirecat/center-more-hot-cold-clues
HotColdLocation: Center some location spots
2020-04-07 21:22:28 -07:00
Adam
15b5dd0290 worldhopper: skip over almost full worlds
Co-authored-by: Hugh <nivcraft@gmail.com>
2020-04-07 16:30:21 -04:00
Adam
6e06b1c929 antidrag: add option to disable in pvp
This lifts the shift requirement by instead just disabling the feature
in pvp

Co-authored-by: jcwhisman <jcwhisman@gmail.com>
2020-04-07 16:26:42 -04:00
Adam
670e62b6b9 item service: remove old item searching and item lookup methods
We haven't used this code in awhile. Additionally modify the price
crawler to re-fetch known items in the event the name or examine
changes.
2020-04-07 16:09:30 -04:00
Tomas Slusny
1fccba9fda Reset repositioned tooltip overlays
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-07 21:49:11 +02:00
Max Weber
81914b7c95 kourendlibrary: don't throw npe when starting on the login screen
books was null until you login, making the plugin throw every time the
client starts
2020-04-07 13:27:21 -06:00
Jordan Atwood
5b9591db6e HotColdLocation: Center some location spots
Center some hot-cold locations as reported and verified from the mega
issue.

Ref: runelite/runelite#9601
2020-04-07 11:11:32 -07:00
Adam
6abc433141 hooks: use monotonic clock for main loop tasks 2020-04-06 12:32:52 -04:00