Commit Graph

11488 Commits

Author SHA1 Message Date
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
Adam
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 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
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
Henry Darnell
2c599768d7 login screen: Add random override option (#14341) 2022-01-04 23:51:31 +00:00
testing-ongithub
b0234eb013 Don't force focus on tray icon click on macOS when already focused 2022-01-04 18:17:09 -05:00
Adam
060cb31a6c Merge pull request #14550 from abextm/phub-cache-longer
rl-client: keep plugin hub jars around for longer
2022-01-04 18:16:34 -05:00
Adam
198724bb03 api: add new head icons 2022-01-04 18:16:02 -05:00
Max Weber
fc4f181364 rl-client: keep plugin hub jars around for longer
if you started 2 clients with different configs at the same time one
client could delete files out from under the other while it was trying
to load them, causing them to fail to load
2022-01-03 18:19:16 -07:00
Adam
fb035a8c13 world map: remove quest icon load retry if not logged in
The quest icons are also loaded on world map open, so all this has to do is
load the icons if the player is logged in with the map open at the time the
plugin is started.
2022-01-03 14:30:42 -05:00
Adam
8bdf78c874 Revert "world map: use game state change event to load quest icons"
This reverts commit 97c484fc38.
2022-01-03 14:25:14 -05:00
Adam
a2f8a4219e menu swapper: remove examine swap
This has not worked in the past, since the Examine option is not an inventory
action and so cannot ever be shift-click swapped, and causes a crash now if
set due to it subtracting the Examine menu op from ITEM_FIRST_OPTION.
2022-01-03 13:58:08 -05:00
Adam
97c484fc38 world map: use game state change event to load quest icons
This was queueing potentially multiple tasks if the config was changed on the
login screen, all waiting for the player to be logged in. Instead, use the game
state change event to load the icons.
2022-01-03 12:10:21 -05:00
Adam
fa9a178f4a Fix race with client startup and low detail/chat icon loading
Since c1aa0c4898 moved client startup to
be much earlier, the plugins can now start after the client is already
at the login screen. This causes the low detail plugin and chat icon
manager to not initialize correctly as they are waiting on the event
for the login screen.
2022-01-03 11:51:57 -05:00
Robert
d7c367b677 interface styles: fix 2005 style icon alignment 2022-01-02 20:46:15 -05:00
testing-ongithub
a4b10d99d8 Fix clicking tray icon not bringing client to front on macOS 2022-01-02 20:36:48 -05:00
Adam
45f744fa2b api: fix wallobject orientation javadoc and use
This is not an angle, and the model outline renderer code which uses it as one is incorrect.
2022-01-02 20:24:38 -05:00
Adam
a8e2e88810 api: add getConfig to deco, game, and ground objects
Additionally fix the wall object orientation javadoc, the returned value is an angle
2022-01-02 19:48:07 -05:00
Adam
0da504769d ui: set DO_NOTHING_ON_CLOSE close op prior to disposing
Disposed frames are still reachable via Window.getWindows() until gcd, and can
receive and process events. We don't want the splash screen to close the app if
it receives a window close event after being disposed.
2022-01-01 20:28:35 -05:00
Adam
31dc32c225 Set macos quitStrategy to CLOSE_ALL_WINDOWS
The quit strategy API existed in com.apple.eawt prior to Java 9, and was moved
into java.desktop in 9. This move makes our orange-extensions API incompatiable
with the 9 eawt package too, so we can not use Application.setQuitStrategy on
9+ either, without making orange-extensions multi-release too.

Since Desktop.setQuitStrategy is the new standard way of doing this, use it if
available, and otherwise use the Java 8 Application.setQuitStrategy instead.
2022-01-01 20:28:35 -05:00
Adam
cb8788c38f Merge pull request #14536 from keyosk/roof-removal-poh-fixes
Roof removal poh fixes
2021-12-31 14:54:42 -05:00
Cody Massin
99b0a18a4c roof removal: optimize POH region override check
Signed-off-by: Cody Massin <keyosk@gmail.com>
2021-12-30 22:25:53 -08:00
Cody Massin
3af75e6752 roof removal: build overrides for POH on startUp
Signed-off-by: Cody Massin <keyosk@gmail.com>
2021-12-30 22:08:53 -08:00
Runelite auto updater
92846981f0 Bump for 1.8.9-SNAPSHOT 2021-12-30 16:13:58 +00:00
Runelite auto updater
fc5a7575c5 Release 1.8.8 2021-12-30 16:13:47 +00:00
Adam
430d8a081a Merge pull request #14529 from Hydrox6/roof-removal-poh
roof removal: a POH override and feature
2021-12-30 10:49:00 -05:00
Hydrox6
13154de18f roof removal: add support for always hiding roofs in POH 2021-12-30 02:49:59 +00:00
Hydrox6
7bacb13ac5 roof removal: add overrides for unused area in the POH dungeon 2021-12-30 02:49:48 +00:00
Hydrox6
c23e499c92 roof removal: use worldpoint's plane instead of current plane
This allows for overrides on template chunks to be defined based on the
chunk's position, not where the chunk ends up in the scene. I think this
only really matters for the POH, which stores each style across all 4
planes of 3 (or 7) regions.
2021-12-30 01:59:48 +00:00
Hydrox6
99d0a61cc4 worldpoint: use passed plane when getting instance chunk for localpoint
Without this, fromLocalInstance can only find the template chunk for
the player's current plane.
2021-12-30 01:54:09 +00:00
Max Weber
6c15080bfb grounditems/Lootbeam: handle loading models correctly
models are streamed over js5 so loadModel can return null until it is
downloaded
2021-12-28 20:16:16 -07:00
Adam
98279d4cfd api: add arguments and mousey to scriptevent 2021-12-28 12:24:34 -05:00