Commit Graph

17076 Commits

Author SHA1 Message Date
Adam
9cd7060035 config service: avoid raising a json exception on non json input
The config service accepts in strings instead of json strings, however
this causes the normal control flow to throw a json parsing exception.
Since this happens so frequently it is using a measurable amount of CPU
time, so avoid it in the common case by testing if the string is json
first
2021-12-07 19:50:52 -05:00
OpenOSRS
7934bb3df0 gradle: Update gradle wrapper 2021-12-08 00:16:54 +00:00
Kyle
5d758a3394 Merge pull request #3083 from SRLJustin/upstream_0712
project: upstream
2021-12-07 11:04:00 +00:00
Justin
8d5c68eae7 Merge branch 'master' of https://github.com/runelite/runelite into upstream_0712 2021-12-07 12:19:59 +11:00
Adam
a05655f412 screenshot plugin: test screenshot filenames 2021-12-05 12:13:18 -05:00
Adam
9564e13d0f screenshot plugin: add combat achievements
Co-authored-by: Evan <55665020+EvanDeadlySins@users.noreply.github.com>
2021-12-05 12:06:28 -05:00
Adam
60c8377b2e screenshot plugin: reorder config 2021-12-05 12:06:21 -05:00
Justin
4bde320b31 configmanager: temp fix to prevent plugin-hub crashes 2021-12-05 12:19:11 +11:00
Justin
2f4c9eef34 project: bump 2021-12-05 11:17:56 +11:00
Justin
666119c565 configmanager: temp fix to stop plugin-hub plugins from crashing 2021-12-05 11:08:34 +11:00
Justin
51c0c28af1 Merge pull request #3081 from SRLJustin/overlay_revert
overlay: remove temp catch all
2021-12-04 10:48:00 +11:00
Justin
2f00fcc9e2 project: bump version 2021-12-04 10:41:17 +11:00
Justin
2cd23c5981 Revert "temporarily catch all errors in overlay rendering"
This reverts commit e1b35f7162.
2021-12-04 10:40:07 +11:00
Justin
d0391b4991 Merge pull request #3080 from SRLJustin/revert_config
oprs: revert configs pre-upstream
2021-12-02 17:37:15 +11:00
Justin
78bfbe5e5e configmanager: checkstyle 2021-12-02 17:30:49 +11:00
Justin
84d27b801c project: bump OPRS version 2021-12-02 17:15:54 +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
ThatGamerBlue
45216c2d66 Merge pull request #3079 from SRLJustin/config_class
ConfigManager: backwards compatible for some plugins
2021-12-02 02:26:44 +00: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
ThatGamerBlue
401acecf50 Merge pull request #3078 from SRLJustin/upstream-2122021
upstream: merge
2021-12-02 01:18:57 +00:00
Justin
7638720dbd ConfigPanel: add back in buttons 2021-12-02 10:31:55 +11:00
Justin
8cc6ea11a3 project: bump OPRS and match RL 2021-12-02 09:57:28 +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
Kyle
1260239871 Merge pull request #3074 from SRLJustin/hitcounter
readme: fixed hitcounter
2021-12-01 19:00:58 +00: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
Runelite auto updater
cf07c5d257 Bump for 1.8.6-SNAPSHOT 2021-12-01 12:37:15 +00:00
Runelite auto updater
0f3fcaac9a Release 1.8.5 2021-12-01 12:37:12 +00: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
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
Justin
edca7dd52b readme: fixed hitcounter 2021-11-28 12:37:07 +11:00
Adam
79cf2cb271 Add gim clan chat types 2021-11-27 09:08:11 -05:00
Kyle
bfd86d79df Merge pull request #3073 from SRLJustin/24112021
upstream: merge
2021-11-24 14:01:02 +00:00
Justin
b9143a6f9d Merge branch 'master' of https://www.github.com/runelite/runelite into 24112021
 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-client/pom.xml
	runelite-jshell/pom.xml
	runelite-script-assembler-plugin/pom.xml
2021-11-24 22:57:19 +11:00
Runelite auto updater
bfc04fe4a3 Bump for 1.8.5-SNAPSHOT 2021-11-24 11:55:57 +00:00
Runelite auto updater
6be35a6e9d Release 1.8.4 2021-11-24 11:55:54 +00: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