Commit Graph

166 Commits (c902392de3d2626e478488d17f41fa3515f84489)

Author SHA1 Message Date
kaetemi 57aa8b4d74 Fixed: #795 Removed unused include
--HG--
branch : sound_dev
13 years ago
kaetemi 19599cd9f5 Changed: Allow changing looping parameter of audio decoder after init
--HG--
branch : sound_dev
13 years ago
kaetemi 1b88f2782b Moved: #795 CAudioDecoder from stream ogg vorbis sample to nlsound
--HG--
branch : sound_dev
13 years ago
kaetemi 09717924cf Removed: #795 CMusicBuffer from sound lowlevel
--HG--
branch : sound_dev
13 years ago
kaetemi b15e014a9d Changed: #795 Move vorbis dependency to nlsound and group project files
--HG--
branch : sound_dev
13 years ago
kaetemi 84f11c6327 Fixed: #1459 Done
--HG--
branch : sound_dev
13 years ago
kaetemi 11f0872a01 Added: #1459 Load group controller from sound sheets
--HG--
branch : sound_dev
13 years ago
kaetemi 0b64102ab8 Added: #1459 Group controllers for sound sources
--HG--
branch : sound_dev
13 years ago
kaetemi 57411c0a7b Added: FormatNotSet value for TBufferFormat
--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
kaetemi 87ba382ef5 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.
--HG--
branch : sound_dev
13 years ago
kaetemi afdbc97039 Reverted: 2424536ec6f9 The setAsyncLoading function is used for a different purpose. In our case, async means that the file is read on the fly, and otherwise it is fully loaded into memory before being encoded. Synchronous mode is used for example during loading when hard disk access is not guaranteed.
--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...) 13 years ago
kervala 4027e82360 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 7c27c233eb Changed: Exceptions catched by reference 14 years ago
kervala 043b845f6c Changed: Exceptions catched by reference 14 years ago
kervala f9cc842b82 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 8208ec219b Changed: Compilation with VC++ 2010 without STLport 14 years ago
kervala 5baccb8b54 Changed: #878 Fix typos in comments/code 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 ac68e188ab Changed: #1249 Endianness problems while access to disk or memory (patch provided by Jeru) 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 86aa43e207 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala f1c8d140aa Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once 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) 14 years ago
kervala 08bcbc3451 Changed: Updated CMake projects 14 years ago
vl f9903f46de Changed: ogg vorbis lib order 14 years ago
kervala 940de867ee Fixed: Static sound drivers link to nelsnd_lowlevel 14 years ago
vl 837ab5c68f Added: in static, we don't compile fmod since it only exists in dynlib 14 years ago
vl 65a58d76d1 Added: case for static version of the driver 14 years ago
kervala cd822bc0b4 Fixed: Display of .h files in generated projects 14 years ago
kervala 71da504731 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 13de385469 Added: NL_ADD_RUNTIME_FLAGS for libraries 14 years ago
kervala a983aa0783 Changed: Dependencies definitions 14 years ago
mattraykowski c3e4ffbe26 merge while working on rebase root source dir 14 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. 14 years ago
kervala 6cf96b9e36 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 3bb72a0d06 Changed: Removed propagation of dependencies to other projects (fix lintian warnings) 14 years ago
kervala 1d5f2e8df9 Changed: Removed propagation of dependencies to other projects (fix lintian warnings) 14 years ago
kervala aa506598d0 Fixed: #1080 Under Linux, load NeL drivers from a specific directory 14 years ago
kervala e77e93f779 Fixed: infinite loop in ogg vorbis streaming (negative ov_read result means an error) 14 years ago
kervala 57bbdf7a85 Changed: Removed useless dependencies 14 years ago
kervala 4b294f9402 Fixed: libc functions wouldn't be replaced by intrinsics equivalent 14 years ago
kervala caf1c5151e Fixed: nelsound dependency to nelsound_lowlevel 14 years ago
kervala c693c47cac Changed: #825 Remove all warning when compiling Ryzom 14 years ago
rti e1656d14a7 Fixed: minor compile and link errors related to Ogg/Vorbis and nelsnd_lowlevel 14 years ago
kervala 4757228a22 Fixed: numeric_limits not found in Fmod driver 14 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 0c5d50299b Fixed: #1032 Crash in OpenAL driver when a music is playing and user returns to selection menu 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 161e40a3f2 Changed: CListenerFMod inherits from NLMISC::CManualSingleton<CListenerFMod> 15 years ago
kervala 6dec8a3cf5 Changed: #878 Fix typos in comments/code 15 years ago
kervala b0a33c716c Changed: #1030 Implement music streaming in OpenAL driver 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
kervala 163e2dc1a5 Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
kervala 5950b1f5bf Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
kervala 4d586ef8d0 Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
kervala a3ae822a88 Changed: #878 Fix typos in comments/code 15 years ago
kervala 88a5f4e074 Changed: #878 Fix typos in comments/code 15 years ago
mattraykowski 27ec384cb8 Change: #842 Added some source groups to mimic VS SLNs. 15 years ago
mattraykowski f76025cfac Change: #842 Setting WITH_STATIC_DRIVERS links GL/D3D and FMOD/AL/DS/XA to 3D and sound respectively. 15 years ago
Matt Raykowski b4a635c412 Changed: #842 Added helper macros to cleanup files, removed useless DECORATE_NEL_LIB macro and started adding WITH_STATIC/WITH_STATIC_DRIVER support for full static linking. 15 years ago
vl 39b6194f02 Changed: misc things 15 years ago
kervala ae239a6b94 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 0238458539 Changed: #880 Use PCH under Linux with CMake (use the same macros for Windows too) 15 years ago
kervala 7d7ded9528 Changed: #842 Added new optimizations for VC++ linker and compiler 15 years ago
kervala fc22fcb3de Changed: #841 Change the wrong header in the source code 15 years ago
kervala 7a99daae23 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 73744cd0ae Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 611b5498e8 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 9eb0e21867 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 9de1c9e027 Changed: #878 Fix typos in comments/code 15 years ago
kervala dcf1277953 Changed: #842 Added SOVERSION property to shared libraries 15 years ago
kervala 7cbe65d2ef Changed: #878 Fix typos in comments/code 15 years ago
kervala f381f335e1 Changed: #878 Fix typos in comments/code 15 years ago
kaetemi d4ad6c774d Merge 15 years ago
kaetemi 199ef975d8 Fixed: #974 OpenAL driver did not work anymore because of bad isBufferLoaded implementation. 15 years ago
rti 458f5a1072 Changed: #842 fixed *.pc install source paths 15 years ago
kervala 7e5502b38c Changed: #842 Added pkg-config files 15 years ago
"Matt Raykowski" ede3c57553 Changed: #842 panolpy_maker finds libsquish, OpenAL driver finds EFX-Util on Windows. 15 years ago
kervala d2c478106d Fixed: #963 Floating point exceptions 15 years ago
kervala d14e6418da Fixed: #963 Floating point exceptions 15 years ago
kervala e823e9ece2 Changed: #878 Fix typos in comments/code 15 years ago
rti 2deca37990 Fixed: #872 NEL: build on Mac OS X 15 years ago