gzdoom/src/sound/musicformats
Chris Robinson 78231d5ba1 Remove unused URLSong functionality
This isn't supported with the OpenAL backend, and instead of trying to make a
workaround for it, a better approach would probably be to make a FileReader
implementation that handles URLs.
2017-04-24 13:12:43 +02:00
..
music_cd.cpp - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
music_dumb.cpp - remove mod_dumb CVAR. This now effectively disabled module playback because the OpenAL backend cannot substitute for it, unlike FMod. 2017-04-22 10:59:52 +02:00
music_gme.cpp - moved the various music format files into their own directory. 2017-03-10 22:26:02 +01:00
music_hmi_midiout.cpp - moved the various music format files into their own directory. 2017-03-10 22:26:02 +01:00
music_libsndfile.cpp - added loop tag reading for Ogg and Flac sound effects. Due to lack of test material this is currently untested. 2017-04-21 12:29:50 +02:00
music_midistream.cpp - fixed: MIDIStreamer::Update did not check if the device was still valid. 2017-03-13 00:38:59 +01:00
music_mus_midiout.cpp - moved the various music format files into their own directory. 2017-03-10 22:26:02 +01:00
music_opl.cpp - restart the music if the OPL core or the config file for the softsynths is changed, except for the GUS synth, which loads all its data during engine startup and cannot swap it out. 2017-04-18 16:43:07 +02:00
music_smf_midiout.cpp - moved the various music format files into their own directory. 2017-03-10 22:26:02 +01:00
music_stream.cpp Remove unused URLSong functionality 2017-04-24 13:12:43 +02:00
music_xmi_midiout.cpp - moved the various music format files into their own directory. 2017-03-10 22:26:02 +01:00