index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i_pcsound.c
Age
Commit message (
Expand
)
Author
2014-04-01
Replace all snprintf() calls with M_snprintf().
Simon Howard
2014-03-29
misc: Add string utility functions.
Simon Howard
2014-03-23
pcsound: Extend frequency table to 128 entries.
Simon Howard
2009-11-21
Merge from trunk.
Simon Howard
2009-09-30
Change British English spellings to American English, for consistency.
Simon Howard
2008-12-01
Add missing header includes.
Simon Howard
2008-09-25
Add option to low-level sound API to disable the DS prefix for sound
Simon Howard
2008-09-08
Fix disabled PC speaker sounds.
Simon Howard
2008-09-08
Split off some of the s_sound.c code into i_sound.c and reimplement the
Simon Howard
2008-09-07
Move dehacked code to doom/. Split dehacked string replacement code into
Simon Howard
2008-09-06
Remove includes of doomdef.h where possible, move generic parts into top
Simon Howard
2008-05-02
Add W_CacheLumpNum,Name API to WAD code for releasing a lump back to
Simon Howard
2008-02-28
Add fixes for MSVC warnings (thanks entryway).
Simon Howard
2008-01-24
Make lookup tables const where possible.
Simon Howard
2007-10-18
Shut up signed / unsigned comparison warnings.
Simon Howard
2007-06-21
Add arrlen() macro as a clearer way of doing sizeof(array) /
Simon Howard
2007-06-17
Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound
Simon Howard
2007-03-10
Lots of changes/additions:
Russell Rice
2007-03-09
Move the pcsound library to the top level, alongside textscreen.
Simon Howard
2007-03-07
Use native endianness for sound output, rather than always LSB. Add PC
Simon Howard