Commit Graph
17263 Commits
Author SHA1 Message Date
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
Kyle 6d88f8492d Update WeaponMap.java 2022-01-06 14:04:24 +00:00
Owain van Brakel 4ea1735276 Merge pull request #3110 from open-osrs/lets-do-this-instead 2022-01-06 01:41:42 +01:00
Owain van Brakel aece8cce0f Merge remote-tracking branch 'origin/master' 2022-01-06 01:36:22 +01:00
Owain van Brakel fa1f1d2a91 project: Mixins 2022-01-06 01:36:17 +01:00
Owain van Brakel 119b925d45 Merge pull request #3109 from open-osrs/upstream-0106 2022-01-06 01:13:04 +01:00
Owain van Brakel 22a8e3172f Merge remote-tracking branch 'origin/master' 2022-01-06 01:07:26 +01:00
Justin bdd217b503 Merge pull request #3108 from JumpIfZero/bugfix/missing-api-changes-050122
project: add missing api changes from #3105
2022-01-06 10:54:12 +11:00
Owain van Brakel e9e33e7a95 project: Bump OpenOSRS version 2022-01-06 00:53:30 +01:00
Owain van Brakel bdbcfbe416 project: Mixins 2022-01-06 00:52:57 +01:00
Owain van Brakel c780009a99 project: Bump RL version 2022-01-06 00:04:53 +01: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
Adam 238b35e8f8 Use leagues hiscores for seasonal worlds 2022-01-05 16:23:18 -05:00
Adam 0abe846028 xp updater: add seasonal worlds to wom 2022-01-05 15:58:54 -05:00
Adam 1a88fcc57b loot manager: add nex 2022-01-05 15:58:51 -05:00
JumpIfZero 9da28cd644 project: add missing api changes from #3105 2022-01-05 17:23:48 +02:00
Adam ce56056e2f ge plugin: disable fuzzy search if search event is consumed
This allows other plugins which replace the search results, such as the bank
tags plugin, to not get overwritten by the fuzzy search.
2022-01-04 19:57:16 -05:00
Adam 409a4ab4e9 slayer plugin: support fake xpdrops 2022-01-04 19:53:50 -05:00