Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uninline some functions | Chris Robinson | 2010-11-28 | 1 | -1/+1 |
| | | | | Also add -Winline to the compiler command line to watch for future inline problems | ||||
* | Improve static builds with MinGW | Chris Robinson | 2010-11-28 | 1 | -13/+15 |
| | |||||
* | Prefer GCC's constructor, even in Windows | Chris Robinson | 2010-11-28 | 1 | -3/+3 |
| | |||||
* | Remove explicit use of -funroll-loops | Chris Robinson | 2010-10-15 | 1 | -2/+2 |
| | | | | I'm not sure this really helps much. | ||||
* | Move the core mixer functions to a separate source file | Chris Robinson | 2010-08-03 | 1 | -0/+1 |
| | |||||
* | Separate speaker/panning initialization into another source file | Chris Robinson | 2010-08-03 | 1 | -0/+1 |
| | |||||
* | Rename examples to utilities | Chris Robinson | 2010-07-17 | 1 | -16/+21 |
| | | | | There is only the one, and it more accurately reflects what it is | ||||
* | Set the backend HAVE_ macros off before checking their availability | Chris Robinson | 2010-07-17 | 1 | -1/+9 |
| | |||||
* | Remove the commit count from the version number | Chris Robinson | 2010-07-16 | 1 | -2/+1 |
| | | | | As it's only updated for releases, it's kinda useless | ||||
* | Make the Wave Writer backend optional | Chris Robinson | 2010-06-08 | 1 | -2/+9 |
| | |||||
* | Add a Null Output device | Chris Robinson | 2010-05-28 | 1 | -1/+2 |
| | | | | This device will mix and fully process contexts as normal | ||||
* | Add an empty efx-creative.h header | Chris Robinson | 2010-05-21 | 1 | -0/+1 |
| | | | | | This is for compatibility with projects that include it in Windows. Everything from it is already defined in efx.h. | ||||
* | Always look for winmm under Windows | Chris Robinson | 2010-05-16 | 1 | -0/+8 |
| | | | | It's needed for timeGetTime, even if the WinMM backend is disabled | ||||
* | Don't use LIB_INSTALL_DIR since that can be the full path | Chris Robinson | 2010-04-11 | 1 | -9/+6 |
| | |||||
* | Implement a skeleton Ring Modulator effect | Chris Robinson | 2010-04-08 | 1 | -0/+1 |
| | |||||
* | Release 1.12.854openal-soft-1.12.854 | Chris Robinson | 2010-03-29 | 1 | -2/+2 |
| | |||||
* | Move extension function declarations to alext.h/efx.h | Chris Robinson | 2010-03-23 | 1 | -0/+1 |
| | |||||
* | Define AL_BUILD_LIBRARY only when building the lib | Chris Robinson | 2010-03-22 | 1 | -3/+2 |
| | |||||
* | DXSDK_DIR is MSVC only | Alam Arias | 2010-03-18 | 1 | -12/+13 |
| | |||||
* | add _CRT_NONSTDC_NO_DEPRECATE define for MSVC | Alam Arias | 2010-03-18 | 1 | -0/+1 |
| | |||||
* | Add EFX types and enums to alext.h | Chris Robinson | 2010-03-09 | 1 | -0/+1 |
| | | | | | The types and enums are in efx.h, which is included by alext.h. It's done this way because EFX has a lot if definitions which would polute alext.h | ||||
* | Use powf when available | Chris Robinson | 2010-03-07 | 1 | -0/+1 |
| | |||||
* | Better handle run-time linking | Chris Robinson | 2010-02-16 | 1 | -8/+8 |
| | |||||
* | Properly check for functions in Win32 shared libs | Chris Robinson | 2010-02-16 | 1 | -8/+6 |
| | |||||
* | Enable the WinMM backend only if the lib check succeeds | Chris Robinson | 2010-02-05 | 1 | -4/+4 |
| | |||||
* | Release 1.11.753openal-soft-1.11.753 | Chris Robinson | 2010-01-17 | 1 | -2/+2 |
| | |||||
* | Use GCC's format attribute for al_printf | Chris Robinson | 2010-01-12 | 1 | -0/+3 |
| | |||||
* | Hide OSS and Solaris devices if their files can't be stat'd | Chris Robinson | 2010-01-09 | 1 | -0/+1 |
| | |||||
* | Prettify CMake checks for compiler switches | Chris Robinson | 2009-12-09 | 1 | -0/+2 |
| | |||||
* | Move the pkg-config file to the base directory | Chris Robinson | 2009-12-09 | 1 | -3/+3 |
| | |||||
* | Check for the pthread_setschedparam function | Chris Robinson | 2009-11-29 | 1 | -0/+2 |
| | |||||
* | Release 1.10.622openal-soft-1.10.622 | Chris Robinson | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | Use the DXSDK_DIR variable when set | Chris Robinson | 2009-11-02 | 1 | -0/+12 |
| | |||||
* | Use a realtime clock for measuring time | Chris Robinson | 2009-11-01 | 1 | -0/+5 |
| | |||||
* | Check for the -pthread switch instead of using _REENTRANT | Chris Robinson | 2009-10-23 | 1 | -2/+7 |
| | |||||
* | Release 1.9.563openal-soft-1.9.563 | Chris Robinson | 2009-09-26 | 1 | -2/+2 |
| | |||||
* | Add in-progress working extension AL_EXTX_sample_buffer_object | Chris Robinson | 2009-08-16 | 1 | -0/+1 |
| | |||||
* | Release 1.8.466openal-soft-1.8.466 | Chris Robinson | 2009-06-07 | 1 | -2/+2 |
| | |||||
* | Use a thread-safe static inline function for printing | Chris Robinson | 2009-06-07 | 1 | -0/+10 |
| | |||||
* | Set an error if NaN is given for panning values | Chris Robinson | 2009-05-31 | 1 | -0/+12 |
| | |||||
* | Make sure _CRT_SECURE_NO_WARNINGS is always defined for MSVC | Chris Robinson | 2009-05-26 | 1 | -0/+1 |
| | |||||
* | Dynamically load PulseAudio | Chris Robinson | 2009-05-19 | 1 | -3/+6 |
| | |||||
* | Optionally install the sample configuration file | Chris Robinson | 2009-05-17 | 1 | -0/+10 |
| | |||||
* | Add a PulseAudio backend | Chris Robinson | 2009-04-16 | 1 | -1/+17 |
| | |||||
* | Add the Echo effect | Chris Robinson | 2009-04-12 | 1 | -0/+1 |
| | |||||
* | Use LIB_SUFFIX when creating the default lib install dir | Chris Robinson | 2009-04-07 | 1 | -1/+1 |
| | | | | Thanks to Hanno Böck for pointing this out | ||||
* | Release 1.7.411openal-soft-1-7-411 | Chris Robinson | 2009-03-14 | 1 | -2/+2 |
| | |||||
* | Dynamically load dsound when possible | Chris Robinson | 2009-03-10 | 1 | -10/+11 |
| | |||||
* | Remove the SDL backend | Chris Robinson | 2009-03-10 | 1 | -22/+0 |
| | |||||
* | Add a PortAudio backend | Chris Robinson | 2009-03-10 | 1 | -0/+19 |
| |