Commit Graph
11854 Commits
Author SHA1 Message Date
ST0NEWALL 792dcbf200 runelite-api: add tab interface hotkey varbits (#2052)
runelite-api: add tab interface hotkey varbits
2019-11-18 18:32:29 -05:00
Thomas Cylke 3e790e66c2 Varbits for which keys are assigned to tabs in game. Useful for potential future plugins (definitely not for externals :^) ) 2019-11-18 18:12:29 -05:00
Ganom f0ce34a943 widgetapi: add back spell widget info (#2051) 2019-11-17 23:17:50 -05:00
Owain van Brakel 69bedbaede Update Dependencies.kt 2019-11-18 02:11:26 +01:00
Owain van Brakel 2951af3b3b Client: Update NPC stats (#2050)
Client: Update NPC stats
2019-11-18 01:48:27 +01:00
14bfd642ce project: Merge upstream (#2049)
project: Merge upstream

Co-authored-by: null <dkvldev@gmail.com>
Co-authored-by: Adam <Adam@sigterm.info>
Co-authored-by: Abex <mii7303@gmail.com>
Co-authored-by: Tomas Slusny <slusnucky@gmail.com>
Co-authored-by: winterdaze <35933468+winterdaze@users.noreply.github.com>
Co-authored-by: null <55587410+emiljensen2@users.noreply.github.com>
Co-authored-by: Seth <sethtroll3@gmail.com>
Co-authored-by: Runelite auto updater <runelite@runelite.net>
2019-11-18 01:48:06 +01:00
Owain van Brakel 0f9d3c7718 Merge remote-tracking branch 'runelite/master' 2019-11-18 01:47:30 +01:00
OpenOSRS 4d940f8b72 Client: Update NPC stats 2019-11-18 00:42:43 +00:00
Ganom 03a88f6c27 Merge pull request #2038 from Owain94/1411-merge
project: Merge upstream
2019-11-17 01:18:33 -05: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
Lucwousin 10f7a582f0 Merge pull request #2044 from Lucwousin/consider-your-style-checked
project: Update checkstyle rules
2019-11-16 15:51:07 +01:00
Lucwousin b7bd7c5a08 {} where allowed 2019-11-16 04:51:03 +01:00
Lucwousin 55b0845a18 Optimize imports 2019-11-16 04:51:03 +01:00
Lucwousin 7900089eda Update checkstyle
allow {} on classes and anonymous classes

check empty lines in imports
2019-11-16 04:51:02 +01: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
Owain van Brakel 07fa478e67 Merge remote-tracking branch 'runelite/master' 2019-11-15 10:09:35 +01:00
Owain van Brakel 0e4cf964eb Update build.gradle.kts 2019-11-15 09:55:45 +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
Owain van Brakel 6572a49c68 Update Dependencies.kt 2019-11-14 16:29:28 +01:00
Owain van Brakel 83d31779ae client: revert raid changes for now (#2037)
client: revert raid changes for now
2019-11-14 16:21:14 +01:00
Owain van Brakel 1d9a3e2f2e client: revert raid changes for now 2019-11-14 16:12:16 +01:00
Owain van Brakel 6f1a7cfa22 gradle: Make injecting run parallel (#2036)
gradle: Make injecting run parallel
2019-11-14 15:53:47 +01:00
Lucwousin 25d3211d62 parallellerize injected-client more 2019-11-14 14:59:23 +01:00
Lucwousin 7fc4ffb4fb Versions bump 2019-11-14 14:06:42 +01:00
Lucwousin 10dbc5e6bc update spellbook script 2019-11-14 14:02:42 +01:00
Runelite auto updater 11e83ac02b Bump for 1.5.41-SNAPSHOT 2019-11-14 11:35:38 +00:00
Runelite auto updater 1d3752cfe8 Release 1.5.40 2019-11-14 11:35:31 +00:00
Lucwousin 2140672de5 fix widgetids 2019-11-14 12:34:06 +01:00
Lucwousin 6e2733169e Merge pull request #2035 from Lucwousin/14-11-2019-osrs-update
14 11 2019 osrs update
2019-11-14 12:18:36 +01:00
RuneLite Cache-Code Autoupdater 7904eb52d9 Update Widget IDs to 2019-11-14-rev182
Lost widget 629.3
2019-11-14 12:08:59 +01:00
RuneLite Cache-Code Autoupdater 412b5eec66 Update Scripts to 2019-11-14-rev182 2019-11-14 12:07:54 +01:00