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
/
heretic
/
s_sound.c
Age
Commit message (
Expand
)
Author
2010-04-30
Scale up music volume from configuration file value in Heretic/Hexen.
Simon Howard
2010-02-07
Move sound structure and ammo definitions into headers. Add #ifndef
Simon Howard
2010-02-06
Fix Heretic/Hexen "noise" sound debug cheats.
Simon Howard
2008-11-23
Shut up compiler warnings in Heretic code.
Simon Howard
2008-11-02
Fix up raven-branch copyright notices.
Simon Howard
2008-09-27
Fix sound crash on Heretic startup.
Simon Howard
2008-09-25
Shutdown sound at exit, so that the music does not continue to play at
Simon Howard
2008-09-25
Add option to low-level sound API to disable the DS prefix for sound
Simon Howard
2008-09-24
Fix angle calculation in sound code.
Simon Howard
2008-09-24
Set default values for some configuration variables.
Simon Howard
2008-09-24
Add missing sound variables, I_Update -> I_FinishUpdate.
Simon Howard
2008-09-20
Move m_random.[ch] to doom/ (as Hexen uses a different random number
Simon Howard
2008-09-17
Split sound code out of Heretic's i_ibm.c into s_sound.c. Rename
Simon Howard