Commit Graph

5807 Commits

Author SHA1 Message Date
Tomas Slusny
44934690ae Merge pull request #5797 from deathbeam/add-native-open-sidebar-button
Add support for hiding/showing sidebar button with custom chrome disabled
2018-11-03 18:59:24 +01:00
Tomas Slusny
28170af13c Add support for hiding/showing sidebar button
Draw hide/show sidebar button in top-right corner using Game's draw
hook. This will not work in Vanilla and so it is disabled in it.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-03 18:52:15 +01:00
Tomas Slusny
7eb09d45af Cleanup SwingUtil
- Remove unused code
- Remove hardcoded size for icons

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-03 18:51:48 +01:00
Tomas Slusny
1983abd5c4 Merge pull request #6293 from Hydrox6/chat-colour-twitch-fix
Make Twitch messages respect custom Chat Colours
2018-11-03 15:02:32 +01:00
Tomas Slusny
3f904d3804 Merge pull request #6244 from deathbeam/idle-notifier-fixes
Properly update last action times in Idle Notifier
2018-11-03 12:44:30 +01:00
Abex
d1af4d1ecb Merge pull request #6322 from Abextm/fix-crab-meat
itemstats: Use correct crab meat
2018-11-03 04:30:32 -06:00
Max Weber
7a16d65e8b itemstats: Use correct crab meat 2018-11-03 04:14:48 -06:00
Abex
36b6da9b36 Merge pull request #6174 from Abextm/fix-region-loading
cache: Correct Location loading
2018-11-03 04:11:50 -06:00
Tomas Slusny
c1e32f4e89 Merge pull request #6183 from Nightfirecat/configure-inventory-tags-menumanager
Update Inventory tags plugin to use MenuManager
2018-11-03 10:53:06 +01:00
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
Jordan Atwood
0a5e7d4b4b inventory tags plugin: Use MenuManager
This patch updates the inventory tags plugin to utilize the MenuManager
util to better add menu options to the inventory tab.

Fixes runelite/runelite#6132
2018-11-01 17:02:19 -07:00
Jordan Atwood
0d79490f6d inventory tags plugin: clean up plugin code
This includes various code quality improvements such as stronger access
control and removing redundant code.
2018-11-01 17:02:02 -07: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
Hydrox6
5579e14058 Make Twitch messages respect custom Chat Colours 2018-11-01 16:27:15 +00: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
Tomas Slusny
1842612b28 Add support for lastCombatCountdown to combat idle
In case user has combat idle set to 0, this ensures that the idle notif
will not fire right away.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-29 11:58:13 +01:00
Tomas Slusny
6515174e18 Properly update last action times in Idle Notifier
- Properly update last action times in Idle Notifier right after the
action is changed/updated.
- Do not reset lastCombatCountdown in resetTimers()

Supersedes/closes #6241
Extracted from #5369

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-29 11:58:13 +01:00