Releases: Silver-Ore-Team/zBassMusic
Releases · Silver-Ore-Team/zBassMusic
v0.1.2
Fix: crash in Release build caused by nullptrs in BASS_DEVICEINFO
v0.1.1
* Fix: Create logger only if doesn't exist
v0.1.0
* feature: Transition Scheduler * feature: ON_BEAT transition
v0.0.21
Release v0.0.21 * bugfix: Fix music playback stopping after starting new game * bugfix: #5 Deactivate CGameManager::Init_Hook for non-supported versions * deps: union-api & gothic-api upgraded * deps: MSVC toolset bumped to 14.39 * dev: new logging system
v0.0.20
- add
gothic-api
as a submodule - Restore dynamic_cast in Init_Hook
- Security check in Init_Hook
v0.0.19
Fix: zBassMusic crashes when no other plugin is loaded
v0.0.18
`union-api` update
v0.0.17
* Load file leak fix (Merge pull request #4 from bogu9821/LoadFileLea…
v0.0.16
- Optimizations, invalid memory fix, console color restore #3 (Merge …