Age | Commit message (Collapse) | Author |
|
This is mainly removal of extraneous blank lines, reformatting indents
to tab characters and other minor non-functional changes to improve
compliance with Code Formatting Conventions.
|
|
|
|
|
|
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
|
|
|
|
Thanks to fuzzie for noticing this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, all the related freeze functions/members.
|
|
|
|
This releases all held 'mutexes' when processes die, and keeps
track of the lock count too, just in case.
|
|
|
|
instead of erroring out
|
|
|
|
|
|
At least for now, preloading utility sound effects *is* needed in
ScummVM. And since we now have preloading of both normal and utility
sound effects, I've unstubbed the unloading functions as well.
|
|
|
|
|
|
|
|
|
|
This just removes the original code and replaces it with a quickly-
written trivial implementation similar to clone2727's sfx code. It
seems to at least sort of work. :-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We'll let our own sound code take care of the RIFF header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|