]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Add support for libmodplug (when found). Sound files with an extension are now all...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 12 Dec 2007 19:55:17 +0000 (19:55 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 12 Dec 2007 19:55:17 +0000 (19:55 +0000)
commit89bf9ac7f13b2308dd89291f15efc8a299c3e783
tree0a75ada4f5949e5988050b61790fe13167646df6
parent37bc9c308a592fe3c9622cbca96d018df09dfa41
Add support for libmodplug (when found). Sound files with an extension are now all eligible for modplug, if neither vorbis nor wav recognizes them. CD tracks now try to append the .wav and .ogg extension first, and if that fails, the file name is used as is - but tracker extensions need to be explicitly stated. Example: "cd loop Ending.umx"

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7788 d7cf8633-e32d-0410-b094-e92efae38249
cd_shared.c
makefile.inc
snd_main.c
snd_mem.c
snd_modplug.c [new file with mode: 0644]