Commit Graph

283 Commits

Author SHA1 Message Date
Owain van Brakel
9935d449d3 Merge remote-tracking branch 'runelite/master' 2022-05-18 17:08:39 +02:00
Owain van Brakel
15d334cc4e Merge remote-tracking branch 'runelite/master' 2022-05-18 17:08:07 +02:00
RuneLite Cache-Code Autoupdater
f24519d40c Update Scripts to 2022-5-18 2022-05-17 12:17:46 -06:00
Adam
573a66abf1 devtools: allow pgup/down to cycle through previous commands
Co-authored-by: Max Weber <mii7303@gmail.com>
2022-05-17 11:41:47 -04:00
Owain van Brakel
672ed3c833 Merge remote-tracking branch 'runelite/master' 2022-04-27 13:54:52 +02:00
RuneLite Cache-Code Autoupdater
70969a378a Update Scripts to 2022-4-27 2022-04-26 21:57:35 -06:00
JumpIfZero
2b2477ab9b Merge remote-tracking branch 'rl-upstream/master' into rl-upstream-220422 2022-04-22 13:03:52 +03:00
Adam
f8e754b62f examine: fix item examine message recolor 2022-04-21 09:41:03 -04:00
Owain van Brakel
d27d39321f Merge remote-tracking branch 'runelite/master' 2022-04-20 14:07:20 +02:00
RuneLite Cache-Code Autoupdater
3015dad534 Update Scripts to 2022-4-20 2022-04-20 03:39:42 -06:00
Owain van Brakel
49874e219c Merge remote-tracking branch 'runelite/master' 2022-03-30 12:03:34 +02:00
Owain van Brakel
03a887d02e Merge remote-tracking branch 'runelite/master' 2022-03-30 12:03:22 +02:00
Joshua Filby
20a27a4275 rl-client: make overridden scripts have switch cases in defined order 2022-03-28 00:20:43 -05:00
Adam
eaf2f462bb plugins: readd quest list plugin
This adds back the quest search functionality which is not included in vanilla now
2022-03-25 13:06:02 -04:00
Owain van Brakel
c99f574dce Merge remote-tracking branch 'runelite/master' 2022-03-23 15:06:14 +01:00
RuneLite Cache-Code Autoupdater
4ebcb524b5 Update Scripts to 2022-3-22 2022-03-23 05:37:33 -06:00
Owain van Brakel
5d0adbc983 Merge remote-tracking branch 'runelite/master' 2022-02-23 18:12:36 +01:00
RuneLite Cache-Code Autoupdater
37229a5fa4 Update Scripts to 2022-2-23 2022-02-22 19:26:49 -07:00
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 Cache-Code Autoupdater
25cc99e4fc Update Scripts to 2022-1-19 2022-01-18 20:20:34 -07:00
Owain van Brakel
663ac37175 Merge remote-tracking branch 'runelite/master' 2022-01-16 02:09:51 +01: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
Owain van Brakel
1e9dbf9a3c Merge remote-tracking branch 'runelite/master' 2021-12-17 14:14:24 +01:00
Adam
d730046cdc ge: fix showing active trade price on buy offers
The previously added script event was only for sell offers. Also remove buy limit from sell offers since it is not applicable.
2021-12-16 18:03:03 -05:00
Owain van Brakel
3d2f6cf54a Merge remote-tracking branch 'runelite/master' 2021-12-16 13:04:56 +01:00
Max Weber
a79b73c9b0 rl-client: add timestamp script 2021-12-15 18:54:03 -07:00
RuneLite Cache-Code Autoupdater
ddd74ab313 Update Scripts to 2021-12-16 2021-12-15 18:12:31 -07:00
Owain van Brakel
62a5942180 Merge remote-tracking branch 'runelite/master' 2021-12-15 05:39:29 +01:00
Adam
e956ed1ba7 ge plugin: compact buy offer examine text
The examine text, buy limit, trade price, and fee info does not fit on
the interface anymore since the addition of the fee info. This compacts
the examine text as well as places the limit / trade price on the same
line in order to prevent pushing the fee off of the bottom of the
border.
2021-12-12 10:02:59 -05:00
Owain van Brakel
3eb2cf3ff3 Merge remote-tracking branch 'runelite/master' 2021-12-09 16:30:14 +01:00
Max Weber
2e1e5bfd72 rl-client: remove chatbox performance plugin
vanilla's background was reworked so this shouldn't be necessary
2021-12-09 04:55:12 -07:00
RuneLite Cache-Code Autoupdater
9825cef621 Update Scripts to 2021-12-9 2021-12-09 04:53:00 -07:00
Justin
f41d8905ee Merge branch 'master' of https://github.com/runelite/runelite into upstream-2122021
 Conflicts:
	cache-client/pom.xml
	cache-updater/pom.xml
	cache/pom.xml
	http-api/pom.xml
	http-service/pom.xml
	pom.xml
	runelite-api/pom.xml
	runelite-api/src/main/java/net/runelite/api/MenuAction.java
	runelite-client/pom.xml
	runelite-client/src/main/java/net/runelite/client/config/ConfigManager.java
	runelite-client/src/main/java/net/runelite/client/plugins/chathistory/ChatHistoryPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/config/ConfigPanel.java
	runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldSwitcherPanel.java
	runelite-jshell/pom.xml
	runelite-script-assembler-plugin/pom.xml
2021-12-02 09:06:51 +11:00
Max Weber
581e6df145 rl-client: fix sending channel messages dropping ! prefixes
the server seems to always strip the first character from channel
messages, expecting its a /
2021-12-01 05:30:10 -07:00
RuneLite Cache-Code Autoupdater
f8b23c4132 Update Scripts to 2021-12-1 2021-12-01 03:54:12 -07:00
Adam
90f200be53 chat message manager: don't apply color changes to message nodes
Apply the color changes at chat build time directly to the message being
set on the component, instead of prepending the color change onto the
message itself.

This is a bit more robust since it doesn't break things which depend on
the chat message not starting with a color, which they would not
otherwise, such as the chat filter.
2021-11-28 17:34:21 -05:00
Justin
9d67f7d344 Merge branch 'master' of https://www.github.com/runelite/runelite into 24112021 2021-11-24 22:47:50 +11:00
RuneLite Cache-Code Autoupdater
084edbffb6 Update Scripts to 2021-11-24 2021-11-24 04:26:34 -07:00
Owain van Brakel
b9f7ed5078 Merge remote-tracking branch 'runelite/master' 2021-11-17 16:35:59 +01:00
RuneLite Cache-Code Autoupdater
4e13233ef7 Update Scripts to 2021-11-17 2021-11-17 04:24:53 -07:00
Adam
40ab68a971 timestamp: use steam client chat timestamp support
The chat building scripts have variables now for message timestamp, so we can just assign our timestamp to those instead.
2021-11-16 16:08:59 -05:00
Owain van Brakel
2e14552e31 Merge remote-tracking branch 'runelite/master' 2021-11-11 16:51:56 +01:00
Adam
70d916af52 banktags: remove setBankScroll event
This hasn't worked in awhile since it was assining the scroll value to the
wrong variable. Now we are computing the scroll in onScriptPreFixed for
[proc,bankmain_finishbuilding], so it is no longer necessary here.
2021-11-10 21:38:29 -05:00
Adam
c8ec004b7a banktags: improve bank scrollbar updates
With tag tab tab or "Remove tab separators", the scrollbar height needs to be
adjusted to account for either many tag tabs (which requires scrolling to see)
or the hiding of the tab separators. This is because we artifically filter the
bank results without keeping the bank in searching mode, causing the vanilla
code which usually computes the scroll height to be incorrect.

The existing code does this by manually invoking [proc,update_scrollbar] later
with the recomputed scroll height. Now that invokeLater runs next tick and not
next frame, this leaves several frames with the scrollbar the incorrect size.

The desired scroll height is passed to [proc,bankmain_finishbuilding] in
argument int12, so instead we recompute the scroll height and overwrite the
script argument prior to execution.
2021-11-10 21:38:29 -05:00
Owain van Brakel
d58b29ba55 Merge remote-tracking branch 'runelite/master' 2021-11-10 12:51:51 +01:00
Max Weber
ea4251a03c camera: remove our compass look op config
this is now in vanilla
2021-11-10 04:12:09 -07:00
Owain van Brakel
73b40bc302 Merge remote-tracking branch 'runelite/master' 2021-10-20 13:16:39 +02:00
RuneLite Cache-Code Autoupdater
d67a1eb3d8 Update Scripts to 2021-10-20 2021-10-19 22:11:29 -06:00
Owain van Brakel
69faa1b0fb Merge remote-tracking branch 'runelite/master' 2021-10-06 14:00:00 +02:00