Releases: VTrider/ExtraUtilities
v0.10.0
v0.9.0
v0.8.4
v0.8.3
v0.8.2
v0.8.1
Pre-release v0.8.1
Cleaned up all the extra BS files, all the dependencies are managed through vcpkg now. Misc bugfixes.
Changes:
- Imgui, Minhook, and OpenAL should all be installed through vcpkg using the x86-windows-static triplet
Fixes:
- Fixed crash related to leftover discord dll from testing
- Fixed crash from access violation in the log file
- Probably more stuff that I don't remember
v0.8.0
Pre-release v0.8.0
Added sound system which supports multiple formats, 3d sound, dynamic volume, and more! Changed the lua documentation to be more idiomatic (also supports the vscode plugin for annotations).
Additions:
- Sound system
Changes:
- Better lua documentation
v0.7.1
v0.7.0
Pre-release v0.7.0
09/18/2024 WARNING: THIS RELEASE IS BROKEN! There is a bug in the log initialization code that causes a crash upon loading in, v0.7.1 is the next working version!
Mega update! Added selection functions, and player option functions (at long last), have fun!
Additions:
- Get and Set difficulty (singleplayer only, MP is hardcoded)
- Get and Set automatic leveling (no screen flash or sound)
- Get and Set target lead indicator
- Get and Set reverse mouse
- Select one unit (overrides previous selection)
- Select none (clear selection like pressing tab)
- Add to current selection (regardless of category, eg. offense and defense can mix)
Fixes:
- Cleaned up some code in bzfunc
v0.6.8
Pre-release v0.6.8
09/18/2024 WARNING: THIS RELEASE IS BROKEN! There is a bug in the log initialization code that causes a crash upon loading in, v0.7.1 is the next working version!
Changed some compiler settings that might help with stability
Changes:
- Large address aware on
- MFC use static libraries