Commit Graph

480 Commits

Author SHA1 Message Date
Adam
7287102254 Merge pull request #424 from oplosthee/grounditems-height
Incorporate height into the GroundItems overlay
2018-01-24 14:01:15 -05:00
oplosthee
300fa9c8f6 Incorporate height into the GroundItems overlay 2018-01-24 19:29:19 +01:00
Tomas Slusny
68ba5f40b6 Add low memory mode plugin 2018-01-24 12:48:07 -05:00
Adam
b95a85cddf Merge pull request #412 from deathbeam/fix-anim-idle
Fix idle notifications for animation changes
2018-01-24 12:17:49 -05:00
SteveOSRS
8a3e11e4f7 Added infernal eel to fishing plugin 2018-01-23 09:54:53 -05:00
Seth
b54d8fc600 Add Clue Scroll/Barrows to screenshot plugin 2018-01-23 08:36:44 -05:00
Adam
340ed3dcfe Merge pull request #413 from Noremac201/progressBarFix
XpGlobeTooltip now sets width of itself to prevent overlap; fixes #405
2018-01-22 21:11:27 -05:00
Dreyri
3c9e1df49e dev tools: allow editing widget settings 2018-01-22 20:35:12 -05:00
SomeoneWithAnInternetConnection
e9e01c18f4 Add bounding/clickbox buttons to the devtools plugin
The first button (yellow square) will toggle drawing of 2D bounding boxes

The second button (RGB cubeframe) will toggle 3D bounding box drawing

The third button (cursor over red square) will toggle clickbox geometry
  drawing

The fourth button (cursor over cubeframe) switches between "draw all 3D
bounding boxes" and "draw bounding box for object under cursor" modes of
the 3D bounding box drawing.

T
2018-01-22 18:46:51 -05:00
noremac201
13e1fffc12 Standardize xpglobe tooltip width 2018-01-22 11:45:46 -06:00
Adam
9dcde75bdf Merge pull request #403 from SomeoneWithAnInternetConnection/ticktock
Add metronome plugin, and sound-effect playing API
2018-01-22 12:19:19 -05:00
SomeoneWithAnInternetConnection
2f72f5861b Add metronome plugin
It alternately ticks or tocks, each game tick. Disabled by default.
2018-01-22 11:58:05 -05:00
Tomas Slusny
a8765c1e77 Fix idle notifications for animation changes
- Send idle notification only after animation ended and the timeout has
passed, and not start counting the timeout since animation started.
- Change the 1 second schedule to GameTick hook because animations are
changed based on ticks

Fixes #282

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-22 15:36:31 +01:00
Adam
72ed7897d8 Merge pull request #406 from Noremac201/progressBarFix
change Progress Bar Component to round percentage down
2018-01-21 19:49:57 -05:00
Adam
c755f363d8 Merge pull request #397 from UniquePassive/notify-on-15k-tick-idle
Notify before 5 minute idle and 6h logout
2018-01-21 19:40:06 -05:00
Cameron Moberg
3fa6ceffb8 Changed how idle checks in combat
IdleNotifier now saves last opponent to accurately determinte combat status
2018-01-21 19:36:58 -05:00
noremac201
e1ac8f0521 Progress Bar Component to not show 2 decimals percent 2018-01-21 16:10:51 -06:00
Adam
6397b1b4b7 Merge pull request #400 from deathbeam/screenshot-fix
Fix NPE in ScreenShotPlugin
2018-01-20 12:11:44 -05:00
Adam
266502372e Merge pull request #284 from Unmoon/xp-tracker-reset-toggle
XP tracker plugin - Allow hopping/logging out/other GameState changes, Fix login experience drop not being ignored
2018-01-20 12:10:55 -05:00
Adam
0bed534b26 xp tracker: don't reset on logout or hop 2018-01-20 11:58:37 -05:00
Tomas Slusny
46ea18801d Fix NPE in ScreenShotPlugin
Fix NPE that happens when titlebar is not present (not using the custom
window decorations) and plugin is trying to remove the screenshot
button from titlebar.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-20 17:50:00 +01:00
UniquePassive
d1cb80004d runelite-client: add screenshot plugin 2018-01-20 10:55:09 -05:00
UniquePassive
f242e8d047 runelite-client: add client ui loaded event 2018-01-20 10:54:58 -05:00
UniquePassive
709dac68d4 runelite-client: update to substance 8.0.00-dev 2018-01-20 10:54:43 -05:00
Adam
5b8521ddfa Merge pull request #386 from Abextm/panel-state-2
Allow PluginPanels to keep state
2018-01-20 09:19:05 -05:00
Max Weber
16a99245ba Allow PluginPanels to keep state 2018-01-20 08:53:51 -05:00
Adam
156132ef8a Merge pull request #399 from UniquePassive/slayer-npe
Fix SlayerPlugin crashing the game
2018-01-20 08:41:37 -05:00
Adam
d227ca516a infobox manager: check infobox isn't null 2018-01-20 08:41:11 -05:00
Adam
d1156a3b01 runelite-client: move all main loop checks info try/catch 2018-01-20 08:41:10 -05:00
UniquePassive
ea19150e40 Add nullcheck for counter in SlayerPlugin#onConfigChanged 2018-01-20 12:05:49 +01:00
UniquePassive
2d0cd23785 Notify before 5 minute idle and 6h logout 2018-01-20 11:49:54 +01:00
Cameron Moberg
3172de963c Fixed Slayer task infobox only updating on state change 2018-01-19 21:38:00 -05:00
Adam
a9c4e37c3f config panel: don't show groups with no visible config items 2018-01-19 21:22:10 -05:00
Tomas Slusny
c7a6af5d24 Add shutDown method to XpTrackerPlugin
Remove navigation button from panel on shutDown

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-19 19:39:45 -05:00
Tomas Slusny
7c68ddcfa8 Add shutDown method to TimersPlugin
Remove all TimerTimer infoboxes on shutdown

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-19 19:39:43 -05:00
Tomas Slusny
d59324623a Add startup and shutdown methods to SlayerPlugin
- Set task on plugin startup if logged in
- Remove all infoboxes on plugin shutdown

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-19 19:39:42 -05:00
Tomas Slusny
378c4ca010 Add shutDown method to HiscorePlugin
Remove navigation button from panel on shutdown

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-19 19:39:41 -05:00
Tomas Slusny
17bf0d1f1e Add shutDown to DevtoolsPlugin
Remove navigation button on shutdown

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-19 19:39:40 -05:00
Tomas Slusny
dd7cd14f46 Add shutDown to ConfigPlugin
Remove config button from navbar on shutdown

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-19 19:39:39 -05:00
Tomas Slusny
19517856c5 Add shutDown to BossTimersPlugin
Remove all RespawnTimers on BossTimersPlugin shutdown

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-19 19:39:38 -05:00
Tomas Slusny
a1e5c13657 Fix startup and shutdown method of AccountPlugin
- Add correct navigation button based on previous session
- Remove naviagtions buttons from navBar on plugin shutdown

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-19 19:39:37 -05:00
Tomas Slusny
1cea7436e1 Add startUp method for attack indicators plugin
Add startup method that will load attack style settings from config
and client (in case attack indicators is started after game loads)

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-19 19:39:36 -05:00
Adam
25854cfff4 Merge pull request #393 from UniquePassive/fix-glyphs
runescape-client: Fix broken glyphs
2018-01-19 15:25:50 -05:00
Tyler Hardy
096469a202 Add gargoyle boss to aoe plugin 2018-01-19 15:23:37 -05:00
UniquePassive
fc4188e48d runescape-client: Fix broken glyphs 2018-01-19 17:16:51 +01:00
Adam
3e6760e932 Merge pull request #382 from Sethtroll/addcannonplugin
Add Cannon plugin
2018-01-17 16:50:14 -05:00
Seth
cee98c8da1 Add Cannon plugin
Shows a count of cannonballs atop the cannon
2018-01-17 16:08:09 -05:00
Cameron Moberg
30d7c3d3af Add barbarian assault plugin 2018-01-17 16:06:19 -05:00
Seth
9fed1187f5 overlay renderer: add check for chatbox being minimized 2018-01-15 09:30:51 -05:00
Adam
c483ba0aa5 Merge pull request #372 from UniquePassive/overlay-layers
Add overlay layers
2018-01-14 21:55:58 -05:00