Commit Graph

9052 Commits

Author SHA1 Message Date
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
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
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
7f7c61086e externals: catch invalid plugintype exceptions
externals: catch invalid plugintype exceptions
2020-04-11 15:31:37 +01:00
Kyle
e0416bd70d project: YEET 2020-04-11 04:23:37 +01:00
OpenOSRS
9a8c1f6263 Client: Update NPC stats 2020-04-11 00:08:49 +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
kyle-escobar
f38d74c62d Update upstream 4/9/2020 2020-04-09 21:43:45 -04:00
kyle-escobar
3e2da6c375 Merge branch 'master' of https://github.com/runelite/runelite into upstream-4-9-2020
 Conflicts:
	runelite-client/src/main/java/net/runelite/client/RuneLite.java
	runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraConfig.java
	runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/EmoteClue.java
	runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/hotcold/HotColdLocation.java
	runelite-client/src/main/java/net/runelite/client/plugins/combatlevel/CombatLevelConfig.java
	runelite-client/src/main/java/net/runelite/client/plugins/combatlevel/CombatLevelPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/screenshot/ScreenshotPlugin.java
	runelite-client/src/main/java/net/runelite/client/ui/overlay/WidgetOverlay.java
	runelite-client/src/test/java/net/runelite/client/plugins/itemstats/ItemStatOverlayTest.java
2020-04-09 20:57:21 -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
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
Adam
edcfeb25fd screenshot plugin: fix screenshot friend deaths to not screenshot own death 2020-04-09 14:21:44 -04:00
Crow
c5a77efac1 Add eternal teleport crystal value offset
Fixes #11187
2020-04-08 23:36:34 -05:00
OpenOSRS
776d654409 Client: Update NPC stats 2020-04-09 00:09:09 +00:00
Owain van Brakel
f83fc1b960 Merge pull request #2489 from Owain94/modernizer
project: Add modernizer
2020-04-08 18:41:30 +02:00
Owain van Brakel
2fa5cd6ac0 Merge remote-tracking branch 'Owain/modernizer' 2020-04-08 18:34:23 +02:00
Owain van Brakel
0aa6d3dab0 externalpluginmanager: Show plugins during updating 2020-04-08 15:39:26 +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
Owain van Brakel
05513a6bed project: Add modernizer 2020-04-08 15:16:38 +02:00
Max Weber
ed86daa46d runelite-client: update ItemID references 2020-04-08 04:43:43 -06:00
RuneLite Cache-Code Autoupdater
e7fa298e24 Update Item variations 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
kyle-escobar
bb3133f6d8 Fix checkstyle 2020-04-07 21:36:27 -04:00
kyle-escobar
bb9a55b39f Update: Upstream runelite/runelite 2020-04-07 21:33:29 -04:00
kyle-escobar
8a00bd3ece Merge branch 'master' of https://github.com/runelite/runelite into upstream-4-7-2020
 Conflicts:
	http-api/src/main/java/net/runelite/http/api/item/ItemClient.java
	http-service/src/main/java/net/runelite/http/service/item/ItemController.java
	http-service/src/main/java/net/runelite/http/service/item/ItemEntry.java
	http-service/src/main/java/net/runelite/http/service/item/ItemService.java
	http-service/src/main/java/net/runelite/http/service/item/RSItem.java
	http-service/src/main/java/net/runelite/http/service/item/RSItemResponse.java
	runelite-api/src/main/java/net/runelite/api/ScriptID.java
	runelite-api/src/main/java/net/runelite/api/Varbits.java
	runelite-api/src/main/java/net/runelite/api/widgets/WidgetInfo.java
	runelite-client/src/main/java/net/runelite/client/callback/Hooks.java
	runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java
	runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/hotcold/HotColdLocation.java
	runelite-client/src/main/java/net/runelite/client/plugins/config/PluginHubPanel.java
	runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/BookPanel.java
	runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryConfig.java
	runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryPanel.java
	runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/music/MusicPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/party/PartyPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldHopperPlugin.java
2020-04-07 21:16:50 -04:00
OpenOSRS
0c349134a0 Client: Update NPC stats 2020-04-08 00:08:45 +00: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
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
OpenOSRS
cb83108252 Client: Update NPC stats 2020-04-07 00:08:10 +00:00
Adam
6abc433141 hooks: use monotonic clock for main loop tasks 2020-04-06 12:32:52 -04:00
Sean Dewar
417b42b0bf music: revalidate slider handle on creation 2020-04-06 16:00:22 +01:00
Abex
54283b9a80 Merge pull request #11063 from seandewar/zoom-music-slider-tooltips
music, camera: volume & zoom slider tooltips
2020-04-06 04:36:52 -06:00
Unknown
f2d7515ff3 Update Plugin Hub risk label
As discussed in issue #10997 - using dekvall's label suggestion
2020-04-05 20:37:11 -06:00
OpenOSRS
bf8c9752c9 Client: Update NPC stats 2020-04-06 00:08:52 +00:00
Sean Dewar
07d414d41d camera: zoom slider tooltip & zoom constants
This commit also adds constants for:

VarClientInt.CAMERA_ZOOM_FIXED_VIEWPORT = 73
VarClientInt.CAMERA_ZOOM_RESIZABLE_VIEWPORT = 74

WidgetID.Options.CAMERA_ZOOM_SLIDER_HANDLE = 15
WidgetInfo.OPTIONS_CAMERA_ZOOM_SLIDER_HANDLE
2020-04-05 03:42:48 +01:00
Sean Dewar
4a1dbf4e2d music: slider volume percentage tooltips 2020-04-05 03:42:41 +01:00