Age | Commit message (Collapse) | Author |
|
Fixes Trac#6618, Trac#6638, Trac#7011.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks LordHoto for reminding this
|
|
in-game scene
|
|
|
|
This matches the casing of the original engine name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sound Fx driver
|
|
|
|
|
|
|
|
This will be necessary with the introduction of the Sound FX driver, since the sound manager will do the processing for both drivers, but each will need to do their own output in their AudioStream thread
|
|
|
|
This fixes a problem in Scene 20 where the scene wasn't ending after a sound fade
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
|
|
|