* Add repository and commit information to file in plugin folder
Information added for the "Configurable slayer task overlay" plugin
* Update commit reference in slayer task overlay
To account with 120 character wrapping in gradle build file
* Update Flip Smart - UI Improvements
* Update flip-smart
Fix for GE search
* Adding the ability to refresh suggestions
* Update flip-smart
Made some UI improvements with the Flip Assist feature
* Update flip-smart
Improvements with the flip suggestions UI panel
* Reduced the size of this MR so that we can iterate in future changes
* add: resourcetracker plugin
* fixed gson inject
* update resourcetracker plugin commit reference to latest version: replaced JOptionPane dialogs with chatbox input for category actions and goal editing
* update resourcetracker plugin commit reference: remove unused EventBus injection and registration
* Update plugin to v1.1
New Features
Additional Item Container Support: Added tracking support for Seed Vault, Retrieval Service, Group Storage, Looting Bag, Sailing Boats, and POH Storage etc, configurable via settings.
Potion Storage Tracking: Implemented logic to track the Bank's potion storage.
Inventory-Only Mode: Added toggles to restrict tracking to the inventory at both the Category and Item levels.
UI Improvements
Drag-and-Drop Reordering: Categories can now be reordered within the panel via drag-and-drop, order is now also saved.
Category Visualization: Added progress bars and item count totals to category headers, toggleable via config.
Additional Menu features: Added right-click options to Rename Categories, Reset Item Counts
Detailed Tooltips: Item tooltips now display Grand Exchange and High Alchemy prices, As well as showing in which container X amount is located in.
Optimization
Container Caching: Implemented a caching system to minimize re-scanning of containers.
Data Persistence: Updated save structures to support container caches, prices, and new configuration states.
* fixed inject issues
* 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
* Added ability to have different value settings per channel. Also removed remaining uses of Desktop and replaced with LinkBrowser as per riktenx's request.
* Updated to v 1.0.1
---------
Co-authored-by: riktenx <riktenx@gmail.com>
Align Show Drops behavior with Chance Man and add always-open support
- Add "Show Drops Always Open" config option
- Gate Music tab auto-restore behind the new toggle
- Add explicit Close button to exit Show Drops when always open is enabled
- Rework MusicWidgetController to fully match Chance Man behavior:
- Backup and restore root, scroll, and jukebox widget children
- Preserve and restore original root widget type
- Hard purge dynamically created widgets to prevent resurrection
- Reapply override safely on widget reloads
- Clear drop caches when Rare Drop Table or Gem Table visibility changes
- update to v1.1.0
* 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
* update readme, add icon
* 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.