Commit Graph
11522 Commits
Author SHA1 Message Date
RuneLite Cache-Code Autoupdater c7694d21ad Update Widget IDs to 2022-1-19 2022-01-18 20:20:34 -07:00
RuneLite Cache-Code Autoupdater 08cc8caa70 Update NPC IDs to 2022-1-19 2022-01-18 20:20:34 -07:00
RuneLite Cache-Code Autoupdater 39b6fd1181 Update Object IDs to 2022-1-19 2022-01-18 20:20:34 -07:00
RuneLite Cache-Code Autoupdater 59df079263 Update Item variations to 2022-1-19 2022-01-18 20:20:34 -07:00
RuneLite Cache-Code Autoupdater 694fff9bf0 Update Item IDs to 2022-1-19 2022-01-18 20:20:34 -07:00
RuneLite Cache-Code Autoupdater 25cc99e4fc Update Scripts to 2022-1-19 2022-01-18 20:20:34 -07:00
Max Weber f1fb26eb3d rl-api: expose cache getters 2022-01-18 19:29:51 -07:00
Max Weber 6555643e11 rl-api: expose ModelData & model transformation methods 2022-01-18 19:29:45 -07:00
Adam Keenan 85b15156fc menu swapper: add group storage shift deposit swap 2022-01-18 21:28:02 -05:00
Adam b53dc9ee8f cache: remove netty-buffer dependency 2022-01-18 18:15:31 -05:00
geheur b3e87ee875 menu swapper: add climb-up and climb-down swaps 2022-01-18 15:55:32 -05:00
SirGirionandAdam 48a6d40418 itemcharges: Add support for blood essence
Co-authored-by: Adam <Adam@sigterm.info>
2022-01-18 15:49:13 -05:00
Hydrox6 46545bdecf dps counter: add nex 2022-01-18 15:28:39 -05:00
Hydrox6 6b1c1283f7 skill calc: add ancient brew 2022-01-18 15:28:39 -05:00
Hydrox6 a0b739f1f4 item identification: add ancient brew
The pattern for the short names of the other brews isn't being followed
here due to the similarities between the Ancient Brew and (Extended)
Super Antifire; using `An` could be confusing.
2022-01-18 15:28:38 -05:00
Hydrox6 06fa9f0bc8 item charges: add ancient brew 2022-01-18 15:28:38 -05:00
Hydrox6 53a8b5a6b9 login screen: add nex login screen 2022-01-18 15:28:38 -05:00
dekvall 2d43cc419a worldmap: use vanilla icons for lovakengj mining site 2022-01-18 15:21:13 -05:00
Hydrox6 713f7950c2 clientUI: show if the client is in safe mode in the window title 2022-01-18 15:18:02 -05:00
Tomas Slusny 4410e173e3 discord: accept animated avatars in matcher
Discord avatarId can contain underscores when the image is animated (it
has prefix a_ when that happens).

Fixes #14594

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2022-01-17 13:26:02 -05:00
Adam f859ec9dc8 clues: use lists instead of sets for clues 2022-01-16 18:57:58 -05:00
Adam 22c02e4055 anagram clue: use builder pattern 2022-01-16 18:42:03 -05:00
Adam e8856ce418 Revert "Merge pull request #14512 from wayne-li2/anagram-clue-builder"
This reverts commit 72f55d8ce9, reversing
changes made to 82514e0c76.
2022-01-16 18:13:59 -05:00
Jordan 72f55d8ce9 Merge pull request #14512 from wayne-li2/anagram-clue-builder 2022-01-16 10:12:01 +00:00
Wayne Li 82d190884c clue: Refactor Anagrams into builder model 2022-01-16 02:07:06 -08:00
Adam 82514e0c76 api: add projectile creation api 2022-01-15 13:40:59 -05:00
Adam e31bfa66fe api: add GraphicsObject finished setter 2022-01-15 13:40:59 -05:00
Adam 07f96a6abb api: add projectile target and end cycle setter 2022-01-15 13:40:59 -05:00
Adam 28a694f69f api: use deques for projectiles and graphicsobjects 2022-01-15 13:40:59 -05:00
Adam a37dfd8de5 api: add actor graphic height accessors 2022-01-15 13:40:59 -05:00
Adam dbf1b3b011 api: combine projectileid and graphicid 2022-01-14 19:40:03 -05:00
Adam 0d76c441d3 api: remove tileitem spawn time
This was never used and has limited use
2022-01-14 11:26:11 -05:00
Adam fa8bc363ee api: make ClanMember an interface 2022-01-13 09:57:26 -05:00
Adam 077c0a78b3 ground items: add option to deprioritize hidden item options 2022-01-13 09:54:54 -05:00
Adam ac547210f7 ground items: fix show item quantities to work with no item highlight mode
This also cleans up the telegrab highlighting code
2022-01-13 09:54:54 -05:00
Adam 5960a2f43e chat message manager: format rl-messages at chat build time
This allows different final messages being built for split chat vs
normal chat, fixing <colNORMAL> incorrectly applying the default chatbox
color to split chat.
2022-01-13 09:52:12 -05:00
Adam 9ff0538cf8 chat notifications: simplify finding closing color in pattern matching
Searching the replacement isn't necessary since it won't ever have any
additional col tags except for the ones identified by getLastColor, which
would be identified even when searching the original message. Instead,
just search the original message up to and including the match.
2022-01-11 22:02:19 -05:00
Adam c7e6ffb4de chat notifications: fix restoring last color on own name highlight
This was an issue with multiple name matches, since it was applying the
replacement with its close color to all matches, even though only
scanning the message for the last color up until the first match
2022-01-11 22:02:14 -05:00
Adam d5fe57865d chat message manager: support game chat color settings
This will use the configured in-game setting for default chat colors, if
configured.
2022-01-11 22:02:14 -05:00
Adam 513c250d28 chat notifications: restore normal color after own name highlight 2022-01-11 21:32:41 -05:00
Adam 32ccf59f30 infobox overlay: hoist some config values out of the render loop 2022-01-07 22:24:05 -05:00
AdamandVanilj 791912a7c0 ui: add infobox font config
Co-authored-by: Vanilj <robindavidsson@outlook.com>
2022-01-07 22:24:05 -05:00
Adam 4330d9f939 item charges: remove unused slot from ItemChargeInfobox 2022-01-07 22:23:17 -05:00
Adam 6924802362 entity hider: add option to hide clan members 2022-01-07 16:34:45 -05:00
Adam b593a5167e run energy: fix orb text flickering
It is possible a clientscript can update the energy in between the last
game tick and the current frame, causing the text to flicker between run
energy and our replacement. This just sets the text before each frame.
2022-01-07 15:55:23 -05:00
Wayne Li 22c4a291fc clue: Update area descriptions of anagram clues 2022-01-06 00:43:15 -08:00
Runelite auto updater ab082fc8b8 Bump for 1.8.10-SNAPSHOT 2022-01-05 22:26:19 +00:00
Runelite auto updater 2ad48a8322 Release 1.8.9 2022-01-05 22:26:16 +00:00
Illya MyshakovandIllya Myshakov 15665aa431 chat commands: add Nexling pet
Co-authored-by: Illya Myshakov <imyshako@uwaterloo.ca>
2022-01-05 17:08:22 -05:00
Adam ffd6652826 ground items: add nex instance area 2022-01-05 17:06:50 -05:00