Commit Graph
17110 Commits
Author SHA1 Message Date
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
Ron Young a0c14cf06a api: MenuEntry::setDeprioritized return self 2021-12-11 18:06:45 -05:00
Adam 1d5c63bfac rl-client: build test jar 2021-12-11 15:10:23 -05:00
Adam 4fe37f978c friendslist: add option to hide per-friend login notifications 2021-12-10 15:06:55 -05:00
Adam a585253d36 chatfilter: add clan message types 2021-12-10 12:32:03 -05:00
Freeburn113 3ad7fc1aad woodcutting: update respawn times from wiki 2021-12-09 23:39:04 -05:00
Justin e974585ce8 Merge pull request #3087 from SRLJustin/metrono
client: fixed sound export
2021-12-10 12:49:27 +11:00
Justin 74c34114ef client: fixed sound export 2021-12-10 12:40:59 +11:00
Justin 57417faf36 Merge remote-tracking branch 'origin/master' 2021-12-10 10:44:34 +11:00
Owain van Brakel 00bd7b2498 Merge pull request #3070 from open-osrs/GRADLE-WRAPPER-UPDATE 2021-12-10 00:20:10 +01:00
Justin 8173a18d24 Merge pull request #3086 from pure-sb/features/fix-ge-confirm-button
WidgetID: fix grandexchange confirm button widget child id
2021-12-10 09:18:04 +11:00
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 JandAdam 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
AdamandEvan 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