* Added casket-saver
Added casket-saver plugin to plugin list
* Updated commit
New version fixes config uniqueness
* Updated casket-saver
Caskets should now no longer be openable when a master clue is in the casket reward window
* Update Tick Fixer for Mac to v1.1.0
* attempt to resolve dependency issue
* Revert "attempt to resolve dependency issue"
This reverts commit 9deee18133.
* ci fix (inlined dependency)
* improved login checking
* Create clue-scroll-notifier
* Update clue-scroll-notifier
* feat: Replace external sound download with local resource usage for clue notifications
- Updated ClueScrollNotifierPlugin to remove external download logic and rely on local sound resources.
- Modified FileManager to use getResourceAsStream() to load the clue.wav sound file directly from the classpath.
- Refactored SoundEngine to handle sound playback using local resource
Fixed a couple item IDs that got out of sync due to renaming and broke the plugin (frog prince/princess clothing). Also fixed the rest of the toy box items, will return for the rest of the costume room additions at some point!
* Added quest-voiceover plugin.
* changed to include most recent commit.
* added recent plugin fixes.
* Added SQLite functionality to fuzzy search quest dialog and bring voiceover coverage to nearly 100%.
* set size limit
* - Changed py cli to now correctly generate a sqlite db file.
- Added pronunciation file.
- Changed `build.gradle` to now pull `xerial/sqlite-jdbc` as normal dependency
* - Added verification-metadata.xml file.
- Changed JBDC import from `testImplementation` to `implementation`.
* Fixed build dependency verification error.
* troubleshooting JDBC verification error.
* updated dependency verification metadata and build.gradle.
* Added a try-with-resource statements for both the PreparedStatement and the ResultSet ensuring they will be closed once we finish with them.
---------
Co-authored-by: Abex <mii7303@gmail.com>