Commit Graph
6985 Commits
Author SHA1 Message Date
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
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
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
Adam c0a57a62e8 gpu: dispose of graphics objects 2020-10-05 18:26:24 -04:00
Jacob Mischka 6946140d55 Fix screenshot with hidpi scaling with GPU plugin
Fixes #12463
2020-10-05 18:11:17 -04:00
Adam 2f91100f17 examine plugin: format quantity of large item stacks 2020-10-05 09:39:22 -04:00
Jack Hodkinson 1ce0474336 Sort plugin search results with closer test matches higher (#12432) 2020-10-05 02:18:16 -06:00
Hexagon dabc933fa8 cannonplugin: Check world when drawing overlay 2020-10-04 22:44:46 -03:00
Sean Patiag 9499c365ea chatfilter: Add option to filter game chat 2020-10-03 13:39:32 -04:00
Jordan Atwood d9876976d6 util: Remove unused and unneeded methods
ImageUtil had previously provided a number of image fill and outline
methods which accepted Predicates to control the fill and outline
behavior, but they are not used anywhere in the client or by external
plugins. This commit removes these methods and the
is(Not)?FullyTransparent ColorUtil methods which existed solely as
Predicate defaults for them.
2020-10-03 12:06:52 -04:00
AdamandSirGirion dadee6e4b0 item charges: fix resetting dodgy necklace, ring of forging, and amulet of chemistry
Co-authored-by: SirGirion <seallproducts@gmail.com>
2020-10-03 10:48:04 -04:00
Adam e2399fe176 key manager: move key event logging to trace level
This is way too chatty and is debug logging eg. passwords on the login screen. Instead log when a key is consumed at debug level.
2020-10-03 10:42:55 -04:00
AdamandJordan Atwood bf4173c45f config: Add infobox component outline option
Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com>
2020-10-02 18:12:25 -04:00
Matthew C cd8a40807d runecraft: cleanup, refactor AbyssRifts, updateRifts() 2020-10-02 17:31:15 -04:00
Matthew C ca8f78281d inventoryviewer: Add a keybind toggle to hide the overlay. 2020-10-02 16:42:53 -04:00
Jordan 62b3fbc6c6 Merge pull request #12466 from Nightfirecat/fix-bank-tag-separator-removal-scroll-position
banktags: Don't lose scroll position when hiding separators
2020-10-02 13:34:25 -07:00
Adam 1799c9e593 loottracker: submit loot when not logged in
This is to aid the wiki drop log project. The data is not otherwise
stored.
2020-10-01 18:31:39 -04:00
Jordan Atwood 32638ccf63 KeyManager: Add debug logging
We receive numerous support queries regarding unknown or errantly-set
keybinds causing issues during normal gameplay for our users, especially
since the plugin hub has been released and more plugins are able to
register keybinds. This commit adds logging for keybind registration and
activation for ease of troubleshooting.
2020-10-01 18:31:12 -04:00
Adam 9c8ba5a008 Merge pull request #12575 from cubemike99/add_clean_swap
menu entry swapper: add clean swap
2020-10-01 10:37:41 -04:00
Adam 34c8bfb2f4 gpu: use noperspective for hsl interpolation
Prior to 8c00f6da88 the interpolation of fragment
shader inputs appears to not have been accounting for perspective. This broke
texturing due to the texture ids being interpolated for perspective which was
fixed in 47e0ac8032. The hsl values similarly
require not accounting for perspective, so the noperspective interpolation
qualifier has been added. It is unclear to me why the geometry shader removal
would affect the interpolation like this since it was emitting vertices with
the correct z values.
2020-09-30 20:34:08 -04:00
Adam 475e463692 Merge pull request #12472 from Nightfirecat/fix-experience-tests-location
Move Experience tests to proper test class
2020-09-30 17:18:19 -04:00
Michal Zielinski e30e6853ca menu entry swapper: add clean swap
swaps the clean/use option
2020-09-30 14:37:54 -04:00
Adam 782e2db580 slayer plugin: simplify a few regex patterns 2020-09-30 10:56:26 -04:00
AdamandJonathan Lee c774117d93 loot tracker: fix tracking grubby chest
Co-authored-by: Jonathan Lee <cookmeplox@weirdgloop.org>
2020-09-28 20:16:33 -04:00
leejt deb46aedd6 Add crowdsourcing plugin 2020-09-28 17:31:52 -04:00
Eric Pratt a8846cfef8 devtools: add movement flags 2020-09-27 21:02:52 -04:00
SirGirion f01dce648a loot tracker: add bird houses 2020-09-27 12:36:10 -04:00
AdamandRon Young 908c6b4fe4 infobox: add support for multiple infobox groups
Co-authored-by: Ron Young <admin@ryoung.io>
2020-09-27 10:20:14 -04:00
Adam 6df3016bb5 overlay renderer: don't allow moving dynamic or tooltip overlays
Originally this was fixed in d02ddfc1b2 but then
broken in d676542dc2. Preferred positions don't
make sense for either overlay type and for tooltips breaks them due to having
them offset from the mouse position.
2020-09-27 10:11:18 -04:00
Adam 47e0ac8032 gpu: don't interpolate texture ids
Despite the textures for each vertex of a face always being identical,
this is now causing issues on Nvidia cards since the projection matrix
update.
2020-09-27 10:11:17 -04:00