Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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]*$//'
|
|
|
|
There is one remaining warning about 'maxPriority' being set but
not tested in one of the loops in _sfRethinkSoundDrivers(), but
I'm uncertain about that one. Looks like it could be an actual
engine bug.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_sfRethinkVoiceTypes
|
|
_sfRethinkVoiceTypes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trackInfoStruct structure
|
|
Conflicts:
engines/tsage/core.h
engines/tsage/ringworld_scenes1.cpp
engines/tsage/ringworld_scenes10.cpp
engines/tsage/ringworld_scenes2.cpp
engines/tsage/ringworld_scenes3.cpp
engines/tsage/ringworld_scenes6.cpp
engines/tsage/ringworld_scenes8.cpp
engines/tsage/sound.cpp
engines/tsage/sound.h
|
|
voice types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
proper named methods
|
|
voice types
|
|
|
|
|
|
|