* feat: add OSRS Bank Sync
Adds a manifest entry for kyleamielke/osrs-bank-sync v0.1.0 — a plugin that
captures the bank contents on close and POSTs them as JSON to a user-configurable
URL. See https://github.com/kyleamielke/osrs-bank-sync for full design + threading
notes + security posture.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update osrs-bank-sync pin after build.gradle fix
Drops the io.freefair.lombok Gradle plugin which wasn't in
Plugin Hub's gradle/verification-metadata.xml. Lombok itself
is still wired via the explicit compileOnly + annotationProcessor
declarations that were already there.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update osrs-bank-sync pin after deprecated-API migration
Migrates plugin code from terminally-deprecated widgets.WidgetInfo and widgets.InterfaceID to gameval.InterfaceID, unblocking Plugin Hub CI's deprecated-API check.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update osrs-bank-sync pin after build=standard fix
Adds the missing build= property required by Plugin Hub's packager.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: kyleamielke <3060686+kyleamielke@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update corp-boosting-qol
Updating repository URL and commit hash for corp-boosting-qol. The plugin has been expanded to cover Kalphite Queen, Giant Mole, and King Black Dragon in addition to Corporeal Beast. The display name has been updated to "Pet Boosting QOL" to reflect the broader scope. All original Corp features are preserved unchanged.
* Update corp-boosting-qol
* Update corp-boosting-qol
* Update corp-boosting-qol
* Apply suggestion from @riktenx
---------
Co-authored-by: riktenx <riktenx@gmail.com>
* Update persistent-bank
Item valuation was running on a
background thread, where ItemManager.getItemPrice() returns 0, so whole
accounts were priced at ~0. Valuation now runs on the client thread.
* persistent-bank: update to 61ceea9
* 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
* Update Creator's Kit to v2.1.26
v2.1.26 - Further Saving/Loading tweaks
- Opening a Setup should now properly wait to clear the current Setup until the dialogue is confirmed
- The Open dialogue warning now separates loading another Setup vs creating a new one
- Opening a Setup will now properly warn only when the current Setup will be cleared
* Update data-logger to 1.2.0
Updated data-logger to 1.2.0
- Reorganized directories used
- Added supply tracker
- Additional values tracked during Colosseum trials
- Added discord webhook
- Added various dataviewers / utility panels in the sidepanel
- Restructured and expanded ItemLogger
- See CHANGELOG for a more detailed list
* Removed new Gson
Removed new Gson
* Removed system i/o call
Removed system i/o call
* Minor fixes+changes
Fixed an issue with the scrollbar in the items viewer panel
Ensured the combobox in the UtilitiesModePanel is disabled on startup
Updated icons
Set sidebar ordering priority to 10
* Resized icon
Resized icon to 48x48
* update squeaky-toy
- Move **Don't override Global** from a single global toggle to a per-weapon setting
- Add a **Muted Weapon Sound IDs** field to the Options section
* add weapon reordering
- add drag icons that allows weapon reordering