Commit Graph

8366 Commits

Author SHA1 Message Date
Runelite auto updater
f0439e1da5 Update 186 2019-11-28 12:44:51 +00: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
Austin Lee
d936a23894 Add support for rune pouch (l) to rune pouch overlay (#10331) 2019-11-27 08:58:10 +01: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
Tomas Slusny
50cd47f381 Merge pull request #10328 from chestnut1693/typo
loottracker plugin: fix typo
2019-11-26 14:39:13 +01:00
chestnut1693
6dc9d9dc88 loottracker plugin: fix typo 2019-11-26 13:48:16 +01:00
Adam
5f18b32976 npc highlight: skip noninteractiable npcs 2019-11-25 14:45:44 -05:00
Adam
3ad56130e5 api: add npc composition isInteractible 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
c117bc9bd5 chat controller: limit layouts to 16 rooms 2019-11-25 13:07:22 -05:00
Adam
2884e37927 hostsupplier: only supply regular f2p or p2p worlds 2019-11-25 09:47:05 -05:00
Adam
b273e9f464 client: use mock webserver for client config loader test 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
Austin Lee
e724f9a419 Add Bird Houses to crafting skill calculator (#10306) 2019-11-23 12:02:42 +01:00
Abex
e777e13add Merge pull request #10311 from abextm/cache-code-2019-11-21-rev182
Cache code 2019 11 21 rev182
2019-11-22 16:43:57 -07: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
Adam
6a209b860c api: refactor to use NameableContainer
This uses a nameable container for the friends and ignore lists, and
provides the clan manager which inherits from it
2019-11-22 09:25:22 -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
Adam
ff6658f0e9 api: use region size constant in getRegionOffset 2019-11-21 17:21:26 -05:00
15987632
5a1883d9d7 entity hider plugin: add support for hiding pets 2019-11-21 09:51:15 -05:00
RuneLite Cache-Code Autoupdater
6ddab7029b Update Item variations to 2019-11-21-rev182 2019-11-21 11:32:50 +00:00
RuneLite Cache-Code Autoupdater
546e6abce8 Update Item IDs to 2019-11-21-rev182 2019-11-21 11:32:49 +00: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
Runelite auto updater
581d27b608 Bump for 1.5.42-SNAPSHOT 2019-11-17 02:09:15 +00:00
Runelite auto updater
bfe5873b39 Release 1.5.41 2019-11-17 02:09:08 +00: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
Adam
39e40b655c xptracker: add league world type
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:29:31 -05:00
Adam
db17dd213c opponent info: add league hiscore endpoint
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:29:28 -05:00