qzdoom/libraries/zmusic/zmusic
Christoph Oelckers 0ee0034beb - apply the ZMusic mutex a bit more finely grained.
It should only guard the critical parts, like calling Stop() but can let Update and IsPlaying method work unhindered otherwise.
2019-10-20 16:16:40 +02:00
..
configuration.cpp - ZMusic interface refactoring. 2019-10-15 00:23:03 +02:00
m_swap.h - created a new zmusic library which will eventually contain all the music playback code. 2019-09-28 18:32:25 +02:00
midiconfig.h - hooked up a few more CVARs and other values the music backend needs to know about and moved the MusInfo base class into zmusic. 2019-09-30 01:34:16 +02:00
mididefs.h - first state of music configuration refactor. 2019-09-29 20:01:57 +02:00
mus2midi.h - created a new zmusic library which will eventually contain all the music playback code. 2019-09-28 18:32:25 +02:00
musinfo.h - Moved all music related synchronization to the top level 2019-10-15 00:49:40 +02:00
sounddecoder.h - moved the sound decoding code to the zmusic project. 2019-09-29 12:48:12 +02:00
zmusic.cpp - apply the ZMusic mutex a bit more finely grained. 2019-10-20 16:16:40 +02:00
zmusic.h - ZMusic interface refactoring. 2019-10-15 00:23:03 +02:00