| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a consistent name for the self-id field | Chris Robinson | 2012-04-19 | 1 | -2/+2 |
* | Rename GetReverbEffect to LoadReverbPreset | Chris Robinson | 2012-03-13 | 1 | -1/+1 |
* | Avoid duplicating some initialization code | Chris Robinson | 2012-01-20 | 1 | -1/+3 |
* | Add the ability to specify a preset for forced reverb | Chris Robinson | 2012-01-19 | 1 | -1/+1 |
* | Add a global option to apply a reverb effect on source send 0 | Chris Robinson | 2012-01-19 | 1 | -0/+1 |
* | Use function pointers to set type-specific effect properties | Chris Robinson | 2011-09-11 | 1 | -0/+20 |
* | Remove the union from the effect parameter types | Chris Robinson | 2011-09-11 | 1 | -50/+48 |
* | Add an option to emulate EAX reverb using standard reverb | Chris Robinson | 2011-07-20 | 1 | -0/+1 |
* | Add a config option to boost reverb output | Chris Robinson | 2011-07-20 | 1 | -0/+2 |
* | Use a helper to tell if an effect type is reverb | Chris Robinson | 2011-07-05 | 1 | -0/+2 |
* | Store the separate effect parameters in a union | Chris Robinson | 2011-05-20 | 1 | -50/+50 |
* | Add support for ALC_EXT_DEDICATED | Chris Robinson | 2011-03-12 | 1 | -0/+5 |
* | Use a map for the effects list | Chris Robinson | 2010-05-18 | 1 | -2/+0 |
* | Implement a skeleton Ring Modulator effect | Chris Robinson | 2010-04-08 | 1 | -0/+7 |
* | Move extension function declarations to alext.h/efx.h | Chris Robinson | 2010-03-23 | 1 | -13/+0 |
* | Mark extension functions with AL_API/ALC_API | Chris Robinson | 2010-03-23 | 1 | -13/+13 |
* | Add EFX types and enums to alext.h | Chris Robinson | 2010-03-09 | 1 | -183/+0 |
* | Store the effect and filter lists in the device | Chris Robinson | 2009-08-15 | 1 | -3/+3 |
* | Add preliminary support for the EAX Reverb effect | Chris Robinson | 2009-05-29 | 1 | -3/+147 |
* | Add the Echo effect | Chris Robinson | 2009-04-12 | 1 | -0/+34 |
* | Add an option to disable specific EFX effect types | Chris Robinson | 2008-11-14 | 1 | -0/+7 |
* | Don't export extension function symbols from the lib | Chris Robinson | 2008-09-06 | 1 | -13/+13 |
* | Allow getting and setting reverb parameters, as well as setting reverb effects | Chris Robinson | 2008-01-15 | 1 | -0/+17 |
* | Add reverb parameters | Chris Robinson | 2008-01-15 | 1 | -0/+15 |
* | Add effect type enums | Chris Robinson | 2007-12-17 | 1 | -0/+12 |
* | Implement effect function skeletons | Chris Robinson | 2007-12-17 | 1 | -0/+45 |