Commit Graph
2843 Commits
Author SHA1 Message Date
SoyChai 2548bfca4f itemstats: Add Dorgeshuun foods with wiki-claimed healing values 2018-04-03 21:44:09 +10:00
SoyChai dc9433a9d5 itemstats: Fix errant healing stats for sweetcorn variants 2018-04-03 21:44:06 +10:00
SoyChai ae6c04bb7d itemstats: Add anchovies (+1), fruit battas (+11), and missing (sliced) fruits (+2) including peaches (+8) 2018-04-03 21:44:03 +10:00
Tomas Slusny e7897eccc2 Save overlay data after resetting position
Due to flaw in logic, the save event in mouseReleased was never
triggered when overlay position was reset. It is not possible anymore to
go through the logic again/not worth and so save the overlay data
immediately.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-30 04:01:02 +02:00
Adam f2f3550576 Merge pull request #1170 from DevDennis/bank-tags
Add Bank Tags Plugin
2018-03-29 21:21:52 -04:00
Dennis c6ed38afb2 add bank tags plugin 2018-03-29 21:09:50 -04:00
Dennis d825950388 add show menu option nine widget config 2018-03-29 21:09:49 -04:00
Dennis 732c4ab9ca expose widget actions 2018-03-29 21:09:49 -04:00
Dennis 6e5f0a6f4d expose widget flags 2018-03-29 21:03:19 -04:00
Dennis 502cf8dfb2 expose integer node fields 2018-03-29 21:03:18 -04:00
Adam a3ccb6af0a Merge pull request #1148 from deathbeam/move-session-loading
Move loading of session before starting plugins
2018-03-29 19:17:33 -04:00
Adam 37c3aa682b Merge pull request #1178 from DevDennis/fix-widget-loaded-event
Fix widget loaded event for prayer reordering
2018-03-29 19:15:39 -04:00
Dennis 165c5088b7 fix widget loaded event 2018-03-29 19:05:11 -04:00
Adam d072beff64 Merge pull request #1179 from Infinitay/modify-kingdom-config
Disabled kingdom plugin by default, and it's options
2018-03-29 19:02:12 -04:00
Infinitay 3096c35e5c Disabled kingdom plugin by default, and it's options 2018-03-29 12:51:03 -04:00
Tomas Slusny 15cd9164b4 Merge pull request #1066 from ShaunDreclin/black-demon-hp-fix
Fix capitalization of 'Black demon' in npc_health.json
2018-03-29 17:33:58 +02:00
Runelite auto updater 66b3633aa1 [maven-release-plugin] prepare for next development iteration 2018-03-29 12:33:12 +00:00
Runelite auto updater d5a14c635b [maven-release-plugin] prepare release runelite-parent-1.3.2 2018-03-29 12:33:06 +00:00
Adam d72ac5b1b1 mixins: remove unused imports 2018-03-29 08:27:42 -04:00
Adam 83e38d8140 mixins: move widget open event to loadWidget 2018-03-29 08:10:41 -04:00
Runelite auto updater 8047fac86c Update 167 2018-03-29 11:51:40 +00:00
Tomas Slusny da029b9276 Merge pull request #1175 from Abextm/log-game-crash
Log game crashes to the logger, not Stdout
2018-03-29 12:19:09 +02:00
Max Weber 2078b7b37c Log game crashes to the logger, not Stdout 2018-03-28 21:20:14 -06:00
Tomas Slusny fca60e32ec Merge pull request #1135 from JustANull/tray-icon-crash
Fix tray icon crash when clicked quickly on start
2018-03-28 14:02:46 +02:00
jamesahhh c157514faa Add antipoison and superantipoison timers (#1159)
Add new timers for antipoison and superantipoison and respective resource images.
2018-03-28 13:36:59 +02:00
Adam edcdc69b6a Merge pull request #1078 from Kamielvf/raids-points-box-widget-change
Replace default raids points widget with our own overlay
2018-03-27 13:44:02 -04:00
Kamiel 8edf8ff196 Replace raids points widget with custom overlay 2018-03-27 13:25:28 -04:00
Kamiel a39dd00c80 Add raid party size varbit 2018-03-27 13:25:25 -04:00
Adam b0d7aa78c8 Merge pull request #1133 from Joshua-F/refactor/widget
Refactor Widget defs
2018-03-27 08:52:38 -04:00
Adam 47606af9f0 Merge pull request #1137 from ChaoticConundrum/clue-scroll-bugs-pr
Fix clue scroll plugin game object overlay bug, fix some solutions
2018-03-27 08:30:21 -04:00
Adam 9621b50172 slayer plugin: load points and streak on login and startup 2018-03-27 08:27:30 -04:00
Tomas Slusny 347e42a5a3 Move loading of session before starting plugins
To remove the need for restarting plugins or reloading configurations
when plugins are loaded and then their confifguration changes, load
session configuration in advance.

Closes: #1121

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-27 12:52:18 +02:00
Charlie Waters 6aef3bf968 Fix some clue solutions 2018-03-27 02:34:33 -04:00
Charlie Waters c335bb484d Fix clue scroll plugin game object query for world overlay 2018-03-26 23:36:26 -04:00
Adam 017a6a9b36 Merge pull request #1029 from devLotto/update-clues
Revamp clue scroll plugin
2018-03-26 20:58:06 -04:00
Adam 1f3eec9e31 agility lap overlay: set priority to low 2018-03-26 20:36:56 -04:00
Adam ea93bc9a4e cluescroll overlay: set priority to low 2018-03-26 20:35:38 -04:00
Lyn Levenick 8d58e7928b Fix tray icon crash when clicked quickly on start
SwingUtil adds a click event to focus the frame, but the frame isn't
fully built when the icon is created. Click after the icon was made and
before the frame was built caused a crash. Moved icon creation to after
the frame is built, should resolve the problem.
2018-03-26 18:17:58 -05:00
Joshua Filby 1d7cb86c1c fix: import correct field for op base 2018-03-26 17:09:51 -05:00
Joshua Filby 102b8b1083 fix: import correct field for click masks 2018-03-26 17:07:56 -05:00
Adam d0a2e0d5d7 Merge pull request #1107 from sethtroll/addlapcounter
agility plugin: Add lap counter
2018-03-26 17:34:58 -04:00
Lyn Levenick f1e8a4db2e Add notifications for NMZ power-up spawns 2018-03-26 17:26:55 -04:00
Adam dc4a668d31 xp globes: move expire check to a scheduled method 2018-03-26 17:19:09 -04:00
Seth 9e4969b598 agility plugin: Add lap counter 2018-03-26 17:13:56 -04:00
Adam ee035730e2 Merge pull request #1118 from sethtroll/addteleportcharge
jewelrycharges: Add Teleport crystal(5)
2018-03-26 12:07:53 -04:00
Adam 077c259df6 Merge pull request #1101 from deathbeam/mouse-highlight-no-tooltip
Do not display mouse tooltips over RS tooltips
2018-03-26 12:07:36 -04:00
Lotto 5eedb0d3c8 runelite-client: remove old clue scroll enums 2018-03-26 17:26:03 +02:00
Lotto 14aa57e126 runelite-client: revamp clue scroll plugin 2018-03-26 17:25:58 +02:00
Lotto 59f6258446 runelite-client: add resource images to clue scroll plugin 2018-03-26 17:25:40 +02:00
Lotto 00d230efcf runelite-api: add sprite ids class 2018-03-26 17:24:20 +02:00