Commit Graph
14978 Commits
Author SHA1 Message Date
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
Andrey Kaipov 15a1e89d8f catch grgit errors 2020-10-23 14:26:06 -04: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
Owain van Brakel 2d251666a4 Merge pull request #2836 from open-osrs/pr-lint
actions: Change PR linter
2020-10-23 03:20:13 +02:00
Owain van Brakel 625ebc89be actions: Change PR linter 2020-10-23 03:11:30 +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
ThatGamerBlue 398d9ff864 Merge pull request #2835 from ThatGamerBlue/192
project: rev 192
2020-10-21 14:52:12 +02:00
ThatGamerBlue 88599e5dd3 project: rev 192 2020-10-21 14:35:05 +02:00
ThatGamerBlue 47583ab7c6 bump version numbers 2020-10-21 13:56:51 +02: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
Owain van Brakel 72ec1b1488 Merge pull request #2832 from open-osrs/GRADLE-DEPS-UPDATE
gradle: Update gradle dependencies
2020-10-21 13:11:47 +02:00
Owain van Brakel 900c0a6a35 Merge pull request #2833 from open-osrs/2110-upstream
project: Merge upstream
2020-10-21 13:09:12 +02:00
Owain van Brakel 0a0c9ef0ce Merge pull request #2834 from open-osrs/fix-development-mode
externalpluginmanager: Fix development mode after #2815
2020-10-21 13:09:01 +02:00
Owain van Brakel 63d03a1ebc externalpluginmanager: Fix development mode after #2815 2020-10-21 12:59:21 +02:00
Owain van Brakel 1cf50d54b1 project: Merge upstream 2020-10-21 12:57:38 +02:00
Runelite auto updater c88c094bcc Update 192 2020-10-21 10:39:38 +00:00
Owain van Brakel d56f4da47d sentry: Update for new maven version 2020-10-21 10:03:22 +02:00
OpenOSRS dfc5875242 gradle: Update gradle dependencies 2020-10-21 00:03:57 +00:00
MacweeseandMacweese 4891962789 projectileid: mage arena 2 (#2831)
Addition of MA2 NPCs AoEs and projectile.

Co-authored-by: Macweese <50101641+Macweese@users.noreply.github.com;macweese@pm.me>
2020-10-20 16:53:00 +01:00
Thomas Cylke b0fddd32d1 api: getRSGameState and setRSGameState functions (#2816)
* api: getRSGameState and setRSGameState functions

* api: blue wanted this
2020-10-20 09:48:33 +01:00
OpenOSRS 96a428d0b0 client: Update NPC stats (#2824) 2020-10-20 09:47:43 +01:00
OpenOSRS 1d93c636da gradle: Update gradle wrapper (#2827) 2020-10-20 09:47:05 +01:00
Ganom a377e69131 externalmanager: alert user when they have duplicate plugins. (#2815)
* externalmanager: alert user when they have duplicate plugins.

* externalmanager: log in one line instead of multiples.
2020-10-20 09:46:38 +01:00
Thomas Cylke 58e48279be api: widget things (#2830) 2020-10-20 09:45:06 +01:00
SirGirion 274df60d3c timetracking: add compost bin time trackers (#12619) 2020-10-19 19:46:14 -06:00
Ganom 9cf237a1f6 config: add documentation for items and sections. (#2829) 2020-10-18 22:45:42 -04: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
Tyler Bochard b62adaacd9 Merge pull request #2828 from tomcylke/ge-widgets
api: add ge widgets
2020-10-18 18:51:51 -04: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
Thomas Cylke e387373236 api: add ge widgets 2020-10-18 13:14:37 -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