Commit Graph

18149 Commits

Author SHA1 Message Date
Justin
8363e822c8 project: bump 2021-12-10 09:09:39 +11:00
Pure
c494b157d1 WidgetID: fix grandexchange confirm button widget child id 2021-12-09 22:01:30 +00:00
Adam
409d0dda76 api: make MenuEntry an interface
This adds a new createMenuEntry api method to make MenuEntries instead.
Menu entries now have an associated callback called when they are
clicked on, avoiding most plugins from having to hook separately to
detect the menu click. Additionally get/set type has changed to take a
MenuAction.
2021-12-09 13:56:40 -05:00
Owain van Brakel
3eb2cf3ff3 Merge remote-tracking branch 'runelite/master' 2021-12-09 16:30:14 +01:00
Runelite auto updater
479de04b73 Bump for 1.8.7-SNAPSHOT 2021-12-09 14:34:23 +00:00
Runelite auto updater
c45d7d41d7 Release 1.8.6 2021-12-09 14:34:20 +00:00
Justin
2a75213297 Merge pull request #3084 from JumpIfZero/rev-202
client: revvy boi 202
2021-12-10 00:28:11 +11:00
JumpIfZero
9f716fea3a client: revvy boi 202 2021-12-09 15:21:52 +02: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
RuneLite Cache-Code Autoupdater
92f09f629c Update Widget IDs to 2021-12-9 2021-12-09 04:53:00 -07:00
Runelite auto updater
f5e16493b2 Update 202 2021-12-09 11:34:12 +00:00
Justin
595f65c7b7 worldhopper: allow selecting multiple region filters 2021-12-09 10:24:33 +11:00
Justin
1151749447 configpanel: checkstyle + togglebutton for boolean 2021-12-09 09:42:03 +11:00
Justin
2fd6ec9d8c configs: reimplement rework 2021-12-09 09:11:59 +11:00
Justin
f97aaf3a5b Merge branch 'master' of https://github.com/SRLJustin/runelite 2021-12-09 08:38:52 +11:00
Adam
5156be0371 tile indicators: add config sections 2021-12-08 12:43:56 -05:00
Josh J
ad6eb4652f tile indicators: add fill color config
Co-authored-by: Adam <Adam@sigterm.info>
2021-12-08 12:43:56 -05:00
Paul Norton
be79cbea82 spec counter: add sire spawns and scions to ignore list 2021-12-08 10:48:18 -05:00
Krazune
517dc2b504 timers: add dodgy necklace protection to pickpocket stun timer 2021-12-08 10:18:21 -05:00
Justin
2b92ebd5f9 Merge branch 'master' of https://github.com/runelite/runelite
 Conflicts:
	http-service/src/main/java/net/runelite/http/service/config/ConfigService.java
	http-service/src/main/java/net/runelite/http/service/loottracker/LootTrackerService.java
	http-service/src/test/java/net/runelite/http/service/config/ConfigServiceTest.java
2021-12-08 14:31:13 +11:00
Adam
a54b3d149f loot tracker: aggregate kills prior to inserting
In most cases this saves a number of queries since the loot tracker data
is submitted in 5 minute batches
2021-12-07 19:52:09 -05:00
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