aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/sound_driver.cpp
AgeCommit message (Collapse)Author
2018-05-04XEEN: In progress splitting of music and sfx volumes in sound driverPaul Gilbert
2018-04-12XEEN: Fix read of freed data in multiple rapid playFX callsPaul Gilbert
2018-04-09XEEN: Add warning for invalid cmdFreezeFrequency channel valuesPaul Gilbert
I got a crash once for an invalid channel when falling to the Water Elemental Plain from the Dark Side Skyroads, but couldn't replicate it. So I've put in a warning for now
2018-02-19XEEN: Refactor to merge Sound and Music classesPaul Gilbert
The existing structure didn't make sense, as Sound only handled sound files, but Music handled both music and short FX decoding. I've merged Sound & MUsic into a single Sound class, and moved the music driver to their own file, renamed to SoundDriver