Commit Graph
17298 Commits
Author SHA1 Message Date
Owain van Brakel 0fbf3b733a project: Bump RL version 2022-01-20 00:10:33 +01:00
Owain van Brakel 69f1bd5cce project: Mixins 2022-01-20 00:04:45 +01:00
Owain van Brakel 4892c6b672 Merge remote-tracking branch 'runelite/master' 2022-01-19 18:35:40 +01:00
Runelite auto updater 86b15a31bb Bump for 1.8.11-SNAPSHOT 2022-01-19 12:31:24 +00:00
Runelite auto updater 80e98abd51 Release 1.8.10 2022-01-19 12:31:20 +00:00
Max Weber b0a10a9c14 grounditems: Add Modern style loot beam 2022-01-18 20:20:34 -07:00
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
Owain van Brakel a445eed1fb Merge remote-tracking branch 'runelite/master' 2022-01-17 22:54:58 +01:00
Owain van Brakel 212915578c project: Mixins 2022-01-17 22:54:49 +01: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
Owain van Brakel 17d286097a Merge remote-tracking branch 'runelite/master' 2022-01-16 13:58:59 +01: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
Owain van Brakel c57301c0d3 project: Mixins 2022-01-16 04:13:20 +01:00
Owain van Brakel c3fe9b5377 Merge remote-tracking branch 'runelite/master' 2022-01-16 04:02:05 +01:00
Owain van Brakel 663ac37175 Merge remote-tracking branch 'runelite/master' 2022-01-16 02:09:51 +01: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