* Update naturalspeech
Updated naturalspeech with several features and improvements.
removed warning message because now the voice packs are hosted on github
* Update naturalspeech
* Update naturalspeech
* Update commit reference in chathighlightplayer
As per request, I have removed the following features as requested by admins:
-Remove the generic player highlighting feature (the always highlight groups).
-Remove the customizable temporary highlight duration. You may set it to a duration at or below 60 seconds.
Now it will only temp highlight players from 5 seconds - 60 seconds (hard limit on 60 seconds) similar to how the plugin started. No more permanent highlight.
I worked on most of these features. I thought it was a cool feature I was adding but had no ideal it was breaking the rules. It would only highlighted players in your surroundings that you would select, but I can understand your point. So sorry about that.
I hope this resolves the issues.
* Update commit reference in chathighlightplayer
fixed version number
* Update commit hash and add author to chathighlightplayer
cleaned up file
added highlight timer from 1 minute max to 2 minute max.
* Update commit hash in chathighlightplayer config
Merge pull request #15 from Jasper-VP/fix-code-formatting
Restore code formatting (whitespace only)
Pure formatting cleanup addressing the review feedback about removed line breaks. No functional changes.
Normalize CRLF line endings to LF
Restore consistent tab indentation (de-indented method bodies; split joined lines)
Restore the blank lines between and within methods that were dropped during the feature-removal commits, matching the pre-removal formatting
Normalize the over-indented @configitem annotation params in the config
* Update commit reference in chathighlightplayer
Fixed minimap dot not showing for highlighted player
Added toggle to enable or disable minimap dot for highlighted player
* Update commit reference in chathighlightplayer
updated version number
* Update commit reference in chathighlightplayer
Added new highlight mode and toggle for highlight mode (Tile, Outline)
* Update commit reference in chathighlightplayer
Updated config layout to try and group settings better
Added a toggle to display gamemessage when a player is highlighted
Fixed: Removed 0 Seconds as an option in the highlight duration.
* Update commit reference in chathighlightplayer
Added "Overlay above widgets" (default true)
Modified Minimap overlay so it does not get hidden with new "Below widgets" toggle
Added option for minimap dot size (Default, Medium, Large)
Made minimap position smooth when player is moving
* Bump embargo to 1.6.1
- Fix bank widget
- Add local client override for testing
- Consolidate BASE_URL across 7 files
- Add new config option to prevent "untrackable" items from syncing automatically on bank scan
- Move raid board stuff to constants
- Fix bug with panel resetting after transient payload errors
- Add case insensitive dedupe + id first ordering
- add npe guard for missing gear requirements
* Add build=standard to runelite-pluign.properties
* Update Hiscore Notifications - add boss kc tracking and improve client side rate limiting
* Remove potential for request spam from added boss kc tracking.
* Update RaidParty v2.0
Revamped the UI for the playercards and resolved issues with the playercards updating properly and implemented some QoL updates and functionality.
* Update RaidParty v2.0
* Update Creator's Kit to v2.1.23
v2.1.23 - ToolBoxFrame setLocation bugfix
- On restart, it should no longer be possible for the ToolBox frame to go missing by spawning offscreen
* Update Creator's Kit to v2.1.24
v2.1.24 - ModelOrganizer overhaul
- ModelOrganizer has been overhauled. Instead of creating individual panels for each CustomModel, it now has a dynamic table that updates whenever CustomModels are added or removed. There is now one set of master buttons for tools that manipulate the selected CustomModel from the table
- ModelOrganizer now has a preview RenderPanel as well
- TableRenderStyle dictates whether a JTable renders its words with or without hightlights as per the search parameters
- Cleaned up adding/removing custom models to treat them as batches to optimize when adding or deleting a large number of CustomModels
- CacheSearcher now has a toggle to display and store/add the model with its default animations from the cache
- Bugfix: NPE fixed when attempting to load a CustomModel to Anvil without CustomLighting
* Update Creator's Kit to v2.1.25
v2.1.25 - Saving/Loading tweaks
- New Setup button added to ToolBoxFrame dropdown
- Creating a New Setup will now also clear all Custom Models
- Open Setup is now split into Open and Open On Top. Open On Top will add the chosen setup to the current setup, while load will clear the current setup first
- Bugfix: older Setups would sometimes load a CustomModel with no Model attached
- Bugfix: model JComboBoxes should now properly listen to when a selection option is removed