* Add repository and commit information
* Update repository URL for stray-dog-hider
* Update repository URL for stray-dog-hider
* Update repository URL to include .git extension
* Update commit reference in stray-dog-hider
* Update commit reference for stray-dog-hider
License.
* 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
* Updated to version 1.0.2
Fixed issue where total value of loot was being used as threshold and would log lower value items. Now each item is scanned individually. Fixed collection log image submission and logging.
---------
Co-authored-by: riktenx <riktenx@gmail.com>
* Create skill-lock
* Update skill-lock
New commit hash for changing WidgetInfo to ComponentID
* Fixed com.example to com.skilllock
* Added resources which were not previously on git
* Removed unused png file from resources
* Update skill-lock
Added icon, and updated plugin description in the properties file
* Update skill-lock
Fixed tooltip errors at higher levels, also fixed spelling mistake for defence and added peeking at locked skills via holding shift.
* Update skill-lock
Added sound effects for locking and unlocking skills. Added glow effect when unlocking skills. Updated README to include new features.
* Removed unused packages and imports
* Update skill-lock
Fixed defence config and added safety checks for certain variables
* Update pathmaker
* Fixed an issue where paths would connect earlier points in their path.
* Removed path label from points on export
* Put a limit on the rename popup.
* Expand/collapse state is now saved in the plugin panel
* Hovered-tile-line will no longer draw to an undefined tile
* Path tooltips now show number of points and belonging regions
* Paths can now be rearranged by dragging and dropping in the plugin panel
* Line point null fix
* Prettier drag & drop
* Also draw gaps on drag & drop
* Create Flux
This is a plugin I have written for my clan that was inspired by the clan events plugin. It is almost entirely just UI and swing components being updated in the plugin panel. There are two external READ only calls. One is to the google sheets API which is where our clan admins control the plugin config (only a few values for dynamic events). One is to Wiseoldman.net. No data is being written outside of the config file.
There is a login message sent, clan ranks checked for my specific clan only, and some interaction with the Overlay class for automatic event password displaying for active events in WOM. Outside of that, it is only Javaswing in the PluginPanel class using the Card layout to display information.
* Update commit reference in flux plugin
changed log.info lines to log.debug
* Update commit reference in flux plugin
refactor from JSON to GSON
* Update flux
* Update commit reference in flux plugin
* Update Flux plugin repository commit hash
* 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