summaryrefslogtreecommitdiff
path: root/src/heretic/s_sound.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2014-04-27music: Add loop point Ogg/Flac metadata support.Simon Howard
2014-03-23Rearrange order of SDL sound startup.Simon Howard
2013-09-22Call I_PrecacheSounds() in Heretic/Hexen startup code so that sounds areSimon Howard
2012-09-07Fix crash when updating sounds with a NULL listener.Simon Howard
2010-04-30Scale up music volume from configuration file value in Heretic/Hexen.Simon Howard
2010-02-07Move sound structure and ammo definitions into headers. Add #ifndefSimon Howard
2010-02-06Fix Heretic/Hexen "noise" sound debug cheats.Simon Howard
2008-11-23Shut up compiler warnings in Heretic code.Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-09-27Fix sound crash on Heretic startup.Simon Howard
2008-09-25Shutdown sound at exit, so that the music does not continue to play atSimon Howard
2008-09-25Add option to low-level sound API to disable the DS prefix for soundSimon Howard
2008-09-24Fix angle calculation in sound code.Simon Howard
2008-09-24Set default values for some configuration variables.Simon Howard
2008-09-24Add missing sound variables, I_Update -> I_FinishUpdate.Simon Howard
2008-09-20Move m_random.[ch] to doom/ (as Hexen uses a different random numberSimon Howard
2008-09-17Split sound code out of Heretic's i_ibm.c into s_sound.c. RenameSimon Howard