qzdoom/libraries/wildmidi
Christoph Oelckers fe0a6b00ce - blocked the destructor in the sound font reader base class.
If ZMusic is to act like an external library it may not call delete on external objects because there is no guarantee that they use the same allocator. Deletion must be done as a virtual function to ensure that the correct operator delete gets called, which, unlike the actual destructor is not virtual itself.
2020-01-01 16:11:39 +01:00
..
wildmidi - consolidated the different file access interfaces in the backends into one shared version. 2019-09-28 23:17:16 +02:00
CMakeLists.txt - implemented str(n)icmp function definitions via CMake macro 2019-10-05 14:47:36 +03:00
file_io.cpp - moved the sound decoding code to the zmusic project. 2019-09-29 12:48:12 +02:00
gus_pat.cpp - fixed compilation on XCode and silenced several warnings in the music code 2019-09-27 01:42:56 +02:00
reverb.cpp - made WildMidi a library. 2019-09-25 19:38:48 +02:00
wildmidi_lib.cpp - blocked the destructor in the sound font reader base class. 2020-01-01 16:11:39 +01:00
wm_error.cpp - made WildMidi a library. 2019-09-25 19:38:48 +02:00