Age | Commit message (Collapse) | Author |
|
|
|
Polish version. Fix for bug #6591
|
|
|
|
sound
|
|
|
|
|
|
The SoundManager filled the sound handles with zeroes, which made
the mixer confuse them with active sound handle zero. In my case,
this happened to be the intro music, and the music was stopped when
playWavSample() wrongly thought its sound handle was in use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to clarify the result of the function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
speech loading
|
|
English demo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Before starting an "Swav" sound, check that its sound handle isn't
already used. If it is, stop it. When skipping a movie, it still
(incorrectly?) goes through the motions of playing the remaining
frames, including starting any movie sounds on the way.
This would cause us to lose the handle to the sound that was
currently playing in the "Swav" slot, and I *think* that's what
ended up confusing things. I'm still not entirely sure exactly
what was happening.
|
|
BeOS and OS/2 versions
|
|
A large part of cadavre.mod is broken. No new notes play, and only
the old background sounds remain. It's possible, perhaps even
probable, that the original MOD player didn't have this problem,
but all standalone players I've tried do, so I'm assuming it's the
file that's broken. We work around it by changing the length of
the song after it's been loaded to only include the good parts.
|
|
|
|
|
|
|
|
|
|
|
|
for the help
|
|
|
|
|
|
|
|
before. This fixes it.
|
|
|
|
|
|
|