gzdoom/src/sound
Christoph Oelckers 51b05d331d - replaced AActor::vel and player_t::Vel with a floating point version.
- Converted P_MovePlayer and all associated variables to floating point because this wasn't working well with a mixture between float and fixed.

Like the angle commit this has just been patched up to compile, the bulk of work is yet to be done.
2016-03-20 00:54:18 +01:00
..
efx.h Normalize line endings 2016-03-01 09:47:10 -06:00
except.h Normalize line endings 2016-03-01 09:47:10 -06:00
fmod_wrap.h Normalize line endings 2016-03-01 09:47:10 -06:00
fmodsound.cpp Made FMOD Ex stream buffer size customizable 2016-03-16 22:15:13 +02:00
fmodsound.h Normalize line endings 2016-03-01 09:47:10 -06:00
i_music.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
i_music.h Normalize line endings 2016-03-01 09:47:10 -06:00
i_musicinterns.h Normalize line endings 2016-03-01 09:47:10 -06:00
i_sound.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
i_sound.h Normalize line endings 2016-03-01 09:47:10 -06:00
i_soundinternal.h Normalize line endings 2016-03-01 09:47:10 -06:00
mpg123_decoder.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
mpg123_decoder.h
music_cd.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_dumb.cpp - Fixed: Modern versions of GCC on PowerPC inserted padding to the end of pragma packed structures. 2016-03-13 01:14:08 -05:00
music_fluidsynth_mididevice.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_gme.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_hmi_midiout.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_midi_base.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_midi_timidity.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_midistream.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_mus_midiout.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_mus_opl.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_pseudo_mididevice.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_smf_midiout.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_softsynth_mididevice.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_stream.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_timidity_mididevice.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_wildmidi_mididevice.cpp
music_win_mididevice.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
music_xmi_midiout.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
oaldef.h - On Windows, use LoadLibrary/GetProcAddress to load OpenAL function addresses. 2016-02-01 14:02:25 +01:00
oalload.h - Load OpenAL at runtime for all platforms because I can't think of a good reason not to handle them all the same right now. 2016-02-09 22:40:19 -05:00
oalsound.cpp - replaced AActor::vel and player_t::Vel with a floating point version. 2016-03-20 00:54:18 +01:00
oalsound.h Normalize line endings 2016-03-01 09:47:10 -06:00
sndfile_decoder.cpp - fixed a few 64-bit warnings. 2016-02-13 13:37:28 +01:00
sndfile_decoder.h