Seth
e0c916c4b4
menu entry swapper: add bury swap
...
swaps the bury/use option
2018-03-19 16:36:06 -05:00
Seth
80ca53b00f
hiscore panel: add loading label when searching
2018-03-18 22:51:29 -05:00
Seth
a04ced092f
hiscore panel: add Remaining XP to next level to hover text
2018-03-18 22:51:15 -05:00
Seth
5498b6473a
hiscore panel: make hiscores type more visible
...
before the icon would add a 1px border to the image which made it hard to determine which one was currently active.
2018-03-18 22:04:25 -05:00
Seth
0c61ffd3b1
ground items: add support for quickly hiding/highlighting items
2018-03-18 20:08:20 -04:00
Seth
36765360a7
cannon plugin: add common cannon spots
2018-03-18 19:10:37 -04:00
Seth
cbc484b048
pog plugin: fix mounted glory minimap icon
...
mounted glory is a decoration object, not game object
2018-03-16 16:41:21 -05:00
Seth
f6fbc1953b
poh plugin: change gameobject map to tile object
2018-03-16 16:38:33 -05:00
Seth
fb3225ec34
fishing plugin: remove broken minnow npcs and swap to graphic check
...
previous "bad" minnow spot (npc ID 7734) was removed/changed to something different and now the fishing spot will just change graphic animation when the spot is bad.
2018-03-12 18:31:39 -05:00
Seth
3df3910b1b
NpcID: update ids to cache 165
2018-03-12 18:31:10 -05:00
Seth
d84627efd6
xp tracker: update xp tracker UI
...
change the xp tracker ui to make it smaller. Can expand skills to display more information.
2018-03-09 21:55:21 +01:00
Seth
634f872516
xp tracker: add format suffix to reduce string size
2018-03-09 21:19:39 +01:00
Seth
90eec779c9
Remove viewport contains
...
Since we have the ability to render behind widgets now, the "check if viewport contains" is not necessary anymore. Instead replace it with distance check to remove it if ran off screen.
2018-03-08 17:36:56 -06:00
Seth
9d7ffa56ae
dev tools: add location to dev tools plugin
...
Adds a panel which will display current tile in relation to world location as well as display the current map regions
2018-03-08 17:36:01 -06:00
Seth
42bf828f43
idle notifier: add barbtail/dragon harpoon animation
2018-03-04 15:48:13 -06:00
Seth
7340f19720
ge: Add search feature
...
Add a search function to the Grand exhange panel that allows you to look up current prices of items.
2018-03-04 10:00:05 -05:00
Seth
701e641fd5
item client: add getIcon method
2018-03-04 09:56:42 -05:00
Seth
51df02aa59
screenshot plugin: Add raids reward
2018-03-02 07:41:22 -06:00
Seth
930ac3f5c5
screenshot plugin: fix up chatMessage events
2018-03-02 07:39:48 -06:00
Seth
0d4df403cf
item stat: add raid food
2018-03-01 22:49:27 -06:00
Seth
ebbb73d080
opponent info: remove color tags from opponentOpponent name
2018-03-01 17:26:41 -06:00
Seth
7ef5f76a53
poh plugin: Remove unnecessary toggles
2018-02-22 15:27:36 -06:00
Seth
038040cf3a
image component: fix images being off-centered
2018-02-20 18:42:43 -06:00
Seth
1601069dd2
boss timers: add chaos elemental
2018-02-18 18:24:46 -06:00
Seth
80eece7978
boss timers: add tooltips
2018-02-18 18:24:38 -06:00
Seth
d2200d354b
boss timers: replace resource image with itemID images
2018-02-18 18:24:25 -06:00
Seth
5904ab4e99
ground items: re-order the config
2018-02-18 11:39:59 -06:00
Seth
9a602174d7
ground items: Add toggle to show highlighted items only
2018-02-18 11:10:51 -06:00
Seth
4d67c6115e
Remove @Nullable Client annotations
...
A check was added for plugins not to be loaded when loading vanilla thus the client is always non-null. Plugins loaded with vanilla don't use client.
2018-02-17 16:17:11 -06:00
Seth
9845e48875
Add Blast furnace plugin
2018-02-15 09:41:45 -05:00
Seth
fd81d32909
imagePanelComponent: Add support for multiple images
2018-02-15 09:41:44 -05:00
Seth
3d20a5589c
item stat: fix overlay being shown ontop of menu
...
Fix item stat being shown ontop menu and also fix theoretical stat text
2018-02-14 17:00:59 -06:00
Seth
51b57d62a7
poh plugin: fix icons displaying when changing planes
2018-02-14 12:00:21 -05:00
Seth
6f0c7c7431
slayer plugin: add check for cachedXp when xp changes
2018-02-10 20:09:17 -06:00
Seth
3beb043b5c
Add barrows plugin
2018-02-09 14:24:27 -05:00
Seth
39d347501a
perspective: add getCanvasTextMiniMapLocation
...
Properly center text on the minimap based on string bounds
2018-02-09 14:22:53 -05:00
Seth
b8a6ffa3a0
runelite-api: add getActions, imposterIds, and imposter to ObjectComposition
2018-02-09 14:22:51 -05:00
Seth
25286d7c65
runelite-api: redump objectid with null names
2018-02-09 14:22:32 -05:00
Seth
cb78508b94
cache: Update ObjectManager to include NULL names
2018-02-09 13:19:35 -05:00
Seth
0c11f27049
runecraft plugin: show click boxes of abyss rifts
2018-02-07 19:16:06 -06:00
Seth
09a8c01c45
Add Poh plugin
2018-02-05 15:53:45 -05:00
Seth
8e3e92c668
Fix color tags in OpponentInfo
2018-02-03 11:44:46 -06:00
Seth
c5f8e8f661
make injected fields private
...
You should never want to expose instance variables in the class to public, and you always want to either create getters/setters for them or make them private.
2018-02-02 13:35:03 -06:00
Seth
419bbeec11
runecraft plugin: add Abyss rifts overlay
2018-02-01 20:15:46 -05:00
Seth
309ed79d12
runelite-api: add MiniMapImageLocation to perspective
2018-02-01 20:15:10 -05:00
Seth
00b799ab4d
Add raid varbit check to remove timers
2018-01-30 18:34:27 -06:00
Seth
1fa13eb60e
Fix spelling error on timer
2018-01-30 17:57:27 -06:00
Seth
782e75725a
timers plugin: add raids potions
2018-01-28 10:55:15 -05:00
Seth
92f5d7443e
timers plugin: check config before checking message
2018-01-28 10:54:39 -05:00
Seth
d03f987915
Fix motherlode Ids
2018-01-27 11:53:40 -06:00
Seth
9051fbf92e
Add custom colors to ground items
2018-01-27 00:57:05 -06:00
Seth
353b837206
Add Motherlode plugin
2018-01-26 20:07:05 -06:00
Seth
f474643f45
Fix spelling inconsistencies/add rest of potions
2018-01-26 18:10:57 -05:00
Seth
c3c9ef1ef6
Add timer tooltips
2018-01-26 18:09:52 -05:00
Seth
e55cb5abae
Add Wrath rune to Runepouch
2018-01-26 14:56:43 -06:00
Seth
690dca644b
Fix for screenshot HP level
2018-01-26 08:51:05 -06:00
Seth
25df4f9d47
timers plugin: add more timers
2018-01-25 19:55:20 -05:00
Seth
1b24d83a00
Add graphic changed event
2018-01-25 19:55:07 -05:00
Seth
0e8bb44989
Add hover option to runepouch
2018-01-24 21:33:01 -06:00
Seth
b54d8fc600
Add Clue Scroll/Barrows to screenshot plugin
2018-01-23 08:36:44 -05:00
Seth
cee98c8da1
Add Cannon plugin
...
Shows a count of cannonballs atop the cannon
2018-01-17 16:08:09 -05:00
Seth
9fed1187f5
overlay renderer: add check for chatbox being minimized
2018-01-15 09:30:51 -05:00
Seth
efeaa21e93
Add Wintertodt Aoe
2018-01-14 14:05:44 -06:00
Seth
0eb197d7b2
runelite-client: add infobox and timers plugin
2017-07-18 18:48:46 -04:00
Seth
37124ad3fc
Add woodcutting plugin ( #109 )
2017-07-10 19:17:03 -04:00
Seth
2aba47d1c3
Add fishing plugin ( #108 )
2017-07-09 11:03:12 -04:00