Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reimplement panning using lookup tables, based on a patch by Christian Borss | Chris Robinson | 2009-01-24 | 1 | -1/+3 |
| | | | | | | This allows speaker positions to be specified by discrete angles around the listener, providing more flexibility and configurability in placement. Additional patches to take advantage of this are forthcoming. | ||||
* | Properly capitalize the libname in Win32 | Chris Robinson | 2009-01-10 | 1 | -1/+1 |
| | |||||
* | Remove XCOMPILEWIN32 option in favor of CMake 2.6's cross-compiling caps | Chris Robinson | 2008-12-12 | 1 | -14/+3 |
| | |||||
* | Search for SDL.h in addition to SDL/SDL.h | Chris Robinson | 2008-12-12 | 1 | -2/+5 |
| | |||||
* | Fix some CMake checks | Chris Robinson | 2008-12-07 | 1 | -3/+3 |
| | |||||
* | Add an SDL backend | Chris Robinson | 2008-12-07 | 1 | -0/+19 |
| | |||||
* | Let CMAKE_DEBUG_POSTFIX be exposed for graphical CMake front-ends | Chris Robinson | 2008-12-02 | 1 | -0/+5 |
| | |||||
* | Release 1.6.372openal-soft-1.6.372 | Chris Robinson | 2008-11-21 | 1 | -2/+2 |
| | |||||
* | Non-cross-compiled DLLs shouldn't have lib prefixed | Chris Robinson | 2008-11-18 | 1 | -0/+3 |
| | |||||
* | DirectSound is not explicitly dependant on windows.h | Chris Robinson | 2008-11-16 | 1 | -15/+15 |
| | |||||
* | Implement a new reverb effect | Chris Robinson | 2008-11-16 | 1 | -0/+1 |
| | | | | Code created and graciously provided by Christopher Fitzgerald | ||||
* | Add cross-compiling option | Chris Robinson | 2008-11-13 | 1 | -8/+19 |
| | |||||
* | Include float.h if it exists, for _RC_CHOP and _MCW_RC | Chris Robinson | 2008-10-14 | 1 | -0/+1 |
| | |||||
* | Use a new low-pass filter, based on the I3DL2 spec | Chris Robinson | 2008-10-02 | 1 | -1/+0 |
| | | | | Many thanks to Christopher Fitzgerald, for helping with it | ||||
* | Add a variable to override the default library type with | Chris Robinson | 2008-09-16 | 1 | -2/+5 |
| | |||||
* | Add a Solaris playback backend | Chris Robinson | 2008-09-07 | 1 | -0/+11 |
| | |||||
* | Include fenv.h if it exists for fesetround | Chris Robinson | 2008-08-08 | 1 | -1/+4 |
| | |||||
* | Set FPU mode to round toward zero for mixing | Chris Robinson | 2008-08-08 | 1 | -1/+3 |
| | |||||
* | Release 1.5.304openal-soft-1.5.304 | Chris Robinson | 2008-07-27 | 1 | -2/+2 |
| | |||||
* | Implement yet another low-pass filter | Chris Robinson | 2008-07-25 | 1 | -0/+1 |
| | | | | This one using the Butterworth IIR filter design | ||||
* | Make sure the correct libname is used for pkg-config | Chris Robinson | 2008-07-23 | 1 | -6/+6 |
| | |||||
* | Add a warning when building on Windows with the DSound backend disabled | Chris Robinson | 2008-07-23 | 1 | -0/+6 |
| | |||||
* | Add a pkg-config file to install on the system | Chris Robinson | 2008-07-22 | 1 | -0/+14 |
| | |||||
* | Set the new linking policy for CMake 2.6 to avoid warnings | Chris Robinson | 2008-07-22 | 1 | -0/+6 |
| | |||||
* | Move (de)initialization into ALc.c and remove unneeded file | Chris Robinson | 2008-07-17 | 1 | -1/+0 |
| | |||||
* | Allow for overriding the default lib destination with LIB_INSTALL_DIR | Chris Robinson | 2008-06-06 | 1 | -4/+7 |
| | | | | So 64-bit builds can be optionally redirected to lib64 | ||||
* | Make the project explicitly C | Chris Robinson | 2008-06-06 | 1 | -1/+1 |
| | | | | So it doesn't search for an unneeded C++ compiler | ||||
* | Release 1.4.272openal-soft-1.4.272 | Chris Robinson | 2008-06-04 | 1 | -1/+1 |
| | |||||
* | Release 1.4.270openal-soft-1.4.270 | Chris Robinson | 2008-06-04 | 1 | -2/+2 |
| | |||||
* | Install openal-info if it is built | Chris Robinson | 2008-06-04 | 1 | -0/+5 |
| | |||||
* | Add a simple example that prints out some OpenAL info | Chris Robinson | 2008-05-18 | 1 | -1/+8 |
| | |||||
* | Remove -fno-strict-aliasing as the code should be safe, now | Chris Robinson | 2008-05-18 | 1 | -7/+0 |
| | |||||
* | Use pthread_mutexattr_setkind_np as a fallback to set a recursive mutex type | Chris Robinson | 2008-05-15 | 1 | -0/+3 |
| | | | | Some systems (FreeBSD) don't like setting it through pthread_mutexattr_settype | ||||
* | Define _WIN32_WINNT to 0x0500 when including windows.h | Chris Robinson | 2008-03-01 | 1 | -3/+4 |
| | | | | VC7 appears to require that value, or higher, set and fails otherwise | ||||
* | Release 1.3.253openal-soft-1.3.253 | Chris Robinson | 2008-02-21 | 1 | -2/+2 |
| | |||||
* | Remove explicit dependancy on ole32 and unused dxguid | Chris Robinson | 2008-02-08 | 1 | -13/+0 |
| | |||||
* | Enumerate DirectSound devices | Chris Robinson | 2008-02-08 | 1 | -0/+8 |
| | |||||
* | Add an alext.h header | Chris Robinson | 2008-02-06 | 1 | -0/+1 |
| | |||||
* | Release 1.2.218openal-soft-1.2.218 | Chris Robinson | 2008-01-21 | 1 | -2/+2 |
| | |||||
* | Use acosf when available | Chris Robinson | 2008-01-15 | 1 | -1/+2 |
| | |||||
* | Use a string for the detected backends, instead of a list | Chris Robinson | 2008-01-15 | 1 | -6/+6 |
| | |||||
* | Reword the backend options' text | Chris Robinson | 2008-01-15 | 1 | -5/+5 |
| | |||||
* | Fix use of variables in checks | Chris Robinson | 2008-01-15 | 1 | -33/+33 |
| | |||||
* | Use CMAKE_BUILD_TYPE instead of custom options for compile modes | Chris Robinson | 2008-01-15 | 1 | -14/+22 |
| | |||||
* | Check for strncasecmp or _strnicmp | Chris Robinson | 2008-01-14 | 1 | -0/+10 |
| | |||||
* | Merge branch 'master' into efx-experiment | Chris Robinson | 2008-01-11 | 1 | -2/+16 |
|\ | |||||
| * | Add a wave file writing backend | Chris Robinson | 2008-01-11 | 1 | -0/+4 |
| | | |||||
| * | Use nanosleep instead of usleep | Chris Robinson | 2008-01-11 | 1 | -2/+2 |
| | | | | | | | | So not to rely on the non-standard unistd.h header | ||||
| * | Add Sleep wrapper | Chris Robinson | 2008-01-11 | 1 | -0/+5 |
| | | |||||
| * | Add a timing wrapper, using gettimeofday | Chris Robinson | 2008-01-11 | 1 | -0/+5 |
| | |