Commit Graph

12427 Commits

Author SHA1 Message Date
Adam
570907ea11 overlay: better handle picking up overlapping overlays
findManagedOverlay needs to iterate in roughly the reverse drawing
order. Also adjust the moveable tli layers to be by priority in render
oder.
2022-05-13 13:48:57 -04:00
Max Weber
3fcf4c4217 rl-api, groundmarkers: handle instance plane conversion correctly 2022-05-13 08:14:53 -06:00
JumpIfZero
7867538c6c Revert "client: Update NPC stats"
This reverts commit c42f32ee59.
2022-05-13 13:45:40 +03:00
Owain van Brakel
51b816f07a Merge remote-tracking branch 'runelite/master' 2022-05-13 02:27:17 +02:00
Matthew C
4eb5f18073 skill calculator: Fix herblore typos (#14324) 2022-05-12 23:48:27 +00:00
Jonathan Forscher
c284bcdf21 item stats: Add some missing beverages (#14412) 2022-05-12 23:46:04 +00:00
ProjectileRage
b2bdb0204b timers: Add Shadow Veil protection detection (#14687) 2022-05-12 22:53:01 +00:00
LlemonDuck
674a6d4cbe interfacestyles: 2005-style quest tab headers 2022-05-12 16:49:32 +00:00
LlemonDuck
c22ae453c2 chatcommands: consume "clear single word" keypress
Prevents a binding of "Ctrl+Backspace" from triggering the "clear single word" and also removing the remaining trailing space.

Closes #14941
2022-05-12 04:23:26 +00:00
Adam
4f4c502b17 overlay: make alt drag hotkey configurable 2022-05-11 12:57:05 -04:00
Adam
5c98c47803 compost tracking: fix tracking fertile soil with ash covered tome 2022-05-11 12:10:42 -04:00
Owain van Brakel
ddb0c71731 Merge remote-tracking branch 'runelite/master' 2022-05-11 13:32:19 +02:00
RuneLite updater
69a7de850b Bump for 1.8.20-SNAPSHOT
[ci skip]
2022-05-11 10:50:21 +00:00
RuneLite updater
7626d4e7dc Release 1.8.19 2022-05-11 10:50:17 +00:00
RuneLite Cache-Code Autoupdater
7a81bf4e39 Update Item variations to 2022-5-11 2022-05-11 04:39:29 -06:00
Adam
901cfa4192 client: remove setupJxAuth 2022-05-11 04:38:26 -06:00
Adam
71d0885024 widgetoverlay: add chatbox and inventory layers 2022-05-11 05:56:49 -04:00
Owain van Brakel
3db0d24511 Merge remote-tracking branch 'runelite/master' 2022-05-11 11:41:54 +02:00
Adam
50af007e94 chat commands: fix matching random event rewards as kill messages 2022-05-10 23:49:49 -04:00
Adam
59b60655f7 status bars: fix npe if sprites aren't loaded yet 2022-05-10 22:29:07 -04:00
Stephen Au
05029eb859 spriteid: fix Guthix typo 2022-05-10 21:07:02 -04:00
SirGirion
ada6d99a49 timetracking: fix tick rate of teak trees 2022-05-10 21:05:19 -04:00
Cyborger1
82c2d61a14 clues: Fix capitalization for Dark Mage anagram 2022-05-10 14:59:57 -04:00
Kyle
e7ba399ece Update WorldLocation.java 2022-05-10 03:37:57 +01:00
Adam
cab126c6bb timers: remove unused tzhaar complete matcher
The usage of matches() vs find() is incorrect, but the timer is already removed when teleported from the arena
2022-05-09 21:10:16 -04:00
OpenOSRS
c42f32ee59 client: Update NPC stats 2022-05-09 00:33:41 +00:00
LlemonDuck
0500f94830 timetracking: add compost tracking 2022-05-07 17:19:13 -04:00
Adam
bb1f49b0b4 friendnotes: clean up modicons loading
This just needs to be run after modicons is initialized, and doesn't
need to be checked on gamestate change.
2022-05-07 10:23:16 -04:00
Adam
44de746d5b emoji: clean up modicons loading
This just needs to be run after modicons is initialized, and doesn't
need to be checked on gamestate change.
2022-05-07 10:23:16 -04:00
Adam
026395fad5 chat commands: fix loading pets modicons
The asyncbufferedimage may not be loaded at the time the modicons is setup, so a listener must be added to assign the final image
2022-05-07 10:23:16 -04:00
Adam
b5515075ef chatfilter: add config option for stripping accents 2022-05-06 15:03:29 -04:00
Bob Heine
162a2f78cb clues: Add abyssal lanterns as light sources (#14923) 2022-05-06 15:27:38 +00:00
Ganom
c66442d22a externalpluginmanager: require user to accept risk every time they add a new repository and warn user of potential risk of luring when adding repository. (#3189)
Co-authored-by: Ganom <ganom@ganomsoftware.com>
2022-05-05 13:25:25 -04:00
Owain van Brakel
6847237429 project(groups): Switch to a faster config (still only scoped to localhost) 2022-05-02 05:51:08 +02:00
Owain van Brakel
350b738c2f project(deps): Update jgroups 2022-05-02 05:50:44 +02:00
Owain van Brakel
0165d410a4 project(config): Force scrollstate to 0 on init 2022-05-02 04:49:35 +02:00
Owain van Brakel
e0ef602c89 Merge remote-tracking branch 'runelite/master' 2022-04-30 23:07:22 +02:00
Burak
0e640d1415 externalmanager: temp fix hotswapping 2022-04-30 22:50:38 +02:00
EliasLahham
1f5ca21546 menu entry swapper: add house teleport swap
This used to use the shift-click teleport spells option, but now that
there are 4 different teleport spells, a dedicated swap config is best.

Co-authored-by: Adam <Adam@sigterm.info>
2022-04-30 12:50:53 -04:00
Adam
1c99cce336 loottracker: fix tracking imp jars
event.getItemId() is not valid after the next tick, so can't be called in the inv change callback
2022-04-30 12:16:28 -04:00
Owain van Brakel
a857e82b4d Merge remote-tracking branch 'runelite/master' 2022-04-30 02:03:53 +02:00
Owain van Brakel
ba8811628b project(checkstyle): Oops 2022-04-30 02:01:04 +02:00
Owain van Brakel
7df799e173 project(externals): Make the external manager more robust 2022-04-30 01:58:56 +02:00
Owain van Brakel
f41b93d94d project(ClientUI): Fix NPE 2022-04-30 01:58:27 +02:00
Owain van Brakel
730f867b3e project(ui): Null check frame 2022-04-29 20:45:55 +02:00
Jordan Atwood
a7c45ae401 HotColdLocation: Add South-east of Ruins of Ullek spot 2022-04-29 11:45:08 -07:00
Owain van Brakel
92779b5b35 project: ik haat smurfen en checkstyle 😠 2022-04-29 20:16:39 +02:00
Adam
62c0af064d crowdsourcing: don't include menuoptionclicked event in movementdata
Serializing the event no longer works as expected, but is also not a good idea in general
2022-04-29 14:16:02 -04:00
Owain van Brakel
83a6992824 project: Checkstyle 2022-04-29 20:08:19 +02:00
Owain van Brakel
8301be4d07 project(config): Add back a couple old config features 2022-04-29 19:51:35 +02:00