Commit Graph
11989 Commits
Author SHA1 Message Date
Owain van Brakel 6a9d8d643a project: Update xp drop script 2022-01-20 00:30:33 +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 59df079263 Update Item variations 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
Adam Keenan 85b15156fc menu swapper: add group storage shift deposit swap 2022-01-18 21:28:02 -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
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 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 28a694f69f api: use deques for projectiles and graphicsobjects 2022-01-15 13:40:59 -05:00
Adam dbf1b3b011 api: combine projectileid and graphicid 2022-01-14 19:40:03 -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
zjustin d9950b27a8 Merge branch 'master' of https://github.com/runelite/runelite 2022-01-10 06:51:37 +11: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
Kyle 6d88f8492d Update WeaponMap.java 2022-01-06 14:04:24 +00:00
Wayne Li 22c4a291fc clue: Update area descriptions of anagram clues 2022-01-06 00:43:15 -08:00
Owain van Brakel 6b5ff45ebc Merge remote-tracking branch 'runelite/master' 2022-01-06 00:04:05 +01: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
Adam c19beea8cd discord: add nex boss area 2022-01-05 17:06:44 -05:00