summaryrefslogtreecommitdiff
path: root/src/i_sdlmusic.c
AgeCommit message (Expand)Author
2015-04-10Add missing #includes.Simon Howard
2015-02-20Warning fixesJames Haley
2014-10-24Replace strdup() with M_StringDuplicate().Simon Howard
2014-10-24Ignore metadata loop tags if both are zero.Simon Howard
2014-10-24Ignore loop tags on non-looping substitute tracks.Simon Howard
2014-10-07Allow multiple substitute mappings for music tracks.Simon Howard
2014-05-11Fix compilation with MSVC2008alexey.lysiuk
2014-05-08music: Allow / separators in substitute filenames.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-05-04music: Tweak comment parsing for substitute configs.Simon Howard
2014-04-27music: Add loop point Ogg/Flac metadata support.Simon Howard
2014-04-22Fix a segfault in i_sdlmusic.cFabian Greffrath
2014-04-12music: Fix -dumpsubstconfig for Heretic/Hexen.Simon Howard
2014-04-07music: Suggest using .ogg format, not .mp3.Simon Howard
2014-04-05music: Minor tweaks to substitute music code.Simon Howard
2014-04-05music: First code for HQ music substitution.Simon Howard
2014-03-30music: Free string using free() rather than Z_Free().Simon Howard
2014-03-30Eliminate some uses of sprintf() from common code.Simon Howard
2014-03-23music: Add config var for external music program.Simon Howard
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