vkdoom_m/src/sound
Christoph Oelckers fec958cc0a - finally managed to get rid of the DWORD type.
This one was particularly nasty because Windows also defines a DWORD, but in Windows it is an unsigned long, not an unsigned int so changing types caused type conflicts and not all could be removed.
Those referring to the Windows type have to be kept, fortunately they are mostly in the Win32 directory, with a handful of exceptions elsewhere.
2017-03-10 19:46:22 +01:00
..
efx.h Normalize line endings 2016-03-01 09:47:10 -06:00
except.h Don't try to define __try/__except on non-MSVC systems 2016-04-26 05:55:18 -07:00
fmod_wrap.h - Added support for building with FMOD Studio Low Level API (partially based off of Emile Belanger's/Beloko Games Android work) 2016-08-27 22:14:57 -04:00
fmodsound.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
fmodsound.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_midi_win32.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_music.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_music.h - added a gme_stereodepth CVAR. 2017-02-26 14:04:30 +01:00
i_musicinterns.h - cleaned up the interdependencies between the MIDIStreamer and the WinMIDIDevice classes. 2017-03-10 19:08:37 +01:00
i_sound.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_sound.h - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00
i_soundinternal.h - most WORD and SWORD are gone. 2017-03-08 18:55:55 +01:00
mpg123_decoder.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
mpg123_decoder.h Fixed ssize_t type definition for mpg123 (affects MSVC x64 only) 2017-03-06 18:05:06 +02:00
music_audiotoolbox_mididevice.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
music_cd.cpp - most WORD and SWORD are gone. 2017-03-08 18:55:55 +01:00
music_dumb.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
music_fluidsynth_mididevice.cpp cleanup of MIDI code dependencies 2017-03-10 19:08:36 +01:00
music_gme.cpp - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00
music_hmi_midiout.cpp - cleaned up the interdependencies between the MIDIStreamer and the WinMIDIDevice classes. 2017-03-10 19:08:37 +01:00
music_midi_base.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
music_midi_timidity.cpp cleanup of MIDI code dependencies 2017-03-10 19:08:36 +01:00
music_midistream.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
music_mus_midiout.cpp - cleaned up the interdependencies between the MIDIStreamer and the WinMIDIDevice classes. 2017-03-10 19:08:37 +01:00
music_mus_opl.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_pseudo_mididevice.cpp - removed all dependencies on Windows-defined constants, rename the ones for non-Windows platforms and use those througout. 2017-03-10 12:39:23 +01:00
music_smf_midiout.cpp - cleaned up the interdependencies between the MIDIStreamer and the WinMIDIDevice classes. 2017-03-10 19:08:37 +01:00
music_softsynth_mididevice.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
music_stream.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_timidity_mididevice.cpp cleanup of MIDI code dependencies 2017-03-10 19:08:36 +01:00
music_wildmidi_mididevice.cpp - did a bit of cleanup on the MIDI callback interface, made the function type a typedef and removed the two unused parameters. Only the native Windows player passed something, but it wasn't used by the callback. 2017-03-09 20:28:57 +01:00
music_win_mididevice.cpp - cleaned up the interdependencies between the MIDIStreamer and the WinMIDIDevice classes. 2017-03-10 19:08:37 +01:00
music_xmi_midiout.cpp - cleaned up the interdependencies between the MIDIStreamer and the WinMIDIDevice classes. 2017-03-10 19:08:37 +01:00
oaldef.h - On Windows, use LoadLibrary/GetProcAddress to load OpenAL function addresses. 2016-02-01 14:02:25 +01:00
oalload.h - Added support for GTK3 (thanks to "MineyMe" and edward-san) 2016-11-12 18:32:09 -05:00
oalsound.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
oalsound.h - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00
sndfile_decoder.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
sndfile_decoder.h Use a TArray for SoundDecoder::readAll 2014-06-27 21:51:05 -07:00