Commit Graph
3571 Commits
Author SHA1 Message Date
AdamandKyle Goodale 30ecafe2dd overlay manager: use EnumMap for overlay layers
This uses less space and is guaranteed O(1)

Co-authored-by: Kyle Goodale <KGoodale13@users.noreply.github.com>
2018-12-07 21:31:50 -05:00
AdamandKyle Goodale 9314336707 herbiboar plugin: only check trails when in herbiboar region
Co-authored-by: Kyle Goodale <KGoodale13@users.noreply.github.com>
2018-12-07 21:29:11 -05:00
AdamandKyle Goodale 553cc59efe status bars overlay: avoid resizing prayer icon each frame
Co-authored-by: Kyle Goodale <KGoodale13@users.noreply.github.com>
2018-12-07 21:13:37 -05:00
Adam bca9403dc9 world switcher: fix race with fetching worlds while pinging 2018-12-06 21:38:07 -05:00
AdamandRichard Brown richardjbrown1@gmail.com 8e70ad5cc9 world hopper: add world ping
Co-authored-by: Richard Brown richardjbrown1@gmail.com
2018-12-06 19:57:50 -05:00
Adam 233fbcf2d1 hiscore panel: support hiscore results with no rank 2018-12-06 19:24:34 -05:00
Austin Crinklaw 165c100e31 Add Xeric's aid and revitalisation potions to itemstats plugin 2018-12-06 16:14:00 -05:00
ZeahProduct 3bf8eba8bb itemstats: fix papaya fruit health restore 2018-12-06 14:51:50 -05:00
TheStonedTurtle 6caf6ec08c ground items: fix "only show loot"
Look up ground item based on item location instead of npc location
2018-12-06 14:45:53 -05:00
Adam f271f91135 Merge pull request #6816 from Adam-/master+grounditemsloot
grounditems: add option to only show loot
2018-12-05 17:07:24 -05:00
Max Weber 05a17e0065 FairyRingPlugin: Don't close vanilla chatboxes 2018-12-05 13:37:06 -07:00
tanlines 83eee1f074 screenshot plugin: add screenshot on valuable/untradeable item drop 2018-12-05 09:17:28 -05:00
Adam 86faa466e0 Merge pull request #6724 from MagicfTail/remove-fight-cave-plugin
Remove the fight cave plugin
2018-12-04 20:37:48 -05:00
Abex 2a95b1323e Merge pull request #6774 from daviscook477/fix-fairyring-chatbox-persitence-bug
don't check chatbox status on last tick for fairyring search
2018-12-04 18:25:04 -07:00
Adam 5f113e0c77 grounditems: add option to only show loot 2018-12-04 18:20:09 -05:00
Magic fTail 5bece307de Remove the fight cave plugin 2018-12-04 23:56:37 +01:00
Alex Kolpa 95a9b65b62 Add world map region overlay dev tool
Using the existing 'World Map Location' dev tool, the world map can now
be given an overlay to show all the region boundaries and region ids.
This should make it easier to find out the region id of a specific
location.

One caveat is that this does not work with 'stitched' locations,
such as Motherlode Mine.
2018-12-04 13:41:20 +00:00
SebastiaanVanspauwen e41570ba43 worldmap: add pharaoh's sceptre teleport icons (#6810)
Fixes #6791
2018-12-04 14:35:03 +01:00
Tyler Hardy 989713621c Make Kourend favour a moveable widget (#6797)
Closes #5128
2018-12-04 08:44:52 +01:00
Tomas Slusny 241b009d87 Merge pull request #6799 from trimbe/empty-lootbox-fix
loot tracker: validate boxes after rebuilding
2018-12-03 11:12:16 +01:00
trimbe 1c317f7260 loot tracker: validate boxes after rebuilding
The items container would show up empty if only ignored loot was dropped, validating the box before repainting fixes this
2018-12-02 20:52:54 -05:00
Lotto d5fae8603b gpu: add scene anti-aliasing 2018-12-02 19:35:24 -05:00
Adam 77110c4b03 wasd plugin: fix not unpressing keys when chatbox loses focus 2018-12-01 19:11:41 -05:00
Adam 90a25c0c8e Merge pull request #6775 from Adam-/6654
slayer plugin: show initial assignment amount in infobox tooltip
2018-12-01 19:10:28 -05:00
Adam e3c243e1e0 Move EventBus implementation to runelite-client 2018-12-01 19:08:26 -05:00
Max Weber cf44f09139 Replace usages of Guava Subscribe with ours 2018-12-01 16:41:13 -05:00
Tomas Slusny 0281237b99 Replace usages of Guava EventBus with custom one
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-12-01 16:41:09 -05:00
Magic fTail 0813598b20 Add a tooltip to loot tracker value, showing exact value 2018-12-01 13:08:49 +01:00
Adam 3c90724219 slayer plugin: show initial assignment amount in infobox tooltip 2018-11-30 22:16:59 -05:00
Adam 3c797ec685 Revert "Add initial kill counter to slayer task (#6654)"
This reverts commit 4104c04d37.
2018-11-30 22:06:30 -05:00
Adam 929d1c7fb6 Revert "Merge pull request #6760 from deathbeam/fix-slayer-task"
This reverts commit 699cc233e8, reversing
changes made to 4104c04d37.
2018-11-30 22:06:06 -05:00
Davis Cook bd8516d2f8 don't check chatbox status on last tick for fairyring search 2018-11-30 21:57:06 -05:00
Tomas Slusny 79cc76d020 Add dense essence chiseling to idle notifier
Closes #6747
Closes #6750

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-30 11:26:46 +00:00
Tomas Slusny 88aa1172b6 Update setTask for new assign first slayer field
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-30 11:13:59 +00:00
Davis Cook 4104c04d37 Add initial kill counter to slayer task (#6654)
Closes #3350
2018-11-30 09:22:28 +00:00
Mika Kuijpers 3000b5d287 Add untradable item price support to ItemManager (#6595)
Add liquify prices for items like Graceful and Prospector outfits
2018-11-30 09:20:21 +00:00
Kyle Goodale 152b6122aa Fix Seers' Village house clue grammar (#6720)
Co-Authored-By: KGoodale13 <KGoodale13@users.noreply.github.com>
2018-11-30 09:17:35 +00:00
Tomas Slusny f442bd5ffc Merge pull request #6743 from SebastiaanVanspauwen/styles-fix
2005 interface: fix resized offsets
2018-11-30 09:16:18 +00:00
Tomas Slusny de505fcf96 Merge pull request #6736 from Monsterxsync/small-clue-fix
Add missing empty ammo slot requirement for clue step.
2018-11-30 09:15:36 +00:00
Sebastiaan Vanspauwen 5cdf9fceec 2005 interface: fix resized offsets 2018-11-29 20:16:31 +01:00
Max Weber 38ff0a9bf5 ClientLoader: Use our classloader, not the system one for loading rs 2018-11-29 07:09:52 -07:00
MonsterxSync ddd55dafd9 Add missing empty ammo slot requirement for clue step. 2018-11-29 23:02:49 +10:30
MaxBartlett acab3adb09 Fix observatory shortcut highlight (#6723)
Closes #6670
2018-11-28 07:30:39 +00:00
Adam ca81e1a770 Merge pull request #6714 from deathbeam/fix-tog-npe
Check for canvas location being non null in TOG
2018-11-27 22:09:48 -05:00
Adam 3ad12cf5d9 Merge pull request #6706 from dbolya/GPU_Scaled_Fix_Screenshots
Fix screenshots in GPU mode with Stretched Mode enabled
2018-11-27 21:01:08 -05:00
Tomas Slusny f41c0cf15b Check for canvas location being non null in TOG
Canvas location can be null if the object is too far from view, so
null-check it.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-27 17:05:07 +00:00
Tomas Slusny cbcf721342 Merge pull request #6693 from deathbeam/cleanup-dev-tools
Cleanup dev tools plugin
2018-11-27 09:42:23 +00:00
Tomas Slusny 1c0fffd865 Disable inspector buttons on close in dev tools
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-27 09:26:45 +00:00
Tomas Slusny 9b1e55de93 Fix access levels in dev tools plugin
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-27 09:21:37 +00:00
Tomas Slusny 9db5dc7e77 Move widget and itemIndex to DevToolsOverlay
There is no reason for widget and itemIndex to exist in plugin, so move
it to where it is actually used.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-11-27 09:21:37 +00:00