You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/code/nel/src/sound/driver
kaetemi 4a02d20a4c Fixed: The default max distance for sources is now sqrt(numeric_limits<float>::max())
--HG--
branch : sound_dev
13 years ago
..
dsound Changed: New option WITH_INSTALL_LIBRARIES which allows user to install only final binaries and no development files (header, static libraries, etc...) 14 years ago
fmod Added: #1460 Music channel on top of stream file source when driver does not have built-in music channels 13 years ago
openal Fixed: The default max distance for sources is now sqrt(numeric_limits<float>::max()) 13 years ago
xaudio2 Fixed: The default max distance for sources is now sqrt(numeric_limits<float>::max()) 13 years ago
CMakeLists.txt Fixed: Typos and warnings 13 years ago
buffer.cpp Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
effect.cpp Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
listener.cpp Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
music_channel.cpp Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
sound_driver.cpp Changed: #1251 NeL can't find selected drivers in CMake 14 years ago
source.cpp Reverted: dc87ef1a34b6 Parameter distMax depends on fixed values in sheets and other code. Using this to switch between rolloff and minimum sound is likely causing the glitchy sound volumes of background sounds. Must be fixed in whatever code is using too large value of distMax instead, and not here. 13 years ago
stdsound_lowlevel.cpp Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once 15 years ago
stdsound_lowlevel.h Changed: #1030 Implement music streaming in OpenAL driver 15 years ago