gzdoom/src/sound
Christoph Oelckers 76ee658be4 Made several classes trivially copyable,
Many had leftover non-default constructors/ assignment operators, and some were initialized, even though the initialized data was never used.

In case of FCycler this even caused a default setting to be overwritten when used inside FDynamicLight.
2019-09-09 09:52:33 +02:00
..
adlmidi Upgrade libADLMIDI and libOPNMIDI 2018-10-04 08:58:47 -04:00
backend - moved a few CCMDs from i_sound.cpp to s_sound.cpp. 2019-08-23 21:57:56 +02:00
mididevices Make the build work with fluidsynth 2.x. 2019-08-31 21:47:53 +03:00
midisources - added a method to FileReader to read the contents into an array and used it on the MIDI sources for testing. 2018-11-02 10:20:12 +01:00
music - split off all music code from s_sound.cpp 2019-08-23 17:15:19 +02:00
musicformats GME update with bug-fixes 2019-08-25 15:38:39 +03:00
oplsynth - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
opnmidi Upgrade libADLMIDI and libOPNMIDI 2018-10-04 08:58:47 -04:00
thirdparty - removed redundant sound includes. 2017-04-18 20:55:40 +02:00
timidity Revert "- removed a few redundant includes" 2019-08-23 08:31:49 +02:00
timiditypp - Fixed a buffer overflow with Timidity++ when playing Sigil e5m5 music. 2019-06-02 21:20:19 +02:00
wildmidi - removed the internal WildMidi player object cleanup code. 2019-08-18 16:12:52 +02:00
s_advsound.cpp Made several classes trivially copyable, 2019-09-09 09:52:33 +02:00
s_environment.cpp - move sound files to sound folder. 2019-07-14 17:48:55 +02:00
s_music.cpp - split off all music code from s_sound.cpp 2019-08-23 17:15:19 +02:00
s_music.h - split off all music code from s_sound.cpp 2019-08-23 17:15:19 +02:00
s_sndseq.cpp Made several classes trivially copyable, 2019-09-09 09:52:33 +02:00
s_sndseq.h - move sound files to sound folder. 2019-07-14 17:48:55 +02:00
s_sound.cpp - moved a few CCMDs from i_sound.cpp to s_sound.cpp. 2019-08-23 21:57:56 +02:00
s_sound.h Made several classes trivially copyable, 2019-09-09 09:52:33 +02:00