Commit Graph
9879 Commits
Author SHA1 Message Date
Jordan Atwood 5e2946024b nightmarezone: Set absorption notification var on startup 2020-10-24 17:54:08 -07:00
Sean Patiag 0e71c88b4d timers: Fix NMZ Overload timer not disappearing
Unlike with the CoX Overloads, the plugin did not check if the player
was still in the area for the Nightmare Zone Overloads, causing the
timer to not disappear after leaving. The plugin now removes the timer
if the player has left NMZ and has drunk an Overload potion.
2020-10-24 17:54:07 -07:00
paymon123 03566d6702 ConfigManager: Fix NPE when resetting configs with null default 2020-10-24 22:52:44 +02:00
Adam 8438b42e15 api: move isDead from NPC to Actor 2020-10-24 13:22:52 -04:00
MalfuryentandJordan 643d3a4523 statusbars: Add special & run energy bar types
Co-authored-by: Jordan <nightfirecat@protonmail.com>
2020-10-24 06:08:28 +02:00
MalfuryentandJordan 1165780f42 statubars: Add left/right customization options
Co-authored-by: Jordan <nightfirecat@protonmail.com>
2020-10-24 06:08:28 +02:00
Jordan Atwood 842749fe15 Move heart sprite recolors to public package 2020-10-24 06:08:28 +02:00
MalfuryentandJordan f970e61a5e statusbars: Display while in fixed viewport bank
Co-authored-by: Jordan <nightfirecat@protonmail.com>
2020-10-24 06:08:28 +02:00
5a863f358f discord: Fix action timeout, add in game time elapsed option (#12471)
Co-authored-by: Matthew C <66925241+Matthew-nop@users.noreply.github.com>
Co-authored-by: Tomas Slusny <slusnucky@gmail.com>
Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com>
2020-10-24 02:56:35 +02:00
Broooklyn 10d36ea36a discord: add random events regions 2020-10-23 22:30:07 +02:00
Jacob Mischka 46e9e93050 overlayrenderer: Make minimum overlay size configurable per-overlay (#12611)
Halve the minimum for Screen Marker Overlay to "fix" #12267 (set to 16).
Any smaller than 16 makes subsequent resizes impossible because the
cursor type never changes from center (move mode).
2020-10-23 19:28:59 +02:00
Ron Young da6cb1bc65 banktags: don't allow colon in tagtab names
The config server replaces periods in keys with colons. When the config is downloaded by the client, the colon is then replaced with a period.
2020-10-23 19:19:15 +02:00
Joona 0b221d3121 grounditems: Render ground items tile overlay at correct height (#12586) 2020-10-23 19:15:01 +02:00
Bram91 4dd413bf63 Make Volcanic mine widgets layoutable 2020-10-23 17:10:22 +02:00
winterdaze 66b4d18126 WidgetOverlay: make nightmare pillar health widget moveable 2020-10-23 15:33:15 +02:00
Adam 93adb7ca75 xp tracker: default pause on logout to on 2020-10-21 23:36:44 -04:00
Adam 9fc8f19c32 pluginhub controller: fix scheduled task delay
This was meant to be 30 minutes
2020-10-21 10:20:47 -04:00
Runelite auto updater 0e4cfaefa7 Bump for 1.6.30-SNAPSHOT 2020-10-21 11:17:01 +00:00
Runelite auto updater 09a2e771da Release 1.6.29 2020-10-21 11:16:52 +00:00
Runelite auto updater c88c094bcc Update 192 2020-10-21 10:39:38 +00:00
SirGirion 274df60d3c timetracking: add compost bin time trackers (#12619) 2020-10-19 19:46:14 -06:00
Max Weber 91417aca98 Merge pull request #11049 into master 2020-10-18 17:14:39 -06:00
Trey 204b79ae17 kourendlibrary: hide Varlamore Envoy outside of the Depths of Despair 2020-10-18 16:52:40 -06:00
Max Weber cfa6942678 kourendlibrary: add config to hide dark manuscripts 2020-10-18 16:42:08 -06:00
Abex 736e649e24 Merge pull request #12621 from Nightfirecat/kourend-library-varlemore-envoy-fix
kourendlibrary: Don't reset state when not finding Varlamore Envoy
2020-10-18 16:30:01 -06:00
sam b4cfb70851 menu entry swapper: add withdraw/deposit swap for chambers of xeric storage 2020-10-18 14:55:54 -04:00
Adam 6457681c55 progress bar: optimize bar drawing
It is not necessary to draw the full bar background since it is immediately drawn over by the foreground
2020-10-17 19:36:36 -04:00
Adam 9214480a02 xptracker: change online tracker link to wiseoldman 2020-10-17 16:45:09 -04:00
Broooklyn d97bef593a chatcommands: add shorthand names for all agility courses 2020-10-17 13:58:56 -04:00
dekvall 41c185a9d7 xp-tracker: support league & dmm modifiers for kills remaining 2020-10-17 12:05:32 -04:00
Adam 7a6c4ecc51 Add pluginhub user count tracking 2020-10-17 11:50:53 -04:00
dekvall 901f294e06 chat-commands: add league points command 2020-10-16 15:30:12 -04:00
Adam a2d693fc74 chat commands: unregister bh and lms commands 2020-10-16 13:06:34 -04:00
pilino1234 0a8514fa5f Worldhopper: Update league world color for Trailblazer
Color source: https://secure.runescape.com/m=news/gielinor-gazette-september-2020?oldschool=1
2020-10-16 11:07:55 -04:00
Bram91 5ef40cc6ca XPGlobes: allow stacking vertically. 2020-10-16 03:18:16 +02:00
Joey Wilson 54fd10491c Add item mapping for unidentified minerals (#12552) 2020-10-14 01:01:43 +02:00
melkypie 9e390812e3 motherlode: allow sack overlay to be resizable
Also makes the overlay adhere to overlayBackgroundColor config
2020-10-13 19:37:33 +02:00
Konrad Kozera 6fdaf498d5 ImageUtil: add error log with path (#12631) 2020-10-13 10:58:16 +02:00
Jordan 67ecfc3cfa Merge pull request #12130 from Cyborger1/contract-overlay-fix-12124
Check diseased and dead states on the Farming Contract Indicator
2020-10-12 13:07:17 -07:00
Jordan b822c45b18 Merge pull request #12448 from SirGirion/feature/mlm-overlay
Motherlode mine sack ores overlay
2020-10-12 13:06:51 -07:00
SirGirion f89b9cb878 motherlode: Add option to show collected ore/gem icons 2020-10-12 12:57:59 -07:00
Cyborger1 6d78e6884d farming: Fix contract status for plots with diseased/dead crops
This commit fixes the farming contract manager's behavior when
encountering crops which have become diseased. Previously, it would not
take this into account and incorrectly report the crop as IN_PROGRESS or
READY.
2020-10-08 19:52:02 -07:00
Cyborger1 a3a647e206 farming: Fix harvestable health-check crops contract status
This commit fixes a bug which caused the farming contract manager to
ncorrectly report the status of a crop which had been health-checked as
IN_PROGRESS for an active contract, instead of OCCUPIED.
2020-10-08 19:36:47 -07:00
Minhs2 aed923ba0a slayer: Add Sourhog task (#12622) 2020-10-08 21:45:52 +00:00
Jordan 5af97a385a Merge pull request #12605 from hex-agon/issue-12532
cannonplugin: Check world when drawing overlay
2020-10-08 14:20:42 -07:00
Jordan Atwood d0589c80b9 kourendlibrary: Don't reset state when not finding Varlamore Envoy
The Varlamore Envoy is a quest item which, while having a known location
in the library once a rotation is determined, cannot be found under
certain circumstances. (when the Depths of Despair quest has not been
started, has been collected while completing the quest, and after the
quest is completed) Previously searching a bookcase which could contain
this book and not finding it would cause a state reset. This commit
keeps those null finds from resetting the known library state.
2020-10-08 14:09:06 -07:00
Runelite auto updater d19405129a Bump for 1.6.29-SNAPSHOT 2020-10-07 14:17:41 +00:00
Runelite auto updater 77ca99f9e0 Release 1.6.28 2020-10-07 14:17:31 +00:00
Max Weber 4dfb561632 timetracking: correctly bound Catherby patches 2020-10-06 20:13:24 -04:00
Adam dc414b1adf ground markers: add tile labels 2020-10-06 20:09:03 -04:00