summaryrefslogtreecommitdiff
path: root/src/i_pcsound.c
AgeCommit message (Expand)Author
2009-09-30Change British English spellings to American English, for consistency.Simon 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