* Update turning circles plugin
Fix error in velocity calculation as negative numbers at 0.5 were not being rounded up. This improves path calculation for NE/SE etc.
* Update commit reference in turning-circles plugin
Updates to fix a path rendering bug
* Create presence-checker
* Update presence-checker
Attempt at fixing build
* Update presence-checker
PresenceChecker.java: deleted the line clientToolbar.openPanel(navButton); in
PresenceCheckerPanel.java: removed the entire new Thread(...) block. I replaced it with javax.swing.Timer (set to 2000ms) and added timer.setRepeats(false).
* Create private-chat-widget
* Update private-chat-widget
Updated commit #
* Update private-chat-widget
Updated commit # again
* Update private-chat-widget
* Update commit # for the last time (I hope)
* Updated commit #
* Updated plugin
* Updated README and made background colour-related tweaks.
* Update and rename private-chat-widget to chat-widgets
* Update chat-widgets
* Update chat-widgets
* Removed duplicate code, now handles most ChatMessageType types
* Fixed an issue where private chat icons would render for old messages that exceed the max message count
* Now includes break <br> tag handling in game messages and a comprehensive README file.
* Create no-hintarrow
* replace example plugin ConfigGroup name
* Update noHintArrow
Added an optional substitute marker
* Rename noHintArrow to nohintarrow
* User settings shown in readme
* Alerts in chat now disabled by default and part of debug options
* Add Clue Step Timer plugin
* Remove incorrectly named plugin file
* Add Clue Step Timer plugin
Adds Clue Step Timer, a RuneLite plugin that times each clue scroll step.
- Starts timing when a clue scroll is read/opened
- Stops when the next clue scroll or a casket is obtained
- Displays the step duration in chat
- No automation, no input modification, display-only
* Remove nested plugins directory
* Add Clue Step Timer plugin
Adds Clue Step Timer, a RuneLite plugin that times each clue scroll step.
- Starts timing when a clue scroll is read/opened
- Stops when the next clue scroll or a casket is obtained
- Displays the step duration in chat
- No automation, no input modification, display-only
* Fix Plugin Hub filename to match naming rules
* Add Clue Step Timer plugin
Adds Clue Step Timer, a RuneLite plugin that times each clue scroll step.
- Starts timing when a clue scroll is read/opened
- Stops when the next clue scroll or a casket is obtained
- Displays the step duration in chat
- No automation, no input modification, display-only
* Fix plugin repository URL
* Updated 40-character SHA
* Tidied Repository and Updated README
* Re-added Functionality for Master Caskets
* Handle master caskets via item name fallback
* Create private-chat-widget
* Update private-chat-widget
Updated commit #
* Update private-chat-widget
Updated commit # again
* Update private-chat-widget
* Update commit # for the last time (I hope)
* Updated commit #
* Updated plugin
* Updated README and made background colour-related tweaks.
* Update and rename private-chat-widget to chat-widgets
* Update chat-widgets
* Update chat-widgets
* Removed duplicate code, now handles most ChatMessageType types
* Fixed an issue where private chat icons would render for old messages that exceed the max message count
* Create wheresmyboat
* added config, ships now colour-coded, added health display, fixed some issues with ownership not updating
* greatly improved the widget's visuals, added missing ports, added fallback functionality
added missing ports, added port & boat type sprites. now creates a widget for each boat in the panel. added fallback for ports not supported by an enum
* Added Trade Tracker plugin 1.0.0
* Removed author key from trade-tracker
* Removed new Gson instance creation
* Update trade-tracker
* Better organized utility functions
* Updated readme
* Added config option to filter for item IDs, added popup option to manually save history
* TradeTracker: improved config and number formatting for simple trades
* Trade-tracker: ability to highlight traded players & changed UI descriptions
* TradeTracker: Auto-remove button tooltip shows configured lifetime
* TradeTracker: improved method for getting traded player
* TradeTracker: fixed incomplete commit
* TradeTracker: updated resource directory and functions as per plugin-hub guidelines
* TradeTracker: Updated visuals for trade panel. Minor refactor to reduce save size by ~25%.
* TradeTracker: removed highlighting feature
* TradeTracker: added tooltip to profile to show total number of logged trades
* Added file to plugin-hub/plugins for osrsloottracker
* no message
* New Commit
* no message
* No longer sleeping the executor service, now I am using executor.schedule to get the logged in users RSN as per Riktenx's comment.
* Update plugins/osrsloottracker
---------
Co-authored-by: riktenx <riktenx@gmail.com>