Commit Graph

13480 Commits

Author SHA1 Message Date
Owain van Brakel
1debe8a99b Merge remote-tracking branch 'runelite/master' 2020-04-18 23:38:58 +02:00
OP
87baaffee2 Added working button to the ConfigPanel. Uses the event system to subscribe to button events.
Files Changed:
ConfigPanel.java - modified the config button, now using the eventbus.

Files Added:
ConfigButtonClicked.java - added event for handling button clicks.
2020-04-17 22:39:55 -04:00
github-actions[bot]
e3946520c6 Merge pull request #2508 from open-osrs/NPC-UPDATE-13350cc12
Client: Update NPC stats
2020-04-18 00:18:40 +00:00
OpenOSRS
64d84bce78 Client: Update NPC stats 2020-04-18 00:08:48 +00:00
Hydrox6
87185bffa1 antidrag: fix onShiftOnly not being respected when opening the bank 2020-04-17 16:00:05 -04:00
Hydrox6
e0f046980a fishing & idle notifer: add oily pearl rod animations 2020-04-17 15:38:50 -04:00
ST0NEWALL
13350cc126 Merge pull request #2507 from stone-wall/thingy
overlayRenderer: add check before rendering
2020-04-17 15:30:08 -04:00
Hydrox6
3ac15c2f61 fishing & idle notifer: add pearl rod animations 2020-04-16 18:20:00 -04:00
Dennis
059b28989e ge plugin: fix fuzzy search highlighting 2020-04-16 17:56:01 -04:00
Adam
9a9f40b862 Revert "Reset repositioned tooltip overlays"
This reverts commit 1fccba9fda.
2020-04-16 16:58:16 -04:00
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
stone-wall
1af8223a1a woops 🕶 2020-04-16 11:25:40 -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
stone-wall
c81eaa6d4c woops 2020-04-16 03:22:56 -04:00
stone-wall
3966e90699 Add a thingy 2020-04-16 02:57:41 -04: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
github-actions[bot]
60be6d55ac Merge pull request #2506 from open-osrs/NPC-UPDATE-b20d70333
Client: Update NPC stats
2020-04-16 00:19:30 +00:00
OpenOSRS
a6794c56aa Client: Update NPC stats 2020-04-16 00:10:03 +00:00
github-actions[bot]
b20d703333 Merge pull request #2505 from open-osrs/NPC-UPDATE-43288185b
Client: Update NPC stats
2020-04-15 00:19:45 +00:00
OpenOSRS
395170c0af Client: Update NPC stats 2020-04-15 00:08:57 +00:00
Max Weber
46b5679741 FlatTextField: forward focus requests to children 2020-04-14 14:40:33 -06:00
OP
43288185b2 Merge pull request #2486 from open-osrs/param
client: make actions follow menu entry params.
2020-04-14 14:54:21 -04:00
OP
1c65bc9b40 Merge branch 'master' into param 2020-04-14 14:48:06 -04:00
Ganom
d844ba9a96 client: parse launcher config before client init. (#2503) 2020-04-13 01:02:35 -04: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
github-actions[bot]
fcba56b58f Merge pull request #2504 from open-osrs/NPC-UPDATE-6b307f603
Client: Update NPC stats
2020-04-13 00:17:24 +00:00
OpenOSRS
92f76de357 Client: Update NPC stats 2020-04-13 00:09:07 +00: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
ThatGamerBlue
6b307f603a releasedrafter: clean up unorganized section slightly 2020-04-12 13:52:36 +01:00
Kyle
5f376165ee Merge pull request #2502 from tomcylke/import-exports
project: Import some unused exports
2020-04-12 02:04:42 +01:00
Thomas Cylke
5445bd7046 project: Import some unused exports 2020-04-11 20:34:32 -04:00
github-actions[bot]
c412d7d090 Merge pull request #2501 from open-osrs/NPC-UPDATE-b4a54128d
Client: Update NPC stats
2020-04-12 00:18:28 +00:00
OpenOSRS
1fdcaacde8 Client: Update NPC stats 2020-04-12 00:09:47 +00:00
Owain van Brakel
b4a54128d5 Update WorldMapPoint.java 2020-04-11 18:02:04 +02:00
Kyle
1477caa32e Merge pull request #2499 from ThatGamerBlue/mappings-fix
rsclient: refactoring
2020-04-11 15:53:57 +01:00
Kyle
d73f64d372 Merge pull request #2500 from open-osrs/ext
externals: catch invalid plugintype exceptions
2020-04-11 15:44:11 +01:00
ThatGamerBlue
e36258abe3 Update release-drafter.yml 2020-04-11 15:39:16 +01:00