Age | Commit message (Collapse) | Author |
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
Fixes Trac#10533
|
|
|
|
WINTERMUTE: Log warning if addSound is called with empty filename
|
|
|
|
As it was, it didn't reliably work across platforms because it turned
some\\windows\\path.wav
into
some/system/pathogg
Note no "." before "ogg"; also since we use the new filename
to search for the file inside DCPs, which use Windows naming,
we don't want system-specific path format.
Fixes #7088
|
|
WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points
|
|
Should fix #6648 (music not looping correctly in 5MA)
|
|
|
|
sound settings are actually applied on launch
|
|
|
|
Also, store the panning state, so that the next playback starts with the same pan.
|
|
|
|
|
|
|
|
|
|
|
|
overload-misses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
round-off-issues.
(Fix Bug #3592875)
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 4cfd906cec08fec8c27f33c1a54651271a4fb104.
We now have vorbis as a hard requirement for Wintermute. Also somaen said this
commit causes issues, so we agreed on reverting this hack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
particles, sound and files.
|
|
SuperClass(args)
|
|
|
|
|
|
|