Adam
092bd1a73f
checkstyle: enforce whitespace after comma
2018-01-26 20:13:53 -05:00
Adam
c9a8fbe7a9
Merge pull request #445 from deathbeam/remove-map-iter
...
Change conversion of config stream to map to pairs
2018-01-26 20:00:24 -05:00
Adam
890963e840
Merge pull request #425 from deathbeam/xp-tracker
...
Update XP tracking plugin to include more info
2018-01-26 19:53:40 -05:00
Tomas Slusny
24618abad2
Update XP tracking plugin to include more info
...
- Add actions, actions/hr, xp gained and total exp tracker
Fixes #401
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-26 19:10:54 -05:00
Adam
3cbf5e4428
Merge pull request #443 from Sethtroll/addtimers
...
Fix up timer plugin/add missing potions
2018-01-26 18:23:59 -05: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
Adam
7360a79498
Merge pull request #438 from Sethtroll/fixscreenshot
...
Fix for screenshot HP level
2018-01-26 18:05:13 -05:00
Adam
a23cc18497
Merge pull request #444 from Sethtroll/addwrath
...
Add Wrath rune to Runepouch
2018-01-26 17:38:46 -05:00
Adam
53e09cc4af
Merge pull request #440 from Noremac201/barbFix
...
Fixed Barbarian Assault plugin to work with osrs update
2018-01-26 17:27:30 -05:00
Adam
9448457193
screenshot plugin: add test for different level up messages
2018-01-26 17:22:12 -05:00
Seth
e55cb5abae
Add Wrath rune to Runepouch
2018-01-26 14:56:43 -06:00
oplosthee
e88735201c
Add Diary Progress Indicator plugin ( #429 )
2018-01-26 20:24:17 +01:00
Seth
690dca644b
Fix for screenshot HP level
2018-01-26 08:51:05 -06:00
Tomas Slusny
dd6ec52510
Change conversion of config stream to map to pairs
...
Change conversion of config stream to map and then creating new stream
and just iterating entries to mapping config stream to pairs (map
entries, becuase Java do not have generic pair implementation).
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-26 08:31:04 +01:00
Cameron Moberg
24b2112948
Fixed Barbarian Assault plugin to work with osrs update on 2018/25/1
2018-01-25 20:50:35 -06:00
Adam
e1f84a87ae
Merge pull request #437 from Sethtroll/addanimatiotimers
...
Add more timers
2018-01-25 20:09:38 -05: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
Adam
b5294c2f74
Merge pull request #394 from UniquePassive/resize-frame
...
Add a config setting for the game's size
2018-01-25 19:42:18 -05:00
Adam
a462cdf854
Merge pull request #398 from UniquePassive/reset-plugins
...
Add a Reset button to config panels for resetting to defaults
2018-01-25 19:03:11 -05:00
UniquePassive
4fac783c18
Add a Reset button to config panels for resetting to defaults
2018-01-25 18:53:23 -05:00
UniquePassive
0cede52ba5
Add a config setting for the game applet's size
2018-01-26 00:49:00 +01:00
UniquePassive
b0429cbd65
Add Dimension to configs
2018-01-26 00:47:49 +01:00
Adam
bc557a5245
Merge pull request #430 from Sethtroll/addhoverpouch
...
Add hover only option to Runepouch plugin
2018-01-25 18:47:15 -05:00
Adam
7d4ee00d82
Merge pull request #428 from Adam-/stats-tooltips-adam
...
Add ItemStat plugin
2018-01-25 18:42:30 -05:00
Adam
446d5b8bab
Add item stats plugin
2018-01-25 18:33:14 -05:00
Adam
5f536eea01
Merge pull request #427 from Adam-/itemcontainer
...
Add ItemContainer
2018-01-25 17:40:09 -05:00
Runelite auto updater
9c07748ca8
[maven-release-plugin] prepare for next development iteration
2018-01-25 22:17:14 +00:00
Runelite auto updater
bf80d086cc
[maven-release-plugin] prepare release runelite-parent-1.2.13
2018-01-25 22:17:10 +00:00
Adam
f507354f84
Remove external plugin support
...
Jagex has requested I take steps to prevent users from making plugins
which are in violation of the game rules. This limits plugins to the core
plugins.
2018-01-25 17:03:09 -05:00
Adam
f23b970212
runelite-client: remove AoE warning plugin
...
It has been deemed to be against the game rules, and removal requested by Jagex.
2018-01-25 17:03:06 -05:00
Adam
638029d5ba
runelite-client: remove volcanic mine plugin
...
It has been deemed to be against the game rules, and removal requested by Jagex.
2018-01-25 17:03:04 -05:00
Adam
155dfb7c63
runelite-client: remove Zulrah plugin
...
It has been deemed to be against the game rules, and removal requested by Jagex.
2018-01-25 17:03:02 -05:00
Adam
050fbd250b
runelite-client: remove teamcape plugin
...
It has been deemed to be against the game rules, and removal requested by Jagex.
2018-01-25 17:03:00 -05:00
Adam
defcdca190
Merge pull request #436 from deathbeam/idle-fix-again
...
Fix idle animation plugin timer cancelling
2018-01-25 16:16:51 -05:00
Tomas Slusny
7efb8ab486
Fix idle animation plugin timer cancelling
...
- Cancel animation idle timer when combat begins
- Cancel combat idle timer when animation begins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-01-25 20:14:25 +01:00
Seth
0e8bb44989
Add hover option to runepouch
2018-01-24 21:33:01 -06:00
Adam
cedb7041c8
Fix usage of getViewportHeight/getViewportWidth now they are correct
...
They were swapped in 580335c9cdc4c5b6faafd969d557ef5f1d4187e8
2018-01-24 20:46:22 -05:00
Adam
f1e4bae31a
runelite-client: remove version and account name from title
...
Otherwise it shows in screenshots, and on Discord
2018-01-24 19:19:51 -05:00
Adam
a40941beb8
Merge pull request #426 from DudeMartin/viewport-mapping-fix
...
Swapped viewport width and height fields.
2018-01-24 18:47:54 -05:00
Adam
fd98b7205d
runelite-api: add inventory item query
2018-01-24 18:03:16 -05:00
Adam
b6c00a774d
runelite-api: add ItemContainer
2018-01-24 18:01:29 -05:00
Adam
eea3136c69
runelite-api: rename InventoryItemQuery -> InventoryWidgetItemQuery
2018-01-24 18:00:19 -05:00
Adam
7287102254
Merge pull request #424 from oplosthee/grounditems-height
...
Incorporate height into the GroundItems overlay
2018-01-24 14:01:15 -05:00
Adam
ba800c3aa4
Merge pull request #421 from deathbeam/low-memory
...
Add low memory mode flag
2018-01-24 13:32:42 -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
Adam
6e8c48774b
Merge pull request #418 from deathbeam/update-lombok
...
Update Project Lombok version to 1.16.20
2018-01-23 15:37:19 -05:00