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_sdlmusic.c
Age
Commit message (
Expand
)
Author
2014-04-27
music: Add loop point Ogg/Flac metadata support.
Simon Howard
2014-04-22
Fix a segfault in i_sdlmusic.c
Fabian Greffrath
2014-04-12
music: Fix -dumpsubstconfig for Heretic/Hexen.
Simon Howard
2014-04-07
music: Suggest using .ogg format, not .mp3.
Simon Howard
2014-04-05
music: Minor tweaks to substitute music code.
Simon Howard
2014-04-05
music: First code for HQ music substitution.
Simon Howard
2014-03-30
music: Free string using free() rather than Z_Free().
Simon Howard
2014-03-30
Eliminate some uses of sprintf() from common code.
Simon Howard
2014-03-23
music: Add config var for external music program.
Simon Howard
2013-03-03
Add GUS pseudo-emulation.
Simon Howard
2013-03-03
Fix improper freeing of temp_timidity_cfg.
Simon Howard
2013-03-03
Add configuration file variable to specify path to a Timidity config
Simon Howard
2010-04-30
Merge from trunk.
Simon Howard
2009-11-21
Merge from trunk.
Simon Howard
2009-11-21
Merge from trunk.
Simon Howard
2009-11-19
Rework the OS X MIDI disabling code, as SDL_mixer 1.2.11 fixes the
Simon Howard
2009-10-01
Merge from trunk.
Simon Howard
2009-10-01
Oops.
Simon Howard
2009-09-30
Change British English spellings to American English, for consistency.
Simon Howard
2009-03-04
Add initial stub for OPL backend.
Simon Howard
2008-12-01
Add missing header includes.
Simon Howard
2008-09-08
Move s_sound.[ch] to doom/
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
2007-08-19
Use __APPLE__ instead of __MACOSX__.
Simon Howard
2007-06-21
Add arrlen() macro as a clearer way of doing sizeof(array) /
Simon Howard
2007-06-17
Make the music code modular as well, although for the time being there
Simon Howard
2007-06-17
Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound
Simon Howard