Commit Graph

47 Commits

Author SHA1 Message Date
Chris Robinson
2ae9da696a Release 1.4.272 2008-06-04 20:47:20 -07:00
Chris Robinson
e963782b8c Release 1.4.270 2008-06-04 19:46:31 -07:00
Chris Robinson
86c01aa62c Install openal-info if it is built 2008-06-04 19:40:52 -07:00
Chris Robinson
fe79ab351a Add a simple example that prints out some OpenAL info 2008-05-18 18:40:53 -07:00
Chris Robinson
dc0a3a6653 Remove -fno-strict-aliasing as the code should be safe, now 2008-05-18 17:46:45 -07:00
Chris Robinson
cad9b367a5 Use pthread_mutexattr_setkind_np as a fallback to set a recursive mutex type
Some systems (FreeBSD) don't like setting it through pthread_mutexattr_settype
2008-05-15 21:35:51 -07:00
Chris Robinson
2af5498804 Define _WIN32_WINNT to 0x0500 when including windows.h
VC7 appears to require that value, or higher, set and fails otherwise
2008-03-01 01:39:42 -08:00
Chris Robinson
9b3c4faa34 Release 1.3.253 2008-02-21 01:28:18 -08:00
Chris Robinson
e8acfb069c Remove explicit dependancy on ole32 and unused dxguid 2008-02-08 20:56:45 -08:00
Chris Robinson
4c38ed272d Enumerate DirectSound devices 2008-02-08 20:46:34 -08:00
Chris Robinson
1ea4aac799 Add an alext.h header 2008-02-06 20:53:00 -08:00
Chris Robinson
342f639771 Release 1.2.218 2008-01-21 18:43:14 -08:00
Chris Robinson
abc69dd3d0 Use acosf when available 2008-01-15 21:23:14 -08:00
Chris Robinson
0f06254ecf Use a string for the detected backends, instead of a list 2008-01-15 12:43:43 -08:00
Chris Robinson
ff5245ca8a Reword the backend options' text 2008-01-15 12:30:20 -08:00
Chris Robinson
fe925ada59 Fix use of variables in checks 2008-01-15 12:25:51 -08:00
Chris Robinson
b6596f38b9 Use CMAKE_BUILD_TYPE instead of custom options for compile modes 2008-01-15 10:00:56 -08:00
Chris Robinson
16fb3f6db5 Check for strncasecmp or _strnicmp 2008-01-14 16:30:18 -08:00
Chris Robinson
3bbbf8a025 Merge branch 'master' into efx-experiment 2008-01-11 17:19:08 -08:00
Chris Robinson
f10408739e Add a wave file writing backend 2008-01-11 09:32:22 -08:00
Chris Robinson
e1d0ad749b Use nanosleep instead of usleep
So not to rely on the non-standard unistd.h header
2008-01-11 08:15:44 -08:00
Chris Robinson
2a5a5b5c1b Add Sleep wrapper 2008-01-11 06:54:09 -08:00
Chris Robinson
a97ecb8690 Add a timing wrapper, using gettimeofday 2008-01-11 06:01:51 -08:00
Chris Robinson
f8acdc9497 Release 1.1.93 2008-01-06 04:35:53 -08:00
Chris Robinson
5e48be27b8 Merge branch 'master' into efx-experiment 2008-01-04 14:40:38 -08:00
Chris Robinson
8fe39042da Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooks 2008-01-03 05:36:51 -08:00
Chris Robinson
3d78d93b40 Merge branch 'master' into efx-experiment 2007-12-31 19:34:52 -08:00
Chris Robinson
2ee389044b Check for libm before including it 2007-12-23 16:28:09 -08:00
Chris Robinson
a48201ed94 Fix target opts to remove prefix on the win32 dll
CMake didn't like the previous attempt
2007-12-23 16:27:05 -08:00
Chris Robinson
51c5fa94aa Check for snprintf, and use _snprintf when needed 2007-12-22 13:35:52 -08:00
Chris Robinson
229bc0d7e1 Merge branch 'master' into efx-experiment 2007-12-20 21:48:17 -08:00
Chris Robinson
0bef94cb48 Don't use the lib prefix for the Win32 DLL 2007-12-20 12:32:54 -08:00
Chris Robinson
7458273634 Add auxiliary effect slot function skeletons 2007-12-17 17:43:19 -08:00
Chris Robinson
44e0fa9325 Implement effect function skeletons 2007-12-17 17:20:11 -08:00
Chris Robinson
56ff747463 Implement filter function skeletons 2007-12-17 15:43:35 -08:00
Chris Robinson
19156ab895 Add generic ring buffer methods 2007-12-16 18:36:06 -08:00
Chris Robinson
99eaf3fa83 Release 1.0.38 2007-12-14 09:54:15 -08:00
Chris Robinson
6a0f86a871 Use CheckIncludeFiles for multi-include checks 2007-12-14 07:11:57 -08:00
Chris Robinson
db31706c1d Use CheckFunctionExists instead of abusing CheckLibraryExists 2007-12-14 07:01:56 -08:00
Chris Robinson
0f3e13ed7c Use -Wextra instead of -W for extra warnings 2007-12-06 23:57:14 -08:00
Chris Robinson
7892c2e653 Test for -W switch 2007-12-06 21:50:28 -08:00
Chris Robinson
86cced248b Check for the -fvisibility switch before the visibility attribute 2007-12-01 00:57:48 -08:00
Chris Robinson
3bedb2b4e9 Add _DEBUG/NDEBUG defines when DEBUG/NODEBUG options are used, respectively 2007-11-30 01:16:57 -08:00
Chris Robinson
aea161d987 Add WINMM option for CMake, and properly handle DSOUND option 2007-11-22 19:34:40 -08:00
Chris Robinson
f43528035a Check for GCC's destructor attribute before using it 2007-11-16 01:27:02 -08:00
Chris Robinson
a3ceffa7e0 Update CMakeLists.txt about alu.c's move 2007-11-16 00:54:29 -08:00
Chris Robinson
ae5f4e9a74 Initial import 2007-11-13 18:02:18 -08:00