Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-04 | XEEN: Properly handle SFX & Music volume control | Paul Gilbert | |
2018-06-30 | XEEN: Split the Adlib sound driver into it's own file | Paul Gilbert | |
2018-05-04 | XEEN: In progress splitting of music and sfx volumes in sound driver | Paul Gilbert | |
2018-02-19 | XEEN: Refactor to merge Sound and Music classes | Paul 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 |