Takeover: the-gauntlet update (hash change)#11409
Conversation
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
|
@LlemonDuck thanks again. Hopefully this pr squares it away |
|
lower a bunch of log.infos (especially in RunHistoryManager) to log.debug use RuneLite's LinkBrowser instead of java.awt.Desktop I know these are likely from the original plugins, but please update them anyway everything else lgtm @ 35465ba234bac2affebe10e0b549d4096dd5c5da. Try not to introduce many more changes on this particular PR so I can give it a quicker merge if you can just fix those things. |
Addressed. Thanks for the feedback! |
|
non-blocking but maybe change in a future update |
Hash Update Following Repository Takeover
Now that the repository takeover is complete (PR #11408), this PR updates the commit hash to point to my updated code on the forked repository: https://github.com/sudonate91/the-gauntlet
Background
The repository name change and takeover process is documented in PR #11408. I took ownership of the plugin via forking the original repository and am now updating the hash to reflect the current state of the plugin.
For historical context and the full lineage of this plugin, see my original standalone PR (#10880), which I closed since I now have taken over via the fork.
What This Is
This is a fork of the original The Gauntlet repository with other community plugins merged in, creating an enhanced all-in-one plugin for The Gauntlet. Supports both Normal and Corrupted Gauntlet.
This combines three popular Gauntlet plugins into one, with enhanced run tracking and visualization:
Main enhancement: Persistent run history with exportable CSV/HTML reports viewable in your browser. Reports include interactive graphs showing DPS given/taken, tick efficiency, prayer accuracy, and mistake tracking over time.
Works with both Normal and Corrupted Gauntlet. All features work together in a single plugin instead of needing to run three separate ones. All integrated work maintains proper attribution (see
CREDITS.mdin the repository) and BSD 2-Clause License compliance.