summaryrefslogtreecommitdiff
path: root/src/i_sdlmusic.c
AgeCommit message (Expand)Author
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