Commit Graph
11236 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
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
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
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
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
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
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
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
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
AdamandRon Young c3880a8c74 ui: highlight selected cells correctly
Co-authored-by: Ron Young <admin@ryoung.io>
2021-11-30 16:57:40 -05:00
DanielandAdam 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
Im2beandAdam 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
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
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
RuneLite Cache-Code Autoupdater 0b4976b87b Update Widget IDs to 2021-11-24 2021-11-24 04:23:25 -07:00
RuneLite Cache-Code Autoupdater 589a7a9452 Update Object IDs to 2021-11-24 2021-11-24 04:23:24 -07:00
RuneLite Cache-Code Autoupdater 22f0369bca Update Item IDs to 2021-11-24 2021-11-24 04:23:24 -07:00
Adam dc49bfa43d logback: use SizeAndTimeBasedRollingPolicy
SizeAndTimeBasedFNATP is deprecated and causes a warning to be logged at startup
2021-11-23 11:21:50 -05:00
AdamandKevin 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