Adam
8eb1818846
object indicators: fix checkObjectPoints to check plane
2019-12-04 10:36:50 -05:00
Tomas Slusny
f4ede95e86
Merge pull request #10321 from ShaunDreclin/arceuus-help-swap
...
Menu Entry Swapper: Add 'help' swap to Arceuus library customers
2019-12-04 14:27:25 +01:00
Adam
883fd21cfd
object indicators: fix unmarking objects matched by name
2019-12-03 08:46:29 -05:00
Adam
d6198ff311
camera plugin: add option to rotate camera with right click
...
The camera rotation only takes effect when there are no menu entries.
This also adds an option to make the middle button then open the menu.
Co-authored-by: Wynadorn <Wynadorn@users.noreply.github.com >
2019-12-03 08:45:33 -05:00
Adam
22b8c77fca
client: rename zoom plugin to camera plugin
2019-12-03 08:45:33 -05:00
KC Sparks
d2ef3b16dc
menu entry swapper: add captain khaled talk-to/task swap
2019-12-01 20:26:40 -05:00
Thomas
327e3b1770
league chat icons: fix plugin name
2019-12-01 17:55:12 -05:00
Thomas
9a2872eacf
chat message manager: deprioritize chat message hook
...
This applies color after all plugins are done processing the event, which fixes the league chaticons plugin stripping color tags when trying to strip the ironman symbol
2019-12-01 17:51:36 -05:00
JZomerlei
192fe54b7a
chatcommands: Make chat clearing keybinds configurable ( #10308 )
...
Closes #6929
2019-12-01 21:35:17 +01:00
Adam
0d27667720
woodcutting plugin: disable by default
2019-11-28 09:15:21 -05:00
Adam
665b021c85
client: fix world hopper not populating worlds on startup and when refreshed
2019-11-28 09:00:56 -05:00
Adam
b9de8aeb7d
add leagues chat icon plugin
...
Co-authored-by: hsamoht <6449361+hsamoht@users.noreply.github.com >
2019-11-27 22:17:43 -05:00
Adam
5407e162a3
client: add world service to manage world fetching
2019-11-27 22:17:43 -05:00
Adam
93b042a5d0
keyremapping: only update chatbox input and not player name
2019-11-27 22:17:43 -05:00
Hydrox6
de496e2d78
kourendlibrary: fix prediction not resetting when layout changes
2019-11-27 14:27:47 +00:00
Hydrox6
018a2365f8
kourendlibrary: replace final static with static final
2019-11-27 14:27:40 +00:00
Austin Lee
d936a23894
Add support for rune pouch (l) to rune pouch overlay ( #10331 )
2019-11-27 08:58:10 +01:00
Max Weber
238471979c
runelite-client: Add custom notification sounds
2019-11-27 00:13:42 -05:00
Adam
1d344df411
npc highlight: fix npc interactible check
...
isVisible is actually the draw priority and is not what we want here
2019-11-26 10:13:11 -05:00
chestnut1693
6dc9d9dc88
loottracker plugin: fix typo
2019-11-26 13:48:16 +01:00
Shaun Dreclin
388acc4710
menu entry swapper: Add 'help' swap to Arceuus library customers
2019-11-25 21:53:34 -05:00
Adam
5f18b32976
npc highlight: skip noninteractiable npcs
2019-11-25 14:45:44 -05:00
Adam
6d6647a43f
raids plugin: limit layout message to 300 characters
2019-11-25 13:11:09 -05:00
Adam
2884e37927
hostsupplier: only supply regular f2p or p2p worlds
2019-11-25 09:47:05 -05:00
Adam
6f5a719cfb
world client: always return non null or throw an error
2019-11-25 09:47:05 -05:00
Adam
643a77ad26
client: add backup jav_config support
2019-11-25 09:47:05 -05:00
Tomas Slusny
1a6c99d49d
Merge pull request #10246 from dekvall/facepalm-emoji
...
emojis: add facepalm emoji
2019-11-23 12:05:23 +01:00
Adam
ed8c975d45
Merge pull request #10112 from abextm/java14-methodhandles
...
runelite-client: use privateLookupIn for invokespecialing defaults
2019-11-22 13:15:55 -05:00
Jay
37bf35087d
music plugin: reclassify teleport sfx as other players' area effects instead of environmental area effects
2019-11-22 10:07:22 -05:00
Adam
9e6eb370b4
clan manager: use clanmember manager find to lookup rank
2019-11-22 09:25:24 -05:00
Adam
0b90fcde22
client: refactor for nameable api changes
2019-11-22 09:25:23 -05:00
Tomas Slusny
cc2a0c8843
Merge pull request #10298 from Hydrox6/inventory-grid-preview-quantity
...
inventory grid: use correct item quantities for drag previews
2019-11-22 12:11:04 +01:00
Adam
2c5f52e57c
object markers: fix removing markers from multilocs
...
multilocs whose name changed would not be matched if unmarked after the
name change due to the name mismatch, use object id instead.
2019-11-21 17:22:52 -05:00
Adam
8528ba72c6
object indicators: use WorldPoint getRegionX/Y
2019-11-21 17:22:41 -05:00
15987632
5a1883d9d7
entity hider plugin: add support for hiding pets
2019-11-21 09:51:15 -05:00
seth
1078fab4db
Add kourend home teleport to timers plugin
2019-11-20 19:51:16 -05:00
Adam
0e920bdd98
raids plugin: fix matching rotation whitelist
...
Spaces were not being removed from the config values causing the
whitelist contains check to fail.
Additionally, change the format of the raids whitelist to be newline
separated CSV which is not interpreted by GSON as valid JSON, fixing the
config service from serializing the whitelist rotation which is adding
erroneous quotes around the room names.
This also refactors the rotation whitelist display to be a simple yes/no
instead of this unused match count logic.
Co-authored-by: Alexsuperfly <alexcsumner@gmail.com >
2019-11-20 19:38:23 -05:00
seth
ebdd3c7fce
chathistory: update welcome message matching to include leagues
2019-11-20 14:16:03 -05:00
Adam
5057e48d10
api: add welcome chat message type
...
Update chat history plugin to check the message type of the welcome
message.
2019-11-20 12:04:25 -05:00
HSJ-OSRS
b565f29049
screenshot plugin: add friend/clan member death screenshotting
2019-11-20 11:35:21 -05:00
Hydrox6
408d567fcf
inventory grid: use correct item quantities for drag previews
2019-11-19 21:47:43 +00:00
Adam
3fd8fb79aa
woodcutting plugin: add respawn timer
...
Co-authored-by: David <Davidlomath@hotmail.co.uk >
2019-11-18 08:40:53 -05:00
al3x-huang
b319012cbb
fpsplugin: Add multiple FPS targets for multiple modes ( #10239 )
...
Players can now set a global FPS target as well as one for when the
window is unfocused
2019-11-18 11:41:26 +01:00
Max Weber
f98ce49260
ClientLoader: Don't force the bootstrap classloader
2019-11-16 19:32:08 -07:00
Seth
a8bebe907c
regen meter: add support for endless endurance relic
...
Fixes #10267
2019-11-16 20:39:25 -05:00
Seth
a71b728455
death indicator: add Kourend respawn region
2019-11-16 20:18:41 -05:00
Adam
1fd7ea1f92
clue plugin: add support for league hotcold clues
2019-11-16 14:56:49 -05:00
Adam
7052977448
rotation solver: fix to use modulus instead of remainder operator
2019-11-16 12:46:42 -05:00
emiljensen2
99fd6278e6
notifier: require client to be focused to cancel notifications
2019-11-15 22:16:45 -05:00
Adam
d76a2670de
chat commands: add support for league hiscores
2019-11-15 10:29:34 -05:00