Commit Graph

1772 Commits

Author SHA1 Message Date
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
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
b7d8b75647 item service: set cache-control: public too 2018-01-19 19:39:24 -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
Adam
9aded64e04 cache service: remove unused import 2018-01-19 15:06:59 -05:00
Adam
8eb37bb3db Revert "cache service: move database updating to happen during download"
This reverts commit 018843f3a34f343c32c59db259aae317193f9fc8.
2018-01-19 14:13:02 -05:00
Adam
1eeab55b01 Revert "cache service: don't skip already up to date archives"
This reverts commit cb90940b54dc07dd2221d3169e569b08876a3265.
2018-01-19 14:12:50 -05:00
Adam
057327463e Revert "cache service: use an identity hashmap as equals checks archive contents"
This reverts commit 1b46911dea9e8362c16de89952c5c4becfdc4e43.
2018-01-19 14:12:40 -05:00
UniquePassive
fc4188e48d runescape-client: Fix broken glyphs 2018-01-19 17:16:51 +01:00
Adam
00480e6030 cache service: use an identity hashmap as equals checks archive contents 2018-01-19 11:10:35 -05:00
Adam
244cce506c cache service: don't skip already up to date archives 2018-01-19 10:31:53 -05:00
Adam
36acbebd1b cache service: move database updating to happen during download 2018-01-19 09:45:36 -05:00
Adam
fff5f51077 cache service: skip loading filedata as it is not necessary for cache updater 2018-01-19 09:42:47 -05:00
Adam
e1a6fb13a2 cache service: lazily load store 2018-01-18 17:08:18 -05:00
Runelite auto updater
08c2464f06 [maven-release-plugin] prepare for next development iteration 2018-01-18 14:04:26 +00:00
Runelite auto updater
eb1e19535b [maven-release-plugin] prepare release runelite-parent-1.2.12 2018-01-18 14:04:22 +00:00
Runelite auto updater
7a56a68a48 Update 161 2018-01-18 13:57:36 +00:00
Adam
3e6760e932 Merge pull request #382 from Sethtroll/addcannonplugin
Add Cannon plugin
2018-01-17 16:50:14 -05:00
Adam
abf7e40720 Merge pull request #362 from Noremac201/testTestBarb
Added barbarian assault plugin
2018-01-17 16:48:30 -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
Adam
83862a4c12 Merge pull request #388 from tylerthardy/menuActions
Generalize and add MenuActions
2018-01-17 08:07:14 -05:00
Tyler Hardy
a6be288254 Generalize and add MenuActions 2018-01-17 01:16:43 -06:00
Adam
7a36328d4c Merge pull request #385 from Dreyri/deobfuscation1
Mapping more fields and methods
2018-01-16 16:55:17 -05:00
Adam
dab5836153 Merge pull request #387 from Abextm/fix-client-panel-focus
Prevent the client from taking focus when it doesn't have it.
2018-01-15 22:25:14 -05:00
Max Weber
fdc80dfeaa Prevent the client from taking focus when it doesn't have it. 2018-01-15 19:51:29 -07: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
UniquePassive
f1821015db runelite-client: update plugins for new overlay layer 2018-01-14 21:46:48 -05:00
UniquePassive
b9eb86edf2 runelite-client: add OverlayLayer and rendering logic for multiple overlay layers 2018-01-14 21:46:42 -05:00
UniquePassive
95bc310bc1 Add API for getting the client BufferProvider 2018-01-14 21:46:24 -05:00
Adam
cae936a10f Merge pull request #381 from Dreyri/deobfuscation
Update a few fields from the RuneLoader modscript
2018-01-14 20:35:33 -05:00
Adam
c82c0f1424 Merge pull request #379 from Sethtroll/addwintertodtaoe
Add Wintertodt Aoe
2018-01-14 20:30:35 -05:00
Seth
efeaa21e93 Add Wintertodt Aoe 2018-01-14 14:05:44 -06:00
Adam
958d2558f5 xpglobes: don't break at virt level 126 2018-01-14 11:25:37 -05:00
Adam
f6f134467d Merge pull request #330 from Dreyri/onLoadWidget 2018-01-14 10:49:35 -05:00