- Add transactions tab in flips window.
- Add function to remove transaction from flip.
- Add function to add missed sell transaction.
- Fix show buying transactions.
- Refactor loading of accounts and flips.
- Sync flips for all accounts live.
* Create royal-titans-damage-tracker-plugin
I'm so sorry for spamming these. Hopefully this time everything is good.
* Update royal-titans-damage-tracker-plugin
Updated Readme file, install instructions.
* feat: Update Burner Alarm plugin with House Hosting features
* Update burner-alarm
corrected package name
* Update burner-alarm
correct package name again
* Update burner-alarm
correct config group and keynames to reflect old config so user settings are preserved
* Update burner-alarm
decouple notifications from chat messages, add a plugin prefix for chat messages, set Notification.ON to respect users global notification settings
* Update chance-man to v2.6.0
Refactor MusicWidgetController:
- centralize constants
- extract draw/layout helpers
- enforce client-thread safety
- add hide-rolled-items toggle
ChanceManPlugin:
- Register and inject new NpcSearchService for fast NPC drop searching.
- Enable NPC drop searching and lookup UI.
- Ensure drop cache initialization and integration with search system.
- Minor cleanups related to plugin startup and drop fetching.
NpcSearchService:
- Add new NpcSearchService providing fast, parallelized fuzzy and ID-based NPC drop searching.
- All searches filter out NPCs without drop tables them.
- Includes Levenshtein based fuzzy matching and flexible query parsing (ID, name, level).
DropFetcher:
- Refactor to fully discard NPCs with no drop table sections when fetching from the wiki.
- Only NPCs with at least one drop section are passed to the cache and search layers.
DropCache:
- Heavily refactor cache/indexing: never write or retain NPCs lacking drop tables on disk or in-memory.
- Updated search logic to combine in-memory and wiki-backed queries, always skipping empty NPCs.
MusicWidgetController:
- Integrate NpcSearchService for in-game NPC drop search dialog.
- Various small refactors and search-driven UI improvements.
- update to v2.6.0
* Update chance-man
- update UA to 2.6.0
* add new plugin: project-xeric
Project Xeric is a plugin designed for the "Zeah Ironmen" clan, featuring task tracking, a ranking system, leaderboards, and account exception tracking.
* add requested changes
* update commit hash to latest changes
* update commit hash to fix a whoopsie
* update commit hash, manager eventBus in plugin class
* update commit hash, package restructuring
* update commit hash, onPanelUpdate needs to match event name
* update commit hash, fixes incorrect item id in task
* update commit hash, refactors
* Added Tick Beats Metronome Plugin
* Updated plugin to fix potential resource folder access issue
* Updated plugin to give users the ability to add their own sounds for ticks.
* Update tick-beats-metronome removed javax.sound
Removed javax.sound and replaced it with runelite audio player
* Added color overlay functionality
* Update Added color overlay and more options
* Update tick-beats-metronome
changed log.info to log.debug
* Made Log Writes Async
Made log writes async, added and icon, and added a bit more info to the log
* Update tick-beats-metronome
Found an issue where executor wasn't properly restarting when the plugin was toggled off and back on
* Update Tick Beats, Added Music
Made some major changes including adding music playing synced to ticks and removing the now unnecessary log writer
* Removed large wav files
* raw.githubusercontent.com file download implemented
* Converted Audio Messages to Text Messages
---------
Co-authored-by: HarperDevLab <HarperDevLab@users.noreply.github.com>
* Update afk-crab-helper: add font customization and timing improvements
- Add comprehensive font customization options (family, size, color, style)
- Maintain contributor's timing accuracy improvements
- Support configurable font families and styles
- Enhanced user experience with better text rendering
* Update afk-crab-helper: fix test class package structure
- Correct test class package name from com.andmcadams.wikisync to com.afkcrabhelper
- Move test file to proper directory structure
- Maintain all font customization and timing improvements
* Update afk-crab-helper: fix timer for freshly spawned crabs
- Fix issue where timer shows 0 when attacking crab immediately at spawn
- Add fallback to assume full health when health detection returns 0
- Maintain all previous font customization and timing improvements
Upgrade combat messages to include HitSplat type.
Add damage number brightness config.
Reactive config, no more "restart plugin to apply" stuff.
Add warning to Reset History.
Pop outs and warnings centered on canvas.
Add LoginLogout and "Did You Know?" messages.
Add Message Type Coloring options for: Block, Burn, Drain, Heal, Max Hit, Poison, DidYouKnow, and LoginLogout.
Add option to add Clan, Guest Clan, and FC group names to messages.
Add config to recolor group names.
* add image-bankai
* update image-bankai
* update image-bankai
- Only load / resize the image if it's not been loaded previously, or when the config changes.
- Use ImageUtil.resizeImage.
* update image-bankai
- Add error image if it can't find profile.png.
- If it can't find profile.png, only re-attempts once a second vs once every render.
* update image-bankai
Only resize the error image on first use or if config changes.
* Update gemstone-crab-timer
* Update gemstone-crab-timer
Overlay rendering now uses the configuration store for cached values instead of pulling configuration manager each time
Added launch configuration without debug to not see all the debug messages
Added Timing helper which was used to get timings for the renders
Profiles are now taken into account for the different saving stats
Any existing counts will sadly be reset because of this
Render Timings in nanoseconds:
Before changes:
Average render time: 71183.08373205742 over a total of 41800.0 renders. Running total 2.9754529E9
Average render time: 71156.34844868735 over a total of 41900.0 renders. Running total 2.981451E9
Average render time: 71140.06190476191 over a total of 42000.0 renders. Running total 2.9878826E9
With new configuration store (about a ~10k nanosecond decrease on average):
Average render time: 61921.20574162679 over a total of 41800.0 renders. Running total 2.5883064E9
Average render time: 61899.178997613366 over a total of 41900.0 renders. Running total 2.5935756E9
Average render time: 61881.780952380956 over a total of 42000.0 renders. Running total 2.5990348E9
Added time left overlay to the tunnel
Added a couple of AFK checks for the screen pulsing
* Update gemstone-crab-timer
Changed notification to built in type
* Update Gemstone Crab to v1.1.1
* revert naming change
* Added SeanPino to author list
* Update gemstone-crab-timer
* Update gemstone-crab-timer
- Fixed messages
- Fix issues with threshold notification settings
- Death notificaiton (pulse) replaced with builtin notificaiton at HP threshold (flash)
- Changed minimum threshold to 0% instead of 1%
* Update gemstone-crab-timer
- Fix: Also reset tunnel highlight when boss respawns (same area)
- Fix: Changed time left & notification to use getHealthRatio and getHealthScale instead of reading widget, this allows all HP bar configurations to work
- Removed unused variables, imports and now redundant methods
---------
Co-authored-by: Sean Pino <Seanpino@gmail.com>