gzdoom-gles/src/sound
Christoph Oelckers 833dbee167 - fixed some issues with m_swap's design.
The native byte order converters were defined as macros which hid some issues due to lack of type checks.
Additionally the ???Long variants taking 'long' variables were removed, because longs are not always 32 bits so this could be destructive.
As a result of this, removed several DWORDs from struct definitions in i_crash.cpp.
2018-03-11 14:35:36 +01:00
..
mididevices - fixed some issues with m_swap's design. 2018-03-11 14:35:36 +01:00
midisources - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
musicformats - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
oplsynth - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
thirdparty - removed redundant sound includes. 2017-04-18 20:55:40 +02:00
timidity - Removed FileReader from SoundFont manager. 2018-03-10 20:10:17 +01:00
timiditypp - added a few more FileRdr replacements 2018-03-10 20:33:49 +01:00
wildmidi - Removed FileReader from SoundFont manager. 2018-03-10 20:10:17 +01:00
efx.h
i_midi_win32.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_music.cpp - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
i_music.h - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
i_musicinterns.h - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
i_sound.cpp - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
i_sound.h - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
i_soundfont.cpp - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
i_soundfont.h - Removed FileReader from SoundFont manager. 2018-03-10 20:10:17 +01:00
i_soundinternal.h - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
mpg123_decoder.cpp - added a few more FileRdr replacements 2018-03-10 20:33:49 +01:00
mpg123_decoder.h - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
mpgload.h - allow dynamic loading of all sound related libraries without providing any SDK at all. 2017-04-17 17:05:09 +02:00
music_midi_base.cpp - made the sound font loading a bit more error resistant. 2018-02-26 16:36:30 +01:00
oalload.h - allow dynamic loading of all sound related libraries without providing any SDK at all. 2017-04-17 17:05:09 +02:00
oalsound.cpp - fixed some remaining issues: 2018-03-11 13:26:30 +01:00
oalsound.h - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
sndfile_decoder.cpp - added a few more FileRdr replacements 2018-03-10 20:33:49 +01:00
sndfile_decoder.h - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
sndload.h - allow dynamic loading of all sound related libraries without providing any SDK at all. 2017-04-17 17:05:09 +02:00