Adam
0bf7f33ee0
devtools: assign unique names to debug infoboxes
2020-12-12 21:03:06 -05:00
Adam
eaa16429e5
widget overlay: use the in-game configured position for the xptracker widget
2020-12-12 21:01:43 -05:00
Hydrox6
fa0c5066d3
WidgetOverlay: Make Multicombat Indicator moveable
2020-12-12 16:05:51 -05:00
Paveldin
f9594e5295
fishing: Add crystal and trailblazer harpoon to fishing tool list ( #12829 )
2020-12-12 19:52:17 +01:00
Broooklyn
aa81261e5d
discord: add a few missing regions
2020-12-12 19:49:15 +01:00
Adam
c2d5165709
twitch: fix npe closing client if no socket has been created
...
If the client is closed prior to the socket being created, or if socket creation fails, this will repeatedly throw out of close() in connect() and is never able to reestablish a connection
2020-12-09 20:13:02 -05:00
Adam
807a22172f
barrows: fix reward potential color overlay
...
The reward text color is meant to show what is the optimal reward percent
for money, assuming that blood runes are best, and death runes are
second best. The percentage thresholds however were incorrect.
2020-12-09 20:00:29 -05:00
Adam
b9b87d10a4
music: update for volume api changes
2020-12-09 04:44:57 -07:00
Adam
45ae2fa3f6
metronome: update for volume api changes
2020-12-09 04:44:57 -07:00
RuneLite Cache-Code Autoupdater
b68acebb52
Update Object IDs to 2020-12-9
2020-12-09 04:44:56 -07:00
Max Weber
5c75762f83
camera: add slider tooltip to main settings window
...
this replaces the overlay with onMouseRepeatListeners
2020-12-08 16:16:29 -05:00
Adam
f67eed0f96
chatcommands: always apply pb from raids
...
This logic was from prior to cox having a pb message, and so it had to compare
the known pb with the current raid duration. Now that all raids have a pb
message, it is no longer necessary to do this. This fixes pb times syncing up
in the main game correctly that were overwritten by leagues.
2020-12-07 23:34:02 -05:00
Adam
3911a2c79c
Merge pull request #12889 from abextm/music-sliders-2000-external
...
music: re-add slider granularity
2020-12-07 16:06:06 -05:00
Max Weber
1076272d8d
music: re-add slider granularity
...
removed in e60c25be99
2020-12-07 03:23:04 -07:00
Max Weber
b5b9da1a41
runelite-api: rename Options group to SettingsSide
2020-12-07 03:23:03 -07:00
Max Weber
07819bd9a4
rl-api, rl-client: add Client::getWidget(I)
2020-12-07 03:23:03 -07:00
Max Weber
7840bb2b18
devtools: add dragParent to widget inspector
2020-12-07 03:23:02 -07:00
Adam
3bad0b726b
ba plugin: cleanup and remove unused code
2020-12-06 15:45:35 -05:00
Adam
3771444b7f
chat commands: fix detecting pb when completing leagues tasks
...
The league task message is in between the kc and pb messages, so just look for the pb message on the same tick as the kc message
2020-12-04 15:50:21 -05:00
Adam
f5a76e9961
clientui: fix double requestFocusInWindow() when showing frame
...
requestFocus() always calls giveClientFocus() in addition to requesting
focus, so it is not necessary to call giveClientFocus() separately on
startup.
2020-12-03 15:50:56 -05:00
Adam
16149cdcae
config manager: manually parse config keys
...
The regex used took too long to complete with large inputs that can
appear when the user has a corrupted config.
2020-12-02 19:26:13 -05:00
Max Weber
e60c25be99
music: remove volume slider granularity
...
this interface was entirely rewritten
2020-12-02 04:54:56 -07:00
Adam
a4daa407a1
timers: fix abyssal sire stun timer
...
At some point this changed to no longer animate once the sire changed to
the stunned type. This changes the timer to just use the npc changed
event, which should work more reliably.
2020-12-01 18:13:44 -05:00
Adam
764dce1dfc
timers: fix tzhaar timer tracking when disabled mid inferno
...
This moves all of the timer tracking logic outside of the check for if
the timer is on, and now also allows toggling the timer on and off when
in the caves.
2020-12-01 11:29:05 -05:00
Adam
68dfa21482
timers: ignore config changed events for other config groups
...
Also make a local variable for message in the chat message handler
2020-12-01 10:49:32 -05:00
Adam
38c9e084ed
Use raw varp array for get/set value in devtools
...
It was decided the current indirection isn't necessary
2020-11-30 21:19:57 -05:00
Adam
97f4ebf985
devtools: queue changed varps in setvarb and setvarp
2020-11-30 21:19:56 -05:00
Adam
912847c1fd
worldmap: add Getting Ahead quest start location
...
Co-authored-by: jsambon <jean-francois.sambon@student.uclouvain.be >
2020-11-30 19:19:47 -05:00
Hydrox6
8868d71c10
grounditems: add numerical despawn timers
2020-11-29 18:17:52 -05:00
Adam
a658d94db0
notifier: move osx terminal-notifier test to executor
...
Additionally set a timeout on the process
2020-11-28 14:54:26 -05:00
Adam
e9acabf549
dps counter: add option to only count boss damage
2020-11-28 14:32:09 -05:00
Adam
d8e97dd1f7
dps counter: add option to reset when boss dies
2020-11-28 13:47:00 -05:00
skyblownet
b59f099c00
slayer plugin: add Battlefront to task locations
2020-11-27 15:39:09 -05:00
Hydrox6
374cf05c6d
timetracking: add support for botanist relic
2020-11-27 15:38:16 -05:00
Adam
23b7a65c29
chatfilter: fix filtering self and clan messages with chat icons
...
This was incorrectly filtering self/clan messages from players with chat
icons due to not stripping the icon tag before matching the player name.
2020-11-27 15:32:51 -05:00
logarithm
ba25de4bd1
skybox: add custom sky color options
...
Co-authored-by: Adam <Adam@sigterm.info >
2020-11-27 15:32:15 -05:00
Max Weber
58136ff07b
runelite-client: build on java 8 again
...
in java >=9 the type rules for <? extends ?> have changed from <Object>
to <?> so this compiled correctly, where on java 8 it is invalid
2020-11-27 04:37:15 -07:00
Adam
f6a5463a57
Merge pull request #12834 from abextm/rsprofile-external
...
Per RuneScape-Profile configuration
2020-11-27 00:00:54 -05:00
SirGirion
80b086a975
itemcharges: add cox potions to show item doses
2020-11-26 11:27:30 -05:00
Max Weber
e769ee0a7b
http-api, http-service, rl-client: bulk upload configuration changes
2020-11-25 22:29:35 -07:00
Max Weber
4309dcd53e
ConfigManager: immediately send config after importing local
2020-11-25 22:29:35 -07:00
Max Weber
f078717822
runelite-client: add rsprofile support
2020-11-25 22:29:35 -07:00
dekvall
2357fa27d7
plugin-panel: stick plugin hub button to bottom of plugin list
2020-11-25 15:22:59 -05:00
Adam
e5b5292267
objectindicators: fix not marking objects when loaded on other planes
...
fromLocalInstance() was returning a world point using the clients plane,
however the object may not be on that, causing the plane check in
checkObjectPoints() to fail.
2020-11-22 18:35:05 -05:00
Adam
1f3634d429
Fix incorrectly marking Al Kharid west shortcut window
...
The west window has the same id as the east window, causing both to be marked by the agility plugin. This adds a matches() method to AgilityShortcut to allow the plugin to test specifically which window matches the shortcut.
2020-11-22 15:45:39 -05:00
trimbe
87f5e98a08
bank plugin: add ctrl+f hotkey to initiate bank search
...
Co-authored-by: melkypie <5113962+melkypie@users.noreply.github.com >
Co-authored-by: Adam <Adam@sigterm.info >
2020-11-22 12:31:32 -05:00
Adam
514995d140
banktags: use script event for detecting bank search
...
The bank plugin is being changed to manually initiate bank searches,
by invoking the script, and the bank tabs plugin needs to be able to
detect this search too.
2020-11-22 12:31:32 -05:00
Adam
6552355fd7
Move BankSearch to bank plugin
...
It contains no bank tab specific code and is used by both the bank and banktags plugins
2020-11-22 12:31:32 -05:00
Plondrein
2778dc69b4
menu swapper: Add NPC Deposit-Items swap
2020-11-21 11:13:33 -05:00
Minhs2
fa79a51bca
slayer: add various monsters as alternatives to tasks
2020-11-21 10:49:55 -05:00