Commit Graph
18042 Commits
Author SHA1 Message Date
Owain van Brakel 9935d449d3 Merge remote-tracking branch 'runelite/master' 2022-05-18 17:08:39 +02:00
Owain van Brakel 15d334cc4e Merge remote-tracking branch 'runelite/master' 2022-05-18 17:08:07 +02:00
RuneLite updater f201c6f63b Bump for 1.8.21-SNAPSHOT
[ci skip]
2022-05-18 11:22:51 +00:00
RuneLite updater 55147bfd37 Release 1.8.20 2022-05-18 11:22:47 +00:00
Max Weber 23bd23a064 fairyring: add isle of souls ring 2022-05-18 05:11:32 -06:00
RuneLite Cache-Code Autoupdater 78bab629fe Update NPC IDs to 2022-5-18 2022-05-17 12:17:46 -06:00
RuneLite Cache-Code Autoupdater 4d43876e85 Update Object IDs to 2022-5-18 2022-05-17 12:17:46 -06:00
RuneLite Cache-Code Autoupdater 6f887464d8 Update Item variations to 2022-5-18 2022-05-17 12:17:46 -06:00
RuneLite Cache-Code Autoupdater f24519d40c Update Scripts to 2022-5-18 2022-05-17 12:17:46 -06:00
RuneLite Cache-Code Autoupdater 69cd60df03 Update Item IDs to 2022-5-18 2022-05-17 12:17:46 -06:00
Adam 09949d344e overlay: use hovered overlay for picking managed overlay
Hovered overlay already accounts for render order, with the exception of
the vanilla WidgetOverlays which are drawn prior to any of our overlays
being drawn. Instead we order them in render-order, which works for the
dynamic-layer ones.

The minimap must be top_right so that our overlays layout around it
correctly, which currently causes it to be picked up first over dynamic
overlays due to the way overlay sorting is done.
2022-05-17 11:41:48 -04:00
AdamandMax Weber 573a66abf1 devtools: allow pgup/down to cycle through previous commands
Co-authored-by: Max Weber <mii7303@gmail.com>
2022-05-17 11:41:47 -04:00
Jordan Atwood cbb0730a38 chat commands: Update clear word and clear line defaults
Ctrl + backspace is an overwhelmingly common keybind for clearing the
word before the cursor. Meanwhile, clearing the current line is not as
common a keybind, so having an unset default is more sensible here for
users to decide for themselves what keybind they would prefer.
2022-05-16 12:04:44 -04:00
Max Weber 1ed37f561d overlay: do not move snap points backwards
because WidgetOverlays in their default position render in the vanilla
position it can cause other overlays to occlude previous overlays when
they should not
2022-05-16 11:39:46 -04:00
Adam 6b81e0c7d1 overlay: worldmap: prefer rect2d as g2d clip shape 2022-05-16 11:39:46 -04:00
Adam b90d793eb7 overlay: set g2d clip per layer 2022-05-16 11:39:46 -04:00
Adam 30fb555809 overlay: disallow transformPosition with dynamic/tooltip 2022-05-16 11:39:46 -04:00
Adam 11ce994b72 overlay: add movable and snappable overlay flags
This merges DETACHED and DYNAMIC into one position, DYNAMIC. And, allows
detached/dynamic overlays to be snappable.
2022-05-16 11:39:46 -04:00
Adam 5732e3f6bd widget overlay: change minimap position back to top_right
Otherwise layouted overlays don't get layouted around the minimap
2022-05-16 11:39:46 -04:00
Stefan Zopfi c7c1b70a30 itemcharges: add imbued ring of wealth 2022-05-16 09:19:11 -04:00
Owain van Brakel 2d32c887de Merge pull request #3198 from open-osrs/upstream-1505 2022-05-15 23:15:52 +02:00
Owain van Brakel 35e90829a8 Merge remote-tracking branch 'runelite/master' 2022-05-15 23:01:04 +02:00
LlemonDuck 2cc34b9ece clientui: setResizable after setVisible
Prevents an issue with clients being resizable with toolbar-less means in some environments (e.g. double clicking title bar on macos).

Honestly I'm not entirely sure why this is ignored if the window isn't visible, rather than being propagated to the window manager when the window is shown, but I guess Swing isn't that smart (like always).

I originally found the information on [this SO answer](https://stackoverflow.com/a/14884056) and it seemed to resolve the issue.

Closes #14235
2022-05-14 19:38:23 -04:00
Adam b8188d27e3 menu swapper: removetags npc name on reset swap 2022-05-14 18:32:26 -04:00
Adam 77ccf68739 menu swapper: removetags object/npc names 2022-05-14 16:29:23 -04:00
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
Kyle 8ec3d5397a Merge pull request #3197 from JumpIfZero/hotfix/revert-npc-stats
Revert "client: Update NPC stats"
2022-05-13 11:49:10 +01:00
JumpIfZero 7867538c6c Revert "client: Update NPC stats"
This reverts commit c42f32ee59.
2022-05-13 13:45:40 +03:00
Owain van Brakel e575bca7d6 Merge pull request #3196 from open-osrs/launcher-fuck-up-nice 2022-05-13 03:33:27 +02:00
Owain van Brakel ee20746022 Merge pull request #3195 from open-osrs/upstream-1305 2022-05-13 03:33:20 +02:00
Owain van Brakel 491e789cb1 Merge pull request #3194 from open-osrs/edging-with-the-injector 2022-05-13 03:33:13 +02:00
Owain van Brakel 148501af81 project(boostrap): Push stable to staging (don't ask please...) 2022-05-13 03:28:06 +02: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
Ben Puryear 7cce1fc7c3 Add .DS_Store to .gitignore (#14925) 2022-05-12 19:14:42 +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
Owain van Brakel 1a3d36abc1 project(mixins): Convert menu entry from partly mixin to just rsc 2022-05-12 01:51:10 +02:00
Owain van Brakel 28dcc47ac8 project(injector): Make it possible to use rsc-api in rsc 2022-05-12 01:50:21 +02:00
Owain van Brakel 8ed22caad4 project(injector): Remove edge case checks and let the injector handle it 2022-05-11 22:28:48 +02: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 dfddf153b1 project(version): Bump OpenOSRS version 2022-05-11 15:05:18 +02:00
Owain van Brakel 73ead150ae Merge remote-tracking branch 'origin/master' 2022-05-11 15:03:46 +02:00
Owain van Brakel 9ba4440815 project(interfaces): Add missing interface 2022-05-11 15:03:06 +02:00
Owain van Brakel 69234931db project(injector): Add back swapMenuEntries 2022-05-11 15:01:23 +02:00
Owain van Brakel ba68fcc95b Merge pull request #3193 from SRLJustin/rev205 2022-05-11 14:19:15 +02:00