summaryrefslogtreecommitdiff
path: root/src/i_sdlmusic.c
AgeCommit message (Expand)Author
2013-03-03Add GUS pseudo-emulation.Simon Howard
2013-03-03Fix improper freeing of temp_timidity_cfg.Simon Howard
2013-03-03Add configuration file variable to specify path to a Timidity configSimon Howard
2010-04-30Merge from trunk.Simon Howard
2009-11-21Merge from trunk.Simon Howard
2009-11-21Merge from trunk.Simon Howard
2009-11-19Rework the OS X MIDI disabling code, as SDL_mixer 1.2.11 fixes theSimon Howard
2009-10-01Merge from trunk.Simon Howard
2009-10-01Oops.Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2009-03-04Add initial stub for OPL backend.Simon Howard
2008-12-01Add missing header includes.Simon Howard
2008-09-08Move s_sound.[ch] to doom/Simon Howard
2008-09-08Split off some of the s_sound.c code into i_sound.c and reimplement theSimon Howard
2008-09-07Move dehacked code to doom/. Split dehacked string replacement code intoSimon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2007-08-19Use __APPLE__ instead of __MACOSX__.Simon Howard
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
2007-06-17Make the music code modular as well, although for the time being thereSimon Howard
2007-06-17Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "soundSimon Howard