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
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
Adam
e1141b5952
item manager: allow getting images with quantity
2018-02-14 08:32:41 -05:00
NotFoxtrot
9bc6e079ce
Add always on top setting
2018-02-13 15:09:01 -05:00
Nickolaj Jepsen
79ab610e96
Add NMZ plugin
2018-02-13 11:31:18 -05:00
Adam
f3103fa2f8
Merge pull request #546 from Sethtroll/addclickboxtorift
...
runecraft plugin: show click boxes of abyss rifts
2018-02-12 21:48:32 -05:00
ShaunDreclin
c5fbbca506
Add Rogues' Den plugin
2018-02-12 21:43:08 -05:00
Tomas Slusny
8a9523ec5a
Add logback logger that will log to file
...
Add dependency on logback and configure logger to log to
~/.runelite/logs/application.log with rolling file appender, that means
every 10MB file will be rolled and also every day file will be rolled
with maximum history of 30 days, to not flood user's system space.
Add new console parameter -debug, because logback properties cannot be
set from console like slf4j-simple ones, so it needs to be done in a bit
more complicated way.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-12 15:09:57 -05:00
Adam
f50c657122
runelite-client: shut down discord service when closed
...
It is preventing jvm termination otherwise for some reason
2018-02-12 11:57:02 -05:00
Seth
6f0c7c7431
slayer plugin: add check for cachedXp when xp changes
2018-02-10 20:09:17 -06:00
Max Weber
5936b1d42f
Fix removing items from the TitleToolbar
2018-02-10 16:02:39 -07:00
Max Weber
07b9e6c12a
Zoom plugin: Relax inner zoom constraint
2018-02-09 22:44:09 -07:00
Max Weber
f71059ce20
Add raw injector to hook the script interpreter
2018-02-09 23:35:16 -05:00
Adam
cc0c2b507c
Merge pull request #551 from deathbeam/fix-info-plugin-log
...
Fix logging inside info panel plugin
2018-02-09 15:51:39 -05:00
Tyler Hardy
e2d5d8957b
runepouch plugin: use itemmanager to render runepouch item icons
2018-02-09 15:25:05 -05:00
Adam
5c6a205a8a
fishing plugin: move minimap overlay to own overlay
...
To render above the minimap in resizable, it must be above widgets
2018-02-09 15:15:58 -05:00
Seth
3beb043b5c
Add barrows plugin
2018-02-09 14:24:27 -05:00
Adam
25f854b41c
Merge pull request #554 from tylerthardy/removeZulrahAssets
...
Remove unused Zulrah plugin assets
2018-02-08 21:54:26 -05:00
Tyler Hardy
4f437cb480
Remove unused Zulrah plugin assets
2018-02-08 20:43:06 -06:00
Adam
a691d07cd0
timers plugin: respect enabled configuration
2018-02-08 20:18:56 -05:00
UniquePassive
f81f2cd272
Add puzzle solver plugin
2018-02-08 19:13:05 -05:00
UniquePassive
74552d0018
Add puzzle solving algorithm
2018-02-08 19:13:03 -05:00
Adam
d0a0c6928a
mousehighlight: don't show tooltip on sliding puzzles
2018-02-08 19:02:02 -05:00
Abex
c754677413
Allow titlebar buttons to be moved out of the titlebar
2018-02-08 18:42:12 -05:00
Tomas Slusny
033086f551
Fix logging inside info panel plugin
...
- Remove log.info on each hover of the JRichTextPane
- Change log.info to log.warn when browser cannot be opened in the
JRichTextPane
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-09 00:15:05 +01:00
Seth
0c11f27049
runecraft plugin: show click boxes of abyss rifts
2018-02-07 19:16:06 -06:00
Ben Moyer
fdfe1513d2
Add theoretical boost to item stat overlay
2018-02-05 19:11:53 -05:00
Seth
09a8c01c45
Add Poh plugin
2018-02-05 15:53:45 -05:00
Kamiel
d2448bdd32
Make examine plugin work for runepouch
...
Fixes #352
2018-02-05 08:37:56 -05:00
Kamiel
9f9319bcc4
Prevent tooltip from being shown when runepouch is empty
2018-02-05 08:37:56 -05:00
Adam
55c9f6cc06
Merge pull request #531 from deathbeam/discord
...
Add Discord service and plugin
2018-02-04 11:35:25 -05:00
Tomas Slusny
ea06adf9f4
Add Discord plugin
...
Add Discord plugin that updates the Discord rich presence currently only
for trained skills.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-04 17:20:07 +01:00
Tomas Slusny
15ad949123
Add Discord RPC service
...
Add injectable Discord RPC service that will broadcast Discord events
through event bus and have API for setting Discord Rich Presence status.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-02-04 17:20:03 +01:00
Adam
d7407758a5
player indicators: use new isFriend/isClanMember api
2018-02-04 10:54:44 -05:00
Adam
77c922cfe0
Merge pull request #535 from bmoyer/overlay-non-clan-player-names
...
Add option to overlay non-clanmate players with Player Indicator Overlay
2018-02-04 10:47:53 -05:00
Adam
c8af576606
Merge pull request #536 from Abextm/logical-height
...
Fix overlays drawing too far above player's heads
2018-02-04 10:45:17 -05:00
Adam
feaad0eef4
Merge pull request #520 from Kamielvf/boosts-indicator-fix
...
Fix several issues with indicators
2018-02-04 10:43:42 -05:00
Max Weber
1914f76513
change getModelHeight to getLogicalHeight
2018-02-04 06:39:04 -07:00
Kamiel
00e3503cfe
Fix several issues with indicators
...
- Fix issue with indicators showing up multiple times
- Fix issue with disabling skill boosts not removing indicators
2018-02-04 08:29:17 -05:00
Ben Moyer
e925d20806
add option to overlay non-clanmate player names
2018-02-04 02:32:36 -08:00
Max Weber
a4914cf7ee
Add info panel plugin
2018-02-03 22:03:33 -05:00
Max Weber
43ec8d9439
move session management into the SessionManager from the AccountPlugin
2018-02-03 22:03:29 -05:00
Adam
175fee2cba
screenshot plugin: fix test
2018-02-03 21:34:15 -05:00