summaryrefslogtreecommitdiff
path: root/src/hexen/s_sound.c
AgeCommit message (Expand)Author
2015-03-09Hexen and Heretic use older DMX. Since OPL Voice Allocating algorithm differ....khokh2001
2014-05-05Clean up file headers.Simon Howard
2014-04-27music: Add loop point Ogg/Flac metadata support.Simon Howard
2014-03-29heretic: Eliminate use of unsafe string functions.Simon Howard
2014-03-23Rearrange order of SDL sound startup.Simon Howard
2013-10-12Fix Hexen CD music (now working and tested with a real Hexen CD).Simon Howard
2013-10-06Finish implementation of Hexen CD audio music mode.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
2011-10-29Enable gcc warning to detect redundant declarations, and clean upSimon Howard
2010-04-30Scale up music volume from configuration file value in Heretic/Hexen.Simon Howard
2010-02-06Fix Heretic/Hexen "noise" sound debug cheats.Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-10-30Factor out Heretic and Hexen versions of m_misc.c. Make -file forSimon Howard
2008-10-13Perform necessary shutdown tasks on exit of Hexen.Simon Howard
2008-10-10Fix crash at Hexen title screen.Simon Howard
2008-10-08Fix sound effects!Simon Howard
2008-10-08Remove unused tsm_ID reference.Simon Howard
2008-10-08Switch configuration file code to common configuration file code, andSimon Howard
2008-10-02Split out high-level sound code from hexen/i_ibm.c and refactor to useSimon Howard