Commit Graph
8355 Commits
Author SHA1 Message Date
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
AdamandAlexsuperfly 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
AdamandDavid 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
AdamandHydrox6 39e40b655c xptracker: add league world type
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:29:31 -05:00
AdamandHydrox6 db17dd213c opponent info: add league hiscore endpoint
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:29:28 -05:00
AdamandHydrox6 ef15e79885 screenshot plugin: add League folder
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:29:25 -05:00
AdamandHydrox6 0c7f6fda9c world hopper: assign leagues world color
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:29:22 -05:00
AdamandHydrox6 2e024cc688 hiscore plugin: add leagues
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:29:19 -05:00
AdamandHydrox6 7463d2de1a api: add league world type
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:29:15 -05:00
AdamandHydrox6 fab50b1725 http api: update hiscore for leagues
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:29:12 -05:00
AdamandHydrox6 bcf89dce92 Remove DEADMAN_TOURNAMENT world type
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:29:09 -05:00
AdamandHydrox6 71d2e74732 Remove SEASONAL_DEADMAN world type
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-11-15 10:28:59 -05:00
winterdaze f837197823 Shorten NMZ overlay text to prevent overlapping (#10241) 2019-11-15 10:33:23 +01:00
Tomas Slusny f7d441fc1d Merge pull request #10255 from dekvall/attack-style-change-test
attack styles: add test for swap between bludgeon and bow
2019-11-15 10:32:30 +01:00
Max Weber a60d0f1a21 runelite-client: Use archive-patcher for the client-patch
archive-patcher is faster and produces a smaller patch than the
previous bsdiff solution. this also introduces vanilla and patched
client caching, which significantly boosts startup time.
2019-11-14 18:13:20 -05:00
Adam 11e1753240 raid plugin: fix layout command room order 2019-11-14 15:39:17 -05:00