Commit Graph

73 Commits (4e00903dccfdacf1dce6fbd9d75879dd245299e4)

Author SHA1 Message Date
kaetemi 2f3f12e034 Fix linking of OpenAL driver under MinGW 11 years ago
kaetemi dcbdb76fc9 Changed: Better log text 12 years ago
kaetemi 0e973ec976 Fixed: typo 12 years ago
kaetemi d29a9ee8d7 Changed: Alternative code for play function for streaming source 12 years ago
kaetemi 6502311563 Changed: Additional checks for streaming buffers in OpenAL 12 years ago
kervala 11e88fed8f Changed: Minor changes 12 years ago
kervala 29359a552e Fixed: #1496 Fall back to OpenAL default device (patch provided by simco, thanks!) 12 years ago
kervala 7a04e920e1 Fixed: #1493 MultiArch support 12 years ago
sfb af454dd1cf Fixed EOL issues and added .hgeol file. 13 years ago
kaetemi 4a02d20a4c Fixed: The default max distance for sources is now sqrt(numeric_limits<float>::max())
--HG--
branch : sound_dev
13 years ago
kaetemi b371588b93 Added: Log warnings when setting excessively high max distances on sound sources
--HG--
branch : sound_dev
13 years ago
kaetemi f9745080b5 Removed: Warning messages
--HG--
branch : sound_dev
13 years ago
kaetemi d63bda28f4 Fixed: Relative positioning mode was not implemented in OpenAL library driver with manual rolloff enabled
--HG--
branch : sound_dev
13 years ago
kaetemi b6025fc008 Fixed: Always commit 3d positioning when calling play on sources. This avoids having to wait for update call. Sources no longer cause loud noise when ryzom client finishes loading
--HG--
branch : sound_dev
13 years ago
kaetemi 57aa8b4d74 Fixed: #795 Removed unused include
--HG--
branch : sound_dev
13 years ago
kaetemi c4adc53a0f Removed: #795 XAudio2 music implementation
--HG--
branch : sound_dev
13 years ago
kaetemi 8491bd4829 Removed: OpenAL music implementation
--HG--
branch : sound_dev
13 years ago
kaetemi dd02d76df8 Reverted: 3fdff8debe52 No comment
--HG--
branch : sound_dev
13 years ago
kaetemi 19546acade Reverted: a1603fc4efbf Only release internal resources in driver destructor, not the driver classes, otherwise there will be crashes on exit. The driver classes are deleted by the application.
--HG--
branch : sound_dev
13 years ago
kaetemi f858bbfbe9 Added: Log warnings when setting excessively high max distances on sound sources
--HG--
branch : sound_dev
13 years ago
kervala 3c47b9f8d5 Fixed: #1441 Remove all remaining .vcproj, Makefiles, automake scripts, etc... 13 years ago
kervala 6306833423 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
kervala 043b845f6c Changed: Exceptions catched by reference 14 years ago
vl 5407fe2518 Fixed: ugly fix to not crash when we cannot create a buffer #1116 14 years ago
kervala 535b75abd6 Changed: #1251 NeL can't find selected drivers in CMake 14 years ago
vl 51245d5f2f Changed: on mac, openal is always dynlib 14 years ago
kervala 56dc241c3d Fixed: Compilation under Linux with STLport 14 years ago
kervala ed64aaeb62 Changed: #1231 Remove VC++ projects and solutions which are not needed by Nevrax Linux makefiles 14 years ago
kervala ec77e6bf4d Fixed: Names and exported symbols for sound drivers (thanks to Krolock) 14 years ago
kervala 84986b79b7 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once 14 years ago
kervala 01eb101355 Fixed: Compilation with STLport under Linux (and probably Mac OS X) 15 years ago
vl 65a58d76d1 Added: case for static version of the driver 15 years ago
kervala 71da504731 Changed: #825 Remove all warnings when compiling Ryzom 15 years ago
kervala 13de385469 Added: NL_ADD_RUNTIME_FLAGS for libraries 15 years ago
mattraykowski c3e4ffbe26 merge while working on rebase root source dir 15 years ago
mattraykowski 972e141687 Changed: #842 Added more project prefixes to project labels (aka NeL, Ryzom), converted some more Ryzom projects to the new layout. 15 years ago
kervala aa506598d0 Fixed: #1080 Under Linux, load NeL drivers from a specific directory 15 years ago
kervala e77e93f779 Fixed: infinite loop in ogg vorbis streaming (negative ov_read result means an error) 15 years ago
kervala 57bbdf7a85 Changed: Removed useless dependencies 15 years ago
kervala 4b294f9402 Fixed: libc functions wouldn't be replaced by intrinsics equivalent 15 years ago
kervala cec0572a61 Changed: #1030 Allow to queue any buffer not only those managed by CSourceAL 15 years ago
kervala f565acbd40 Changed: #1030 Implemented getTime() in OpenAL driver 15 years ago
kervala 20a2fbd674 Changed: #1030 Don't add buffer to queue when using sync mode 15 years ago
kervala 2a1441858f Changed: #1031 Music is "stopped" when client is loading with OpenAL driver 15 years ago
kervala 39e25f218e Changed: #1031 Music is "stopped" when client is loading with OpenAL driver 15 years ago
kervala 878996d64d Changed: #1031 Music is "stopped" when client is loading with OpenAL driver 15 years ago
kervala f768181706 Changed: #1030 Don't delete buffers if they will be reused 15 years ago
kervala 6dec8a3cf5 Changed: #878 Fix typos in comments/code 15 years ago
kervala 8dff836491 Fixed: #1030 Implement music streaming in OpenAL driver 15 years ago
kervala f0205328dc Changed: #1030 Implement music streaming in OpenAL driver 15 years ago