kervala
|
079ea3e5c5
|
Changed: Let dependencies propagate to other targets
--HG--
branch : develop
|
2015-12-07 21:48:32 +01:00 |
|
kervala
|
7a2dd18095
|
Changed: Add and use more constants in config.h
--HG--
branch : develop
|
2015-11-29 14:19:02 +01:00 |
|
kervala
|
520eb941b1
|
Changed: Simplified CMake ELSE and ENDIF
--HG--
branch : develop
|
2015-11-29 14:06:05 +01:00 |
|
kervala
|
06994f4c58
|
Added: RC files for NeL drivers
--HG--
branch : develop
|
2015-11-29 13:58:12 +01:00 |
|
kervala
|
c83ea11e84
|
Changed: Display basic information for OpenAL driver
--HG--
branch : develop
|
2015-11-15 18:31:56 +01:00 |
|
kervala
|
f76e275e2c
|
Changed: Temporary comment the line because XAudio2 returns an error if used
--HG--
branch : develop
|
2015-11-15 18:31:20 +01:00 |
|
kaetemi
|
2c3d5454a1
|
This seems like a good idea as well, ref #254
--HG--
branch : develop
|
2015-11-15 12:27:58 +01:00 |
|
kaetemi
|
3d59db1021
|
Add some extra checks, ref #254
--HG--
branch : develop
|
2015-11-15 12:21:14 +01:00 |
|
kervala
|
12614d5ff4
|
Fixed: Avoid warnings of conflicts between Debug and Release DLLs
--HG--
branch : develop
|
2015-11-01 16:47:39 +01:00 |
|
kaetemi
|
9a10f1413b
|
Fix DXSDK include order
--HG--
branch : develop
|
2015-07-10 06:16:19 +02:00 |
|
kervala
|
6596af9682
|
Changed: Minor changes
--HG--
branch : develop
|
2014-12-26 13:38:02 +01:00 |
|
kaetemi
|
cffd68230c
|
Fix XA2 driver compile under MinGW
|
2014-06-18 23:18:06 +02:00 |
|
kaetemi
|
2f3f12e034
|
Fix linking of OpenAL driver under MinGW
|
2014-06-18 00:28:08 +02:00 |
|
kaetemi
|
3dd11fe157
|
Fix compilation of NLMISC under MinGW
|
2014-06-17 21:48:25 +02:00 |
|
kaetemi
|
76ce7523ff
|
Additional streaming behaviour fix for XAudio2 driver
|
2014-02-17 00:20:29 +01:00 |
|
kaetemi
|
49fa568123
|
Remove some debug
|
2014-02-16 20:44:58 +01:00 |
|
kaetemi
|
d680b70308
|
Fix some streaming behaviour in XAudio2 driver
|
2014-02-16 20:36:58 +01:00 |
|
kaetemi
|
dcbdb76fc9
|
Changed: Better log text
|
2012-12-10 13:32:17 +01:00 |
|
kaetemi
|
0e973ec976
|
Fixed: typo
|
2012-12-10 13:30:14 +01:00 |
|
kaetemi
|
d29a9ee8d7
|
Changed: Alternative code for play function for streaming source
|
2012-12-10 13:28:39 +01:00 |
|
kaetemi
|
6502311563
|
Changed: Additional checks for streaming buffers in OpenAL
|
2012-12-10 13:09:41 +01:00 |
|
kervala
|
11e88fed8f
|
Changed: Minor changes
|
2012-10-28 13:47:09 +01:00 |
|
kervala
|
29359a552e
|
Fixed: #1496 Fall back to OpenAL default device (patch provided by simco, thanks!)
|
2012-09-29 12:51:15 +02:00 |
|
kervala
|
8e2009279d
|
Changed: Drivers runtimes should go in NL_DRIVER_PREFIX
|
2012-09-26 12:46:43 +02:00 |
|
kervala
|
7a04e920e1
|
Fixed: #1493 MultiArch support
|
2012-09-22 22:57:38 +02:00 |
|
kaetemi
|
6bc3ef2ba6
|
Changed: Also handle distMax with negative alpha in new manual rolloff function
--HG--
branch : sound_dev
|
2012-06-03 15:56:47 +02:00 |
|
kaetemi
|
2fc601c556
|
Changed: Avoid some more sqrt calculations
--HG--
branch : sound_dev
|
2012-06-03 02:00:32 +02:00 |
|
kaetemi
|
19d2d91f86
|
Added: Specific code for amplitude based rolloff to avoid unneccesary log10 and pow calls and improve performance
--HG--
branch : sound_dev
|
2012-06-03 01:50:53 +02:00 |
|
sfb
|
af454dd1cf
|
Fixed EOL issues and added .hgeol file.
|
2012-05-29 08:31:11 -05:00 |
|
kervala
|
b0c27a92ce
|
Fixed: Some Windows.h inclusions
|
2012-05-21 10:03:08 +02:00 |
|
kaetemi
|
4a02d20a4c
|
Fixed: The default max distance for sources is now sqrt(numeric_limits<float>::max())
--HG--
branch : sound_dev
|
2012-04-12 18:16:53 +02:00 |
|
kaetemi
|
b371588b93
|
Added: Log warnings when setting excessively high max distances on sound sources
--HG--
branch : sound_dev
|
2012-04-12 18:06:33 +02:00 |
|
kaetemi
|
f9745080b5
|
Removed: Warning messages
--HG--
branch : sound_dev
|
2012-04-12 17:56:54 +02:00 |
|
kaetemi
|
d63bda28f4
|
Fixed: Relative positioning mode was not implemented in OpenAL library driver with manual rolloff enabled
--HG--
branch : sound_dev
|
2012-04-12 17:48:56 +02:00 |
|
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
|
2012-04-12 17:24:06 +02:00 |
|
kaetemi
|
b486e22a96
|
Fixed: Typos and warnings
--HG--
branch : sound_dev
|
2012-04-11 23:34:36 +02:00 |
|
kaetemi
|
695dac7783
|
Added: #1460 Music channel on top of stream file source when driver does not have built-in music channels
--HG--
branch : sound_dev
|
2012-04-11 19:30:37 +02:00 |
|
kaetemi
|
57aa8b4d74
|
Fixed: #795 Removed unused include
--HG--
branch : sound_dev
|
2012-04-11 15:45:59 +02:00 |
|
kaetemi
|
09717924cf
|
Removed: #795 CMusicBuffer from sound lowlevel
--HG--
branch : sound_dev
|
2012-04-11 11:40:42 +02:00 |
|
kaetemi
|
b15e014a9d
|
Changed: #795 Move vorbis dependency to nlsound and group project files
--HG--
branch : sound_dev
|
2012-04-10 20:40:24 +02:00 |
|
kaetemi
|
57411c0a7b
|
Added: FormatNotSet value for TBufferFormat
--HG--
branch : sound_dev
|
2012-04-10 00:06:05 +02:00 |
|
kaetemi
|
c4adc53a0f
|
Removed: #795 XAudio2 music implementation
--HG--
branch : sound_dev
|
2012-04-09 21:46:07 +02:00 |
|
kaetemi
|
8491bd4829
|
Removed: OpenAL music implementation
--HG--
branch : sound_dev
|
2012-04-09 21:12:48 +02:00 |
|
kaetemi
|
dd02d76df8
|
Reverted: 3fdff8debe52 No comment
--HG--
branch : sound_dev
|
2012-04-09 20:28:14 +02:00 |
|
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
|
2012-04-09 20:18:13 +02:00 |
|
kaetemi
|
f858bbfbe9
|
Added: Log warnings when setting excessively high max distances on sound sources
--HG--
branch : sound_dev
|
2012-04-09 20:00:53 +02:00 |
|
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
|
2012-04-09 19:03:48 +02:00 |
|
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
|
2012-04-09 18:42:31 +02:00 |
|
kervala
|
3c47b9f8d5
|
Fixed: #1441 Remove all remaining .vcproj, Makefiles, automake scripts, etc...
|
2012-03-03 10:49:42 +01:00 |
|
kervala
|
6306833423
|
Changed: New option WITH_INSTALL_LIBRARIES which allows user to install only final binaries and no development files (header, static libraries, etc...)
|
2011-09-11 14:44:37 +02:00 |
|