Max Weber
87e0d7a68f
Merge HUNTER_LEVEL_UP* and DIALOG_LIBRARY_FIND* into DIALOG_SPRITE*
2018-02-19 03:11:44 -07:00
Max Weber
fa4688c6a0
Fix menu action clicked hook log
2018-02-18 23:47:26 -07:00
Max Weber
fe16a0537e
Add Kourend Library plugin
2018-02-18 23:47:05 -07:00
Max Weber
db9866a13e
Change perspective to convert world to local points centered on the tile
2018-02-17 01:40:05 -07:00
Adam
f92bacbdfc
Merge pull request #589 from devLotto/fix-lvlup-screenshots
...
Fix screenshot plugin not capturing Hunter levelups + naming files incorrectly
2018-02-16 13:42:31 -05:00
Lotto
aab82c53ff
Change copyright header for UniquePassive to Lotto
2018-02-16 19:14:28 +01:00
Adam
0b05da4677
Merge branch 'master' of github.com:runelite/runelite
2018-02-16 13:04:14 -05:00
Adam
5663852846
runelite-client: checkstyle fixes
2018-02-16 13:04:04 -05:00
Lotto
d91f70bff6
screenshot-plugin: extend test to test Attack and Hunter lvlups
2018-02-16 18:48:12 +01:00
Adam
1f1c2f2e3d
Merge pull request #596 from deathbeam/karambwan-fishing-op
...
Add support for Karambwan/Karambwanji to fishing
2018-02-16 12:29:44 -05:00
Adam
cdc4943e47
runelite-client: remove many unnecessary bindings in configure() in plugins
2018-02-16 12:23:32 -05:00
UniquePassive
15553b232c
screenshot-plugin: add detection for Hunter levelups
2018-02-16 16:34:22 +01:00
Adam
6c1b88eae9
config panel: fix check/uncheck image names
2018-02-16 08:32:22 -05:00
Tomas Slusny
55f79acfef
Add support for Karambwan/Karambwanji to fishing
...
- Add support for Karambwan fishing spots
- Add support for Karambwanji/Shrimp fishing spots
Karambwan fishing is now great again and this is needed.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-16 11:24:17 +01:00
Ben Moyer
fa2277c3d7
Remove duplicate tracking info in fishing/woodcutting overlays
...
Removes items/hr and items got from skilling overlays as it is duplicate information already contained in the XP tracker.
Fixes : #569
2018-02-16 08:43:02 +01:00
Tomas Slusny
52be62f751
Merge pull request #590 from Kamielvf/teamcape-update
...
Update team cape plugin to make use of new plugin panel toggles
2018-02-16 07:46:55 +01:00
Kamiel
52f2387a48
Update team cape plugin to make use of new plugin panel toggles
2018-02-16 04:30:34 +01:00
Adam
b1f841cc2a
Merge pull request #351 from deathbeam/config-overhaul
...
Add ability to disable/enable all plugins
2018-02-15 20:11:18 -05:00
Tomas Slusny
7b9ca399b0
Merge pull request #587 from Kamielvf/clan-icons-fix
...
Fix clanchat icons
2018-02-16 00:22:27 +01:00
UniquePassive
61a92e3d28
screenshot-plugin: don't depend on "a " in skill name string
2018-02-15 20:50:48 +01:00
UniquePassive
036e8f3b9b
screenshot-plugin: adjust the comments for to-be-parsed text
2018-02-15 20:49:54 +01:00
UniquePassive
97cb48b6dd
screenshot-plugin: don't include spaces in file names
2018-02-15 20:48:46 +01:00
UniquePassive
18b60ea3bc
Add Hunter levelup widget info
2018-02-15 20:47:19 +01:00
Kamiel
f23137dd20
Fix clanchat icons
...
Resize all images to be the same width/height
Add black outline to make the icons stand out better
2018-02-15 20:26:08 +01:00
Tomas Slusny
a0f074fd86
Re-cache chatMessageManager colors on startup
...
Re-cache chatMessageManager colors on plugin startup and refresh chat
messages.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-15 16:56:20 +01:00
Adam
ccb5fba902
Merge pull request #577 from Adam-/varbit
...
Use client Varbit for index, lsb, msb
2018-02-15 10:47:40 -05:00
Adam
a40c8b29b9
Hide config plugin
2018-02-15 16:24:29 +01:00
Tomas Slusny
cc124d6d58
Properly invalidate cache and load icons in Clan
...
Properly invalidate cache on plugin shutdown and load clan chat icons on
plugin startup.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-15 16:24:29 +01:00
Adam
928fb268d2
Hide xtea plugin from list
2018-02-15 16:24:29 +01:00
Tomas Slusny
659cfa6dc2
Remove "plugin" from each plugin name
...
Having "plugin" in plugin names is completely redundant and should not
be there.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-15 16:24:29 +01:00
Tomas Slusny
5659719d53
Enable/disable plugins in the ConfigPanel
...
Add ability to enable and disable plugins in the config panel.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-15 16:24:28 +01:00
Tomas Slusny
d5c5ae8dcf
Add startup and shutdown methods to DiscordPlugin
...
Add startup and shutdown methods that will update/reset the current
discord rich presence status
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-15 16:24:28 +01:00
Tomas Slusny
2d559d1aab
Add null check for 6 hour waiting time
...
Add null check for sixHourWaitingTime instant. This value can be null in
case plugin was disabled before user logged in and so sixHourWaitingTime
was never set.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-15 16:24:28 +01:00
Tomas Slusny
033fb640b1
Clear game objects on plugin shutdown
...
As we receive new events from RegionTileManager now, properly clear
all cached game objects on plugin's shutdown
2018-02-15 16:24:27 +01:00
Tomas Slusny
0c41a9c89d
Add region tile manager
...
- Add region tile manager utility class that can be used for iterating
each tile in the player region on current plane or for simulation object
spawns for subscriber.
- Simulate object spawns for each started-up plugin
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-15 16:00:11 +01:00
Tomas Slusny
bf9f190475
Fix slayer plugin task reset on config change
...
- Add checks for empty task name and null counter when adding counter
in SlayerPlugin
- Add checks for non null counter when removing counter in SlayerPlugin
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-15 16:00:10 +01:00
Tomas Slusny
36c4ab3c15
Remove enabled() checks
...
- Remove all configurations that contained only enabled()
- Remove enabled() from all remaining configurations
- Remove all checks for enabled()
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-15 16:00:08 +01:00
Tomas Slusny
c3fae86356
Add ability to disable/enable all plugins
...
Add ability to fully disable and enable each plugin. Fully disabling
plugin means removing it from scheduler and eventBus and fully stopping
it. That improves performance, because it basically removes overhead of
any plugin that is disabled.
Fixes : #280
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-15 15:57:51 +01:00
Adam
971692b025
Use client Varbit for index, lsb, msb
2018-02-15 09:57:22 -05:00
Adam
635ec89c91
Merge pull request #541 from Sethtroll/addmultipleimages
...
Add Blast furnace plugin
2018-02-15 09:52:59 -05: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
Adam
ebe6874a91
Merge pull request #564 from Abextm/fix-title-toolbar-remove
...
Fix removing items from the TitleToolbar
2018-02-15 08:38:33 -05:00
Adam
a34eb92371
Merge pull request #578 from Sethtroll/fixitemstatoverlay
...
Item stat: Fix overlay being shown ontop of menu
2018-02-15 08:35:21 -05:00
Runelite auto updater
ca4726d8b8
[maven-release-plugin] prepare for next development iteration
2018-02-15 13:02:13 +00:00
Runelite auto updater
8e62901919
[maven-release-plugin] prepare release runelite-parent-1.2.16
2018-02-15 13:02:08 +00: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
Adam
38756b9931
Merge pull request #576 from Sethtroll/fixpohobjects
...
Fix Poh icons displaying when changing planes
2018-02-14 12:23:21 -05:00
Adam
f1618fc1c6
item manager: also allow specifying stackable
2018-02-14 12:20:52 -05:00
Seth
51b57d62a7
poh plugin: fix icons displaying when changing planes
2018-02-14 12:00:21 -05:00