summaryrefslogtreecommitdiff
path: root/src/i_sound.c
AgeCommit message (Expand)Author
2006-07-28Try to convert MUS even if the MUS header is not present. The new codeSimon Howard
2006-07-22New mus -> mid conversion code thanks to Ben Ryves <benryves@benryves.com>Simon Howard
2006-05-03Allow .mid files in PWADs (via including a MID inside a music lump).Simon Howard
2006-03-23Separate variables for config file volume levels and sound API internalSimon Howard
2006-03-18Fix music startup/shutdownSimon Howard
2006-03-18Catch failures to initialise SDL_mixer properly, and fail gracefullySimon Howard
2006-01-23Fix bug when expanding large sound effects with odd sample ratesSimon Howard
2006-01-22Dehacked string replacements for sound and music lump namesSimon Howard
2006-01-10Shut up compiler warningsSimon Howard
2006-01-08Add S_MusicPlaying function to query if music is still playing.Simon Howard
2006-01-07Fix the behavior when expanding sound effects (again). Doom actuallySimon Howard
2005-10-23Reproduce the behavior when playing a sound at a sample rate whichSimon Howard
2005-10-15Fix MIDI music not pausing when using SDL_mixer's native MIDI playback.Simon Howard
2005-10-02Guard against music lumps containing non-MUS data, document in bugs listSimon Howard
2005-09-11Remove temporary MIDI files generated by sound code.Simon Howard
2005-09-11Fix sounds playing at the wrong volume (too quiet)Simon Howard
2005-09-07Modify the sound effect caching behaviour: sounds which are not playingSimon Howard
2005-09-06Restore -nosound, -nosfx, -nomusicSimon Howard
2005-09-06Setting music volumeSimon Howard
2005-09-06Working music!Simon Howard
2005-09-05Add mmus2mid code from prboom. Use 'void *' for music handles. PassSimon Howard
2005-09-0516-bit soundSimon Howard
2005-09-05Use the system-nonspecific sound code to assign the channel number usedSimon Howard
2005-08-19Make sounds louder. Use the correct maximum of 15 when doing soundSimon Howard
2005-08-07Cycle round sound channels to stop reuse and conflicts of channelSimon Howard
2005-08-06Remove debug messages, send error messages to stderrSimon Howard
2005-08-05More sensible defaultsSimon Howard
2005-08-04Turn on compiler optimisation and warning optionsSimon Howard
2005-07-23Add missing errno.h, fix crash on startup when no IWAD presentSimon Howard
2005-07-23Use ANSI-standard limit constants. Remove LINUX define.Simon Howard
2005-07-23Remove step table (unused, adds dependency on pow function)Simon Howard
2005-07-23Update copyright to GNU GPLSimon Howard
2005-07-23Initial revisionSimon Howard