* Includes a rework of `ClanHallsClient` with typed `APIResponses` without callbacks.
* Requests are now sent using OAuth (access token in authorization header) instead of putting the credentials in the body of every request.
* Request payloads have been simplified to reflect this change.
* Create dizana-alert
* Update dizana-alert
* Update dizana-alert
* Update dizana-alert
* Update dizana-alert
* Update dizana-alert
Thank you very much, I have edited it to reflect both changes.
This release we introduced the following improvement/changes:
- Added ability to disable sending certain events
- Transitioned screenshot logic to send .jpeg instead of .png
- Implemented Group Size Tracking for Royal Titans
- Implemented Tracking Royal Titan Drops
Implement kill limit popup notifications & improve special NPC tracking
- Added MonsterMonitorPopup to display a popup when an NPC kill limit is reached.
- Added a configurable toggle in MonsterMonitorConfig to enable/disable popup notifications.
- Ensured multiple popups queue properly and appear in order.
- Integrated popup calls into MonsterMonitorPlugin to trigger on kill limit reach.
- Improved special NPC tracking:
- Fixed Hueycoatl logging by ensuring only its final phase (ID 14012) is logged.
- Optimized updateTrackedNpcs() to reset logs per tick and ensure only valid NPCs remain.
- Implemented onHitsplatApplied() to re-track special NPCs when hit again.
- Removed the unused stopTrackingNpc() method.
- Added shutdown() in SpecialNpcTracker to clear all tracked/logged NPCs on shutdown.
- Improved thread safety for NPC tracking operations using a single lock.
- Fixed an issue where special NPCs were sometimes double logged.
* Update creators-kit to v1.5.17
v1.5.17
- General code cleanup
- Added button for finding a Character and selecting it in the Manager Panel
- Added JMenuBar to the Toolkit for various menu options
- Removed Load and Save setup buttons from ManagerPanel due to redundancy
- ToolBoxFrame will now remember its previous location and extended state
- Cleaned up some code in CreatorsPanel regarding version number comparisons
- Removed several older CustomModel file handlers
- Bugfix: switchButton now has proper hover and select listeners
- Bugfix: loading setups wasn't properly revalidating the ToolBoxFrame
- Bugfix: previewObject wasn't properly adopting its parent's animFrame
v2.0
- KeyFrame label in AttributePanel is now a button
- TimeSheetPanel now can switch cards by pressing the up or down arrow keys while a label is already selected
- Dragging keyframes near the timelineIndicator in Timesheet now causes them to snap to it
- Removed AnimationToggle as it is not relevant with new poseAnimationController
- Added Toggle to AnimAttributes and AnimKeyFrame for looping
- Bugfix: saving ModelKeyFrames has been adapted to saving ModelKeyFrameSaves, allowing CustomModels to be properly saved and catalogued
- Bugfix: loading a setup was causing an NPE with registerSpawnChanges and registerModelChanges in Programmer
* Update creators-kit to v1.5.17
v1.5.17
- Removed system.out
- Switched out Desktop.browse() for LinkBrowser.browse()
* Update creators-kit to v1.5.17
Fixed NPE
* Create dorgeshkaan-agility-course
Plugin that adds some quality of life features to the Dorgesh-Kaan Agility course.
Release v0.1
- Adds a movable widget that tells you which items Turgall requested
- Highlights the requested items from Turgall from the boilers.
- Lets you know if you have a spanner or not
- Widgets are removed from the screen when you're not in the area
* Update dorgeshkaan-agility-course
(Hopefully) fixed gradle build
* Update dorgeshkaan-agility-course
Fixed Spanner.png not actually being a png (oops)
* Update dorgeshkaan-agility-course
Utilisation of runelite image loader instead of inputstream, proper error logging, changed spanner warning, minor bug fixing.
- Replaced image loading via inputstream with RuneLites own image loader
- Added proper error logging for image loading instead of using stacktrace.
- Changed spanner warning design to be a little better
- Fixed a bug where spanner warning wouldn't hide
- Fixed a bug where spanner warning and requested items would be displayed at the same time.