summaryrefslogtreecommitdiff
path: root/src/i_pcsound.c
AgeCommit message (Expand)Author
2009-11-21Merge from trunk.Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2008-12-01Add missing header includes.Simon Howard
2008-09-25Add option to low-level sound API to disable the DS prefix for soundSimon Howard
2008-09-08Fix disabled PC speaker sounds.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
2008-05-02Add W_CacheLumpNum,Name API to WAD code for releasing a lump back toSimon Howard
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
2008-01-24Make lookup tables const where possible.Simon Howard
2007-10-18Shut up signed / unsigned comparison warnings.Simon Howard
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
2007-06-17Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "soundSimon Howard
2007-03-10Lots of changes/additions:Russell Rice
2007-03-09Move the pcsound library to the top level, alongside textscreen.Simon Howard
2007-03-07Use native endianness for sound output, rather than always LSB. Add PCSimon Howard