Commit Graph
11275 Commits
Author SHA1 Message Date
JumpIfZero 8389cb8e74 Merge remote-tracking branch 'rl-upstream/master' into rl-upstream-1812 2021-12-18 00:38:09 +02:00
Viktor Horsmanheimo 4348a622bf notifier: add timeout option for Linux
Now allows to change the time a notification is shown, or if the
option is set to 0 it should use the system configuration.

Should be noted that Ubuntu and CentOS ignores these options, see
``man notify-send`` for more info.
2021-12-17 16:43:02 -05:00
Owain van Brakel 1e9dbf9a3c Merge remote-tracking branch 'runelite/master' 2021-12-17 14:14:24 +01:00
Adam e458507953 ground items: fix collapsing item examine 2021-12-16 18:03:03 -05:00
Adam d730046cdc ge: fix showing active trade price on buy offers
The previously added script event was only for sell offers. Also remove buy limit from sell offers since it is not applicable.
2021-12-16 18:03:03 -05:00
Owain van Brakel 939a3bac5e project: Actually save slider values 2021-12-16 18:39:18 +01:00
Owain van Brakel ef43513502 project: People want their buttons back apparently... 2021-12-16 18:25:57 +01:00
Owain van Brakel 3d2f6cf54a Merge remote-tracking branch 'runelite/master' 2021-12-16 13:04:56 +01:00
Owain van Brakel df5e3e2334 project: Add a bit of backward compatibility to the reworked menus 2021-12-16 10:19:51 +01:00
Owain van Brakel a42c845ad3 project: Implement the new menu entry handling 2021-12-16 09:45:44 +01:00
Max Weber a79b73c9b0 rl-client: add timestamp script 2021-12-15 18:54:03 -07:00
RuneLite Cache-Code Autoupdater f0ac473ba6 Update Item variations to 2021-12-16 2021-12-15 18:12:31 -07:00
RuneLite Cache-Code Autoupdater ddd74ab313 Update Scripts to 2021-12-16 2021-12-15 18:12:31 -07:00
Owain van Brakel 7ef3e6b980 project: Make Rl their config sets a lot less ugly and more user friendly 2021-12-15 21:27:20 +01:00
Owain van Brakel dfc6c0c259 project: Add back missing config features 2021-12-15 20:37:27 +01:00
Owain van Brakel d3888193aa Merge remote-tracking branch 'justin/config_rework' 2021-12-15 17:17:08 +01:00
Owain van Brakel 8b80c0b71f Merge remote-tracking branch 'runelite/master' 2021-12-15 05:49:19 +01:00
Owain van Brakel 62a5942180 Merge remote-tracking branch 'runelite/master' 2021-12-15 05:39:29 +01:00
Adam b3c4465e73 Move hiscore client to rl-client
Thie removes the http-service hiscore api, which we haven't used in
awhile and doesn't work in practice due to upstream rate limits, as well
as the xp tracker which also hasn't been used in a long time since there
are now multiple quality community run xptrackers.
2021-12-14 20:24:22 -05:00
Adam e04a6becd2 grandexchange: remove osb ge client 2021-12-14 18:48:37 -05:00
Zach 9e7f7d97ef widget item overlay: add group storage to showOnBank 2021-12-14 14:18:07 -05:00
Adam 1892adf6ca hiscore: add nex 2021-12-13 19:20:01 -05:00
Logan 9e06f8d5c2 emoji: add rocketship emoji 2021-12-13 19:06:58 -05:00
Alan BaumgartnerandAdam be56010800 party: add option to join previous party and join party by id
Co-authored-by: Adam <Adam@sigterm.info>
2021-12-13 18:58:25 -05:00
AdamandDasgust 62bb21a516 chatchannels: display online member count
Co-authored-by: Dasgust <dasgust@gmail.com>
2021-12-13 17:49:36 -05:00
Adam 36e670112e widget inspector: add listeners 2021-12-13 17:37:38 -05:00
Wayne Li 0c76977381 hiscores: fix npe 2021-12-12 20:26:49 -05:00
Adam 51cab2a3d8 nmz: fix point overlay flickering with unlocked fps 2021-12-12 13:17:04 -05:00
Adam a3ed6c089f gpu: add model hsl override support 2021-12-12 11:32:12 -05:00
Max Weber 24d0127e3d rl-api: use less confusing names for model indices 2021-12-12 10:37:27 -05:00
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 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
Owain van Brakel 3eb2cf3ff3 Merge remote-tracking branch 'runelite/master' 2021-12-09 16:30:14 +01: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
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
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
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