Commit Graph

10558 Commits

Author SHA1 Message Date
Justin
78bfbe5e5e configmanager: checkstyle 2021-12-02 17:30:49 +11:00
Justin
dc7728f5ca worldhopper: revert back to pre-upstream 2021-12-02 17:15:15 +11:00
Justin
2722244b91 config: revert back to pre-upstream 2021-12-02 17:15:00 +11:00
Justin
551a056152 ConfigManager: backwards compatible for some plugins 2021-12-02 13:24:06 +11:00
ThatGamerBlue
e1b35f7162 temporarily catch all errors in overlay rendering 2021-12-02 02:11:07 +00:00
Justin
7638720dbd ConfigPanel: add back in buttons 2021-12-02 10:31:55 +11:00
Justin
79d53aaed7 configmanager: added back OPRS style 2021-12-02 09:57:09 +11: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
Adam
8944eb9be6 mes: add left click customization 2021-12-01 16:41:22 -05:00
Adam
d45d79c2ce chat history: remove group Clear history option
This was added with today's update
2021-12-01 12:07:53 -05:00
Adam
6ec534b396 hiscore: use hiscore endpoint for world for player lookup op 2021-11-30 17:04:54 -05:00
Adam
f6a3d222b4 world hopper: allow selecting multiple region filters 2021-11-30 16:57:40 -05:00
Adam
095a0e6257 config: add support for enum sets 2021-11-30 16:57:40 -05:00
Adam
c3880a8c74 ui: highlight selected cells correctly
Co-authored-by: Ron Young <admin@ryoung.io>
2021-11-30 16:57:40 -05:00
Daniel
c44f0a2892 hiscore panel: change top border size to 10
7426babd3f fixed the layout ignoring the
top margin by setting the preferred size of the search bar

Co-authored-by: Adam <Adam@sigterm.info>
2021-11-30 16:51:52 -05:00
Im2be
15dfc49d22 inv tags: add cox storage chest
Co-authored-by: Adam <Adam@sigterm.info>
2021-11-29 19:57:06 -05:00
Adam
dcf4528456 config panel: refactor input components creation into methods 2021-11-28 21:27:37 -05:00
Adam
ab471aa13a chat history: include clan system messages 2021-11-28 17:58:05 -05: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
Adam
79cf2cb271 Add gim clan chat types 2021-11-27 09:08:11 -05:00
Justin
9d67f7d344 Merge branch 'master' of https://www.github.com/runelite/runelite into 24112021 2021-11-24 22:47:50 +11:00
Max Weber
f90b364e81 chatchannel: remove target mode
this was added to vanilla with `/@c` & friends
2021-11-24 04:26:34 -07:00
RuneLite Cache-Code Autoupdater
084edbffb6 Update Scripts to 2021-11-24 2021-11-24 04:26:34 -07:00
Justin
41a5f5fbbc Merge branch 'master' of https://www.github.com/runelite/runelite into 23112021 2021-11-23 20:19:50 +11:00
Adam
8760471818 loot tracker: add mahogany homes supply crate
Co-authored-by: Kevin <kevin.weiyih@outlook.com>
2021-11-22 22:28:00 -05:00
Adam
c56c26ff48 barrows: fix vanilla overlay flashing with unlocked fps
The flashing is caused by the vanilla overlays being hidden by the
detached overlay after being drawn, and so the remaining frames before
the next tick would have them hidden. Just always hide the overlay in
BeforeRender so that they are never drawn when the plugin is on.

Also add a quick check if the barrows region is loaded before trying to
draw the barrows brothers minimap overlay.
2021-11-21 18:03:31 -05:00
Brad Rammel
73b81701f8 achievement diary: remove the queen of thieves quest requirement 2021-11-19 20:59:08 -05:00
Adam
e36e362aa1 chat commands: update duel arena messages 2021-11-18 17:23:06 -05:00
Adam
58bc37f051 screenshot: update duel arena messages 2021-11-18 17:23:06 -05:00
orange-puff
8dd847145c menu swapper: add teleports swap to teleport swap
This is for the max cape teleports option
2021-11-17 23:51:28 -05:00
Owain van Brakel
b9f7ed5078 Merge remote-tracking branch 'runelite/master' 2021-11-17 16:35:59 +01:00
Adam
60f920694e timestamp: immediately apply color config changes 2021-11-16 16:08:59 -05: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
Max Weber
081a30056c avoid boxing Comparator.comparings 2021-11-14 18:56:08 -05:00
Adam
13ecfc0a9e gpu: add sync mode config
This allows the additional OFF mode which has the client manage its own
frame rate target without the use of vsync. On lower end systems which
have a hard time delivering a frame in the vsync interval this can give
a noticible performance improvement since it doesn't stall the cpu
waiting for the next vblank when a frame is skipped
2021-11-14 17:33:01 -05:00
LlemonDuck
b6e0e01f7d special counter: ignore vet'ion hellhounds
Prevents spec counter resetting when attacking a skeleton hellhound spawned by Vet'ion. The hellhounds are spawned at 50% HP, and are required to kill to continue the fight, so the player will continue fighting Vet'ion after they are killed.

It's possible that a player may want to use a spec against the hellhounds, but I'm not aware of any reason for it.
2021-11-13 19:41:44 -08:00
Owain van Brakel
d204950c38 Merge remote-tracking branch 'runelite/master' 2021-11-13 18:58:27 +01:00
Adam
1362af414a chat filter: Ignore character accents for matching
This lets plain latin-character filters to match messages with accents
and diacritics which are not easily typed on all keyboard layouts.

Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com>
2021-11-13 10:15:42 -05:00
Owain van Brakel
afb19c0847 Merge remote-tracking branch 'runelite/master' 2021-11-12 23:13:01 +01:00
Adam
706b9bdba0 clues: remove unnecessary item array copy
The array returned by getItems() is always a new array and so does not require copying
2021-11-12 09:17:13 -05:00
Owain van Brakel
4c21c8e585 Merge remote-tracking branch 'runelite/master' 2021-11-12 07:39:46 +01:00
Hydrox6
32ff64b30c clues: make item requirements work with the runepouch 2021-11-11 21:03:52 -08:00
Hydrox6
e9a1326fd4 move runepouch rune enum to client/game 2021-11-11 20:48:07 -08:00
simeonlg
b6ce64d315 clues: Accept Tome of water when requiring water runes (#14361) 2021-11-11 18:41:43 +00:00
Owain van Brakel
2e14552e31 Merge remote-tracking branch 'runelite/master' 2021-11-11 16:51:56 +01:00
Adam
020d26ce7f Revert "crowdsourcing: Add varbit crowdsourcing (#13212)"
This reverts commit 685ec4524e.
2021-11-11 10:00:59 -05:00
andmcadams
685ec4524e crowdsourcing: Add varbit crowdsourcing (#13212) 2021-11-11 07:20:25 +00: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
Adam
f71397f3f1 banktags: remove extra space in chatbox prompt 2021-11-10 21:38:29 -05:00