Commit Graph
5792 Commits
Author SHA1 Message Date
Tomas Slusny 0c3577b914 Merge pull request #6296 from WooxSolo/fix-hovered-tile
Improve hovered tile accuracy
2018-11-03 10:47:33 +01:00
Tomas Slusny 5df481361d Merge pull request #6295 from devLotto/issue-6294
stretchedmode: fix size not being reset on plugin disable
2018-11-03 10:34:14 +01:00
Tomas Slusny 9733482a31 Merge pull request #6298 from raiyni/tags-startswith
Bank tags: tag search should be startsWith not contains
2018-11-02 18:32:26 +01:00
Ron Young 39c0923a2c tag search should be startsWith not contains 2018-11-01 12:53:12 -05:00
WooxSolo 0ef87bfb23 Improve hovered tile accuracy 2018-11-01 18:35:37 +01:00
Lotto 7474d72b13 stretchedmode: fix size not being reset on plugin disable 2018-11-01 17:58:21 +01:00
Runelite auto updater 8b4b4c3ba1 [maven-release-plugin] prepare for next development iteration 2018-11-01 16:12:17 +00:00
Runelite auto updater 7f3f912629 [maven-release-plugin] prepare release runelite-parent-1.4.24 2018-11-01 16:12:08 +00:00
Tomas Slusny 85965958c3 Merge pull request #6275 from deathbeam/event-bus-fixes
Fix event bus subscriber naming and recursion
2018-11-01 11:25:16 +01:00
Adam aabc263164 Merge pull request #6281 from MagicfTail/Fix-api-really
Fix hiscore api after jagex reordered it, and reorder lists after update
2018-10-31 21:47:26 -04:00
Adam e1dac1f2e7 http-api: lombok HiscoreResult 2018-10-31 19:10:19 -04:00
Magic fTail 803a019a27 http api/service: update Jagex hiscore API 2018-10-31 19:10:19 -04:00
Max Weber c144bb1f20 runelite-client: Don't recurse from editing an item composition 2018-10-31 23:37:29 +01:00
Tomas Slusny df83351956 Correct event subscriber methods naming
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-31 23:37:28 +01:00
Adam 673a2902e7 Merge pull request #6119 from devLotto/resizablescaling
Stretched Resizable Mode
2018-10-31 18:34:27 -04:00
Adam 97849ee1c2 Remove model viewer
It was subtree split to https://github.com/runelite/modelviewer
2018-10-31 17:55:42 -04:00
Lotto e7aea257e3 stretchedfixedmode: rename plugin to 'stretched mode' 2018-10-31 20:21:19 +01:00
Lotto 7cf3e3401a stretchedfixedmode: add resizable interface scaling 2018-10-31 20:21:07 +01:00
Tomas Slusny 2496e9e2a7 Merge pull request #6252 from deathbeam/shift-click-charges
Add support for configuring shift-click for variation items
2018-10-31 12:20:54 +01:00
Tomas Slusny e9bad727eb Add support for configuring shift-click for variation items
Depends on #5972
Closes #2034

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-31 11:56:01 +01:00
Tomas Slusny 56b38d2b5b Merge pull request #5972 from raiyni/tag-charges
Bank tags: tag charge/degradable items
2018-10-31 11:54:51 +01:00
Ron Young 8dea5bc486 Add ability to set/read tags on varations of items
Add ability to tag all variations of item in bank tags when holding
shift.

Closes #3767

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-31 10:36:37 +01:00
Ron Young 7d4fa67af6 Add ItemVariationMapping enum and test
Add mapping for item variations to base items and test for it.
2018-10-31 10:36:29 +01:00
Hydrox6 0432ce4ca9 Merge multiple varbitChanged events in AttackStyles to one (#6258)
There's no good reason for this plugin to have 3 separate events for a Varbit changing.
2018-10-30 17:31:47 +01:00
Tomas Slusny efe25c54cd Merge pull request #6246 from deathbeam/notifier-chatmessage-manager
Use ChatMessageManager to send game messages in Notifier
2018-10-30 05:00:54 +01:00
Adam 47cf5e543f http api/service: map .js to application/json and use in http clients
This is to trick the CDN into caching responses
2018-10-29 15:26:48 -04:00
Tomas Slusny 96676b6387 Merge pull request #6251 from deathbeam/anagram-clue-juno
Correctly highlight Juna for cryptic clue step
2018-10-29 19:25:20 +01:00
Tomas Slusny 415a51dc78 Correctly highlight Juna for cryptic clue step
Juna is actually object and not NPC, so highlight it properly.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-29 14:10:43 +01:00
Tomas Slusny 2ba20c1859 Merge pull request #6203 from deathbeam/remove-full-description
Remove full clue description from Hot/Cold and Cryptic Clues
2018-10-29 14:05:00 +01:00
Tomas Slusny a879b503eb Use ChatMessageManager to send game messages in Notifier
Supersedes/closes #6168

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-29 12:58:36 +01:00
Tomas Slusny 5481151e3c Merge pull request #6247 from deathbeam/fix-double-trouble-test
Fix slayer plugin combat brace test after double trouble addition + move SlayerUnlock to net.runelite.api.vars
2018-10-29 12:54:15 +01:00
Tomas Slusny 2c7f15cfed Move SlayerUnlock to net.runelite.api.vars
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-29 12:40:59 +01:00
Tomas Slusny 4800560dee Fix combat brace slayer test after double trouble addition
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-29 12:39:42 +01:00
Tomas Slusny 4e8df5f6f2 Merge pull request #6164 from deathbeam/fix-combat-brace-race-condition
Fix combat brace slayer task race condition
2018-10-29 12:23:24 +01:00
Tomas Slusny 13ae50a4b4 Merge pull request #5993 from Farmour/issue-5938
Apply PM chat recolor for PMODs in loadColors
2018-10-29 12:23:03 +01:00
Tomas Slusny a94cb6583e Merge pull request #6220 from deathbeam/fix-hidden-check
Add back check for widget.isHidden() to TabInterface
2018-10-29 12:21:55 +01:00
SebastiaanVanspauwen 62cbc776da Woodcutting: Add support for sullicep mushrooms for logs/hr and logs cut (#6245)
This is the chat message for cutting sulluisceps:
![image](https://user-images.githubusercontent.com/43320258/47642296-95234b00-db68-11e8-93e7-626d19ec6208.png)
![sulluiscep](https://user-images.githubusercontent.com/43320258/47642343-b7b56400-db68-11e8-860d-1832353ccdcc.gif)

Fixes #6195
2018-10-29 11:26:59 +01:00
Adam 71f398de5c feed controller: add cache control for feed result 2018-10-28 23:49:17 -04:00
Magic fTail a2939a5873 Fix JavaDoc for hitsplat colours (#6237)
https://i.imgur.com/q4r8kc5.png
2018-10-28 22:37:15 +01:00
KasparRosin b6775a1f61 Update Hot/Cold location NW of fishing tutor (#6230)
Fixes #6226
2018-10-28 21:39:01 +01:00
Mattias Cederlund b11a6de17e Recognize all Pharaoh's sceptre versions for emote clues (#6233) 2018-10-28 21:34:49 +01:00
Dustin db684d8d1b Stop slayer kills desync for Grotesque Guardians with Double Trouble reward active (#5983)
Correctly reduce task amount by 2 if killing Grotesque Guardians with the Double Trouble slayer reward enabled

Fixes #4336
2018-10-28 08:44:06 +01:00
Arthur Tyukayev cbab200ad5 Make twitch channel string case insensitive (#6223)
Fixes #6200
2018-10-28 07:43:31 +01:00
Tomas Slusny 7c0b29b69c Merge pull request #6173 from 15987632/clue-fix2
Add support for objects to anagram clues
2018-10-27 20:43:24 +02:00
15987632 cd9c2252dc Add support for objects to Anagram clues
Fixes #6053
2018-10-27 20:35:11 +02:00
Tomas Slusny 319d8af0b1 Add support for impostors to clue scroll plugin
Add support for object impostors to clue scroll plugin.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-27 20:34:48 +02:00
Tomas Slusny b6af8dc4db Export ObjectComposition ID
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-27 20:34:48 +02:00
Arthur Tyukayev b5d57ee932 Fix typo in Lunar Isle teleport location (#6218)
Closes #6217
2018-10-27 20:32:49 +02:00
Tomas Slusny f1b2b0df4a Add back check for widget.isHidden() to TabInterface
This check is still required, because in rare circumstances the bank
widget is simply not nulled.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-27 20:28:38 +02:00
Tomas Slusny 3a46b8efb2 Remove full clue description for Hot/Cold clue
This is not useful as the clue tells you to speak to Jorral to receive
strange device right below.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-26 23:11:54 +02:00