Commit Graph

16804 Commits

Author SHA1 Message Date
Jordan Atwood
c60d714832 HotColdLocation: Add clue type field 2021-06-12 13:20:28 -04:00
ThatGamerBlue
21bff24936 client: fix load when outdated 2021-06-12 17:51:45 +01:00
ThatGamerBlue
58a86899ee clientloader: check vanilla hash before loading injected client 2021-06-12 17:36:15 +01:00
ThatGamerBlue
bc0b73737c Merge pull request #3000 from swazrgb/overlay-focusable
client: Make overlays aware of mouse focus
2021-06-12 17:34:43 +01:00
Cyborger1
5b55afd2ce hiscore: add lookup clan member (#13706) 2021-06-12 03:39:11 +00:00
tanlines
6467d0d4b7 itemstats: Fix stamina restore with Ring of Endurance (#13692) 2021-06-12 00:32:26 +00:00
Adam
53e257ce17 api: add widget line height accessors 2021-06-11 15:57:34 -04:00
Adam
d4078a9555 ground markers: add configurable border width 2021-06-11 13:06:01 -04:00
Max Weber
074f1e0841 client: correctly use Runnables::doNothing
passing it as a method reference complete defeats the point of the
method as it desugars to:
option("foo", () ->
{
  Runnable unused = Runnables.doNothing();
});
2021-06-11 03:18:35 -06:00
Jordan
2b5ea1f0b5 Merge pull request #13680 from LlemonDuck/fix-camera-pitch-jitter
camera: prevent pitch increment with "preserve pitch" enabled
2021-06-11 08:01:54 +00:00
LlemonDuck
851d8a8de7 camera: prevent pitch increment with "preserve pitch" enabled
When clicking the compass, the vanilla camera will jitter randomly
within 5 values. With "compassLookPreservePitch" enabled, spam clicking
the compass would cause your camera pitch to rise repeatedly by that
random jitter. This places the camera pitch restore callback after the
random jitter, to eliminate that discrepancy.
2021-06-11 00:51:13 -07:00
Jordan
2513d3202e Merge pull request #13499 from FlashBasedGod/tempoross-timer-red
Tempoross timer bug
2021-06-11 07:18:22 +00:00
FlashBasedGod
f62a7c280a ground items: Add Tempoross instance to normal despawn timers 2021-06-11 00:11:45 -07:00
ThatGamerBlue
0e8b9c4191 deob: sync scriptopcode 2021-06-11 07:58:45 +01:00
Jordan
f31f70cb60 Merge pull request #9021 from jplsek/inv-grid-color-config
Inventory Grid Plugin: Add color configuration
2021-06-11 05:23:57 +00:00
Jeremy Plsek
21a14e1d23 inventory grid: add color config 2021-06-10 20:02:19 -04:00
Cyborger1
3bbecdb061 ChatHistory: Fix "Copy to Clipboard" after clan update 2021-06-10 17:57:58 -04:00
Adam
798ed5e027 chat commands: update tob duration pattern 2021-06-10 17:07:33 -04:00
Jordan
c12948994c Merge pull request #13718 from Cyborger1/ghorrock-tab-identification
ItemIdentification: Add Ghorrock tablet
2021-06-10 15:43:02 +00:00
Cyborger1
6d17a4b8a1 ItemIdentification: Add Ghorrock tablet 2021-06-10 11:16:05 -04:00
ThatGamerBlue
3ade7995ad Merge remote-tracking branch 'upstream/master' into master 2021-06-10 04:05:42 +01:00
Adam
e3f2b28fac menu swapper: add con cape tele to poh 2021-06-09 22:52:50 -04:00
Adam
4abd69977b gpu: use renderbuffer for aa fbo
Previously this bound first a render buffer and then a texture to the aa fbo color attachment0, making the renderbuffer unused. Just remove the texture, causing the render buffer to be used.
2021-06-09 15:37:15 -04:00
swazrgb
abf9bec7d2 client: Make overlays aware of mouse focus
This is helpful for plugins that wish to show overlays that perform
actions when they have mouse focus, such as offering left click actions.

While it's possible to track this within the overlay itself it is difficult
to do correctly when considering overlapping overlays and overlays being
removed while they have focus.
2021-06-09 21:14:08 +02:00
Adam
d228fa70fc chat commands: update tob new pb pattern
The old text (Personal best!) is no longer used
2021-06-09 11:59:36 -04:00
Adam
c9f5f93b52 camera: add option to preserve yaw when world hopping 2021-06-07 21:12:54 -04:00
Adam
89a3838275 api: add setCameraYawTarget 2021-06-07 21:12:53 -04:00
ThatGamerBlue
6eb876b6f6 Merge pull request #2997 from swazrgb/minimap-mixin
mixins: Add setMinimapReceivesClicks
2021-06-07 01:35:33 +01:00
ThatGamerBlue
801a04ba4d Merge pull request #2999 from swazrgb/hotswap-plugin-fix
client: Correctly hotswap plugins with multiple extensions
2021-06-07 01:35:10 +01:00
Hydrox6
d75a50a236 world map mouse listener: consume click if icon is clicked on
This stops the map from being closed when clicking on an icon
overlapping the close button.
2021-06-06 18:22:55 -04:00
Hydrox6
c09c96cd78 world map overlay: make icons display fully on the map when edge snapped 2021-06-06 18:22:55 -04:00
Jordan Atwood
d69a5ddd8b status bars: Add counter text drop shadow
This drop shadow was present prior to the plugin refactor in
1165780f42 which erroneously removed it.
2021-06-06 15:53:59 -04:00
Adam
3f7146a6c2 chat colors: fix clan chat message highlight keys
The old friends chat uses "clan chat" as its key name for historical
reasons, and so the new clan chat uses "clan"
2021-06-06 15:11:13 -04:00
ThePharros
1dd82db10c screenshot: Add option to screenshot collection log entries (#13625) 2021-06-06 18:16:06 +00:00
swazrgb
2dbb96c38c client: Correctly hotswap plugins with multiple extensions 2021-06-06 07:05:43 +02:00
swazrgb
904fcd253f mixins: Add setMinimapReceivesClicks
Lets plugins disable the implementation of checkIfMinimapClicked

This is useful for plugins that add custom menu entries, which otherwise
would trigger in addition to a minimap click
2021-06-06 06:42:53 +02:00
Jordan Atwood
70dc7f56bc clues: Fix three step cryptic clue getLocations NPE
Prior to this commit, ThreeStepCrypticClue simply returned a
concatenation of the active step locations without filtering the mapped
locations in any way. This could lead to NPEs in the plugin as some
cryptic clues have null locations for steps which have no specific
location or have a variable location. This commit addresses this by
making CrypticClue's location field `@Nullable`, filtering null
locations from ThreeStepCrypticClue's getLocations stream, and by adding
a test to ensure ThreeStepCrypticClue's getLocations method cannot yield
any null entries in its return value.
2021-06-05 17:53:17 -04:00
Adam
c271580e74 chat commands: fix tob hm/sm kc/pb tracking
The : in the boss name breaks for logged in users, so remap it to a
clean name instead. Also add short names.
2021-06-05 17:21:09 -04:00
Adam
d3a2e4bbc2 config manager: disallow : in key names
The config service rewrites . -> : and : -> . for storage since mongodb
does not support . in field names. This causes any keys set with : to
get changed after going to the config service and back.
2021-06-05 17:21:09 -04:00
SkylerPIlot
879e3ce737 spec counter: add Alchemical Hydra
This keeps the counter up when the hydra changes phases

Signed-off-by: SkylerPIlot <SkylerParthemore@gmail.com>
2021-06-05 17:18:45 -04:00
LlemonDuck
eddb7276a2 idle notifier: reset six hour notif on startup
Six hour notification could trigger incorrectly when the plugin was enabled if the player disabled -> logged out -> logged in -> enabled, since the notification timer was not reset.
2021-06-04 19:15:11 -04:00
Adam
559410b537 mta: clear hint arrow when leaving enchantment and alchemist room 2021-06-04 16:13:34 -04:00
ThatGamerBlue
405ab68bf5 Merge remote-tracking branch 'upstream/master' into master 2021-06-04 21:10:58 +01:00
Adam
ab5d90fdca chat filter: remove filter login
This has been added as a setting ingame with the latest update
2021-06-03 13:01:12 -04:00
Kyle
cb27a344cf Update WeaponMap.java 2021-06-03 16:55:26 +01:00
Adam
3d034c38d3 hiscore panel: add tob hard mode 2021-06-03 11:05:22 -04:00
Owain van Brakel
76b48e2771 Merge pull request #2996 from Owain94/upstream-0306 2021-06-03 16:16:41 +02:00
Owain van Brakel
51598df279 project: Bump OpenOSRS version 2021-06-03 16:08:26 +02:00
Owain van Brakel
2f425a9d6d Merge remote-tracking branch 'runelite/master' 2021-06-03 16:07:35 +02:00
Adam
4b05699d6e http-api: add tob hm hiscores 2021-06-03 08:57:11 -04:00