Bill Currie
|
be8df8bdaa
|
fix a nasty bug with looped vorbis sound effects. samples with loop lengths
smaller than their unlooped sections were causing qf to hang.
|
2002-08-27 19:44:13 +00:00 |
|
Bill Currie
|
ec47e08e1c
|
go back to using QFile, quakeio.h and quakefs.h
|
2002-08-27 07:16:28 +00:00 |
|
Bill Currie
|
5fd916a0da
|
looped oggs now work so long as they have a CUEPOINT= comment
|
2002-07-29 22:25:32 +00:00 |
|
Bill Currie
|
930ba48862
|
other than sounds that are ment to loop not looping (due to losing that info
when converting to ogg (I've got some ideas on that)), ogg/vorbis support is
working. Doesn't seem to be too much of a load-time hit.
|
2002-06-15 05:43:56 +00:00 |
|
Bill Currie
|
9f1e6f9c82
|
make the vorbis support mostly work. qf segs in Cache_TryAlloc when loading
a map, but I think that's related to some of our other sound resample bugs.
|
2002-06-14 22:55:57 +00:00 |
|
Bill Currie
|
f2f6041e05
|
at long last, vorbis support :) load time only, though, so not yet suitable
for huge samples.
Also, change the file search order so that .gz is checked before the
requested file.
|
2002-06-14 20:36:28 +00:00 |
|