Commit Graph
17339 Commits
Author SHA1 Message Date
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 bb54a2a9cf Merge pull request #3117 from open-osrs/config-panel-logging 2022-01-18 16:11:08 +01:00
Owain van Brakel ce76f4a18a project: Whoops logging 2022-01-18 16:05:38 +01:00
Owain van Brakel 654e5a94ff Merge pull request #3116 from open-osrs/config-panel-rebuild 2022-01-18 16:02:26 +01:00
Owain van Brakel 5afb5dbd76 project: Don't rebuild the config panel when not needed 2022-01-18 16:01:47 +01:00
Justin 36218b5dd2 project: bump version 2022-01-18 22:31:17 +11:00
Justin 3d43b7e1e1 Merge pull request #3111 from rokaHakor/config_refresh
Project: update config panels to auto-refresh on config change
2022-01-18 22:30:54 +11:00
Owain van Brakel d66c1dd766 Merge pull request #3115 from open-osrs/exposed 2022-01-18 02:05:33 +01:00
Owain van Brakel 794dce7b20 project: Expose world select var
rld selection
2022-01-18 01:57:42 +01: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
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
Justin ff7739e43e Merge pull request #3113 from SRLJustin/rl-upstream10-01
upstream: merge
2022-01-10 07:47:37 +11:00
zjustin 66513be9a5 project: bump version 2022-01-10 07:40:48 +11:00
zjustin c6904ef7ff mixins: hide clan members 2022-01-10 07:12:44 +11: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 3e85d0737f Merge pull request #3112 from open-osrs/update-weaponmap
Update WeaponMap.java

> Your PR title should match the following regex: `^([\w-/]+): \w+`!

shut up.
2022-01-06 14:10:31 +00:00