|
|
@6413
|
15 years |
dafrick |
Resolved some bugs that stood in the way of compiling.
* In DynLib.cc …
|
|
|
@6411
|
15 years |
rgrieder |
BaseSound should release the buffer upon destruction and the …
|
|
|
@6409
|
15 years |
rgrieder |
Better sound source management: Sources are created on demand with a …
|
|
|
@6394
|
15 years |
rgrieder |
std::string tweaks:
- Declared BLANKSTRING in UtilPrereqs.h as well …
|
|
|
@6388
|
15 years |
rgrieder |
Found some end of line leftover spaces.
|
|
|
@6387
|
15 years |
rgrieder |
Found some non empty new lines.
|
|
|
@6383
|
15 years |
rgrieder |
Fixed a major sound issue: The state gets reset to 'Stopped' when the …
|
|
|
@6378
|
15 years |
rgrieder |
Added missing includes (revealed only with PCH and compilations).
|
|
|
@6373
|
15 years |
rgrieder |
Added config value to disable sound entirely.
Also added …
|
|
|
@6370
|
15 years |
rgrieder |
Little cleanup in sound stuff and MoodManager.
Caution: Renamed …
|
|
|
@6349
|
15 years |
rgrieder |
Overriding preDestroy() in AmbientSound to make them fade out when the …
|
|
|
@6332
|
15 years |
rgrieder |
Improved SoundBuffer class design and removed its pooling property …
|
|
|
@6322
|
15 years |
rgrieder |
Added audio source management. This should reduce the problems when …
|
|
|
@6298
|
15 years |
scheusso |
hackfix with config values/sound device
|
|
|
@6271
|
15 years |
rgrieder |
- alProcessContext isn't necessary after all: the operation is even …
|
|
|
@6270
|
15 years |
rgrieder |
Switched from ResourceInfo to std::string for the buffer …
|
|
|
@6269
|
15 years |
rgrieder |
At last, found the sound bug: A long time ago somebody wrote …
|
|
|
@6265
|
15 years |
scheusso |
fixed weapon sound source problem
|
|
|
@6256
|
15 years |
rgrieder |
Removed debug output.
|
|
|
@6254
|
15 years |
rgrieder |
Added sound effects pooling. This should avoid long respawns (due to …
|
|
|
@6244
|
15 years |
rgrieder |
Enhanced startup and shutdown sequence of the SoundManager in respect …
|
|
|
@6241
|
15 years |
youngk |
Changed COUT level from three to four, because showing volume change …
|
|
|
@6237
|
15 years |
rgrieder |
Removed (commented) everything related to ALC (OpenAL library part). …
|
|
|
@6232
|
15 years |
rgrieder |
Fixed two problems in the sound system: Buffers did not get removed …
|
|
|
@6208
|
15 years |
dafrick |
Small error in SoundManager. Compiles now.
|
|
|
@6203
|
15 years |
rgrieder |
Added buffer buffering: Sounds are only loaded into one buffer and …
|
|
|
@6197
|
15 years |
dafrick |
Small adjustments, better code re-use, added getConfig() function to …
|
|
|
@6190
|
15 years |
rgrieder |
Small style changes (no code changes).
|
|
|
@6186
|
15 years |
dafrick |
Some cleanup in SoundManager and related classes. Overrall volume …
|
|
|
@6184
|
15 years |
dafrick |
Created capability in SoundManager to set an overall volume, and to …
|
|
|
@6183
|
15 years |
rgrieder |
Added preUpdate and postUpdate methods for all classes inheriting …
|
|
|
@6182
|
15 years |
rgrieder |
Singleton pointer initialisation should be part of the …
|
|
|
@6138
|
15 years |
landauf |
removed superfluous "it" from two for loops which caused two warnings
|
|
|
@6117
|
15 years |
rgrieder |
Merged sound3 branch to presentation2.
|
|
|
@6106
|
15 years |
rgrieder |
Created merger branch for the HS09 presentation.
|
|
copied from code/trunk/src/orxonox/sound/SoundManager.cc:
|
|
|
@5929
|
15 years |
rgrieder |
Merged core5 branch back to the trunk.
Key features include clean …
|