Commit Graph
11818 Commits
Author SHA1 Message Date
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
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
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
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
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 ae0a415f54 Update NPC IDs to 2022-5-11 2022-05-11 04:39:29 -06:00
RuneLite Cache-Code Autoupdater 82a6c7e05b Update Object IDs to 2022-5-11 2022-05-11 04:39:29 -06:00
RuneLite Cache-Code Autoupdater 7a81bf4e39 Update Item variations to 2022-5-11 2022-05-11 04:39:29 -06:00
RuneLite Cache-Code Autoupdater 8076c8e0a5 Update Item IDs 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 7d5bc2bd31 api: update Jagex API 2022-05-11 04:38:22 -06:00
Max Weber bfc7ccd623 cache: add running/crawling anim opcodes from rev 205 2022-05-11 04:38:09 -06:00
RuneLite updater e0fb164f2c Update 205 2022-05-11 10:36:04 +00:00
Adam 71d0885024 widgetoverlay: add chatbox and inventory layers 2022-05-11 05:56:49 -04: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
Max Weber b5b19e0771 rl-api: expose currently playing music/jingle 2022-05-10 06:44:03 -06: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
Max Weber 28f45cedb5 Perspective: fix clickbox for type 11 objects 2022-05-08 10:09:49 -04: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 2fa6eb1dc3 cache: update indextype names 2022-05-07 10:23:12 -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
Adam d6260f247f api: add object composition cache accessor 2022-05-05 20:02:14 -04:00
Adam 230db67f07 api: add post object composition event 2022-05-05 20:02:14 -04:00
Adam d110a3c28e api: add object composition map setters 2022-05-05 19:26:29 -04:00
Adam a551464180 cache: make slf4j-simple an optional dependency 2022-05-01 22:22:14 -06:00
AdamandExplv 54da56e7b1 map image dumper: add main method
Co-authored-by: Explv <explv@osbot.org>
2022-05-01 22:22:14 -06:00
AdamandExplv 75e23b9a3e map image dumper: use BigBufferedImage
This redudces the memory consumption significantly since it requires
less of the image to be in memory at one time

Co-authored-by: Explv <explv@osbot.org>
2022-05-01 22:22:14 -06:00
Max Weber c04534b7cb cache/MapImageDumper: draw cross region objs when drawing single regions 2022-05-01 22:22:14 -06:00