* Update chance-man to v2.7.0
Dim locked tradeables, improve drops, rolls, and persistence
- Add ItemDimmerController to dim locked tradeables in UI.
- Drops: improve DropCache (startup/shutdown, pruning), DropFetcher (error handling), DropItem (rarity parsing), and refresh viewer live on updates.
- Roll animation: switch to time-based easing with smooth slowdown; unify highlight duration to overlay.
- Persistence: refactor RolledItemsManager & UnlockedItemsManager for safer, leaner handling.
• Windows safe backups (COPY with retries, pruning via try-with-resources).
• Atomic tmp→main swap with watcher echo suppression.
• LWW reconciliation using ConfigPersistence with stamped keys.
• Debounced cloud mirrors with write-if-newer to prevent stale writes.
• Track dirty state and flush immediately on shutdown.
- Plugin: replace polling with ScriptPostFired for inventory/bank; gracefully shut down file executor and clear refs on disable.
- Misc: update README and internal helpers for cleaner structure and logging. update to v2.7.0
* Update chance-man
update build.gradle
* Update chance-man
- remove deprecated usages for SpriteOverrideManager
- remove deprecated usages for TabListener
- Maintain locked item dimming across UI updates
- update tests
* Update chance-man
- remove the random 'o' in build.gradle
* Update runelingual
few lines added, to implement polish
* Update RuneLingual
game messages can now be translated by local translation too
(also removed 2 characters from a list of characters to be replaced with their non-accent variant)
* added more fixes to the plugin
the conflict has not yet been resoved
* pt-br's local translation enabled
changed pt-br's local translation from false to true
* Update fixed-resizable-hybrid
- Updated to using InterfaceID from depracated ComponentID
- Fixed skill info widget alignment
- Added configurable warning to tell users when their inventory is transparent
* Update fixed-resizable-hybrid
- Updated to using InterfaceID from depracated ComponentID
- Fixed skill info widget alignment
- Added configurable warning to tell users when their inventory is transparent
* Update fixed-resizable-hybrid
- Added failsafe trigger for plugin initialization, fixing bug affecting world hopping from instances and hopping to PvP arena worlds
- Decoupled transparency warning from the gap borders
- Uncommented excess debug logs
* Update fixed-resizable-hybrid
- Added More Ship Cutscene compatibility
- Added Hot Air Balloon compatibility
* Adds the brimhaven-agility plugin
* Addresses feedback from RuneLite plugin hub PR
* ensures license header is present on all files from Quest Helper
* simplifies config
* wrap build.gradle lines at 120 chars
* Addresses code review feedback, fixes a bug in subPath, adds GH action
* ensures an infinite loop cannot occur in pathfinding
* ensures recomputing path runs on client thread
* fixes a bug in subPath which was causing incorrect paths for a tick
* adds Github action to ensure plugin builds correctly
* Adds an extra safety check to reconstructPath