Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always use the thunk functions to get object IDs | Chris Robinson | 2011-08-22 | 1 | -4/+4 |
| | |||||
* | Don't use the thunk array for object lookups | Chris Robinson | 2011-08-22 | 1 | -1/+1 |
| | |||||
* | Make sure some effect property values are finite | Chris Robinson | 2011-07-20 | 1 | -3/+3 |
| | |||||
* | Avoid calling some al[Get]Effect functions while the context is locked | Chris Robinson | 2011-06-30 | 1 | -197/+12 |
| | |||||
* | Rename Suspend/ProcessContext since they are locking a mutex | Chris Robinson | 2011-06-30 | 1 | -18/+18 |
| | |||||
* | Allow alThunkAddEntry to return a proper error | Chris Robinson | 2011-06-17 | 1 | -2/+3 |
| | |||||
* | Avoid some al[Get]Effect* calls from under the context lock | Chris Robinson | 2011-06-17 | 1 | -144/+28 |
| | |||||
* | Store the separate effect parameters in a union | Chris Robinson | 2011-05-20 | 1 | -136/+136 |
| | |||||
* | Check against the correct limits | Chris Robinson | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | Use a loop to make sure the requested effect is not disabled | Chris Robinson | 2011-03-12 | 1 | -7/+8 |
| | |||||
* | Add support for ALC_EXT_DEDICATED | Chris Robinson | 2011-03-12 | 1 | -1/+66 |
| | |||||
* | Reduce some more indentation | Chris Robinson | 2010-09-21 | 1 | -20/+24 |
| | |||||
* | Reduce some indentation | Chris Robinson | 2010-09-21 | 1 | -28/+24 |
| | |||||
* | Use a map for the effects list | Chris Robinson | 2010-05-18 | 1 | -52/+37 |
| | |||||
* | Implement a skeleton Ring Modulator effect | Chris Robinson | 2010-04-08 | 1 | -1/+147 |
| | |||||
* | Mark extension functions with AL_API/ALC_API | Chris Robinson | 2010-03-23 | 1 | -11/+11 |
| | |||||
* | Cleanup and fixup Release* functions | Chris Robinson | 2010-03-20 | 1 | -5/+4 |
| | |||||
* | Avoid calling alDelete* from alGen* | Chris Robinson | 2010-03-20 | 1 | -4/+12 |
| | |||||
* | Remove unneeded checks | Chris Robinson | 2010-03-16 | 1 | -11/+13 |
| | |||||
* | Effect and filter ID 0 is valid | Chris Robinson | 2010-03-16 | 1 | -3/+4 |
| | |||||
* | Avoid some alIs* calls while under the context lock | Chris Robinson | 2010-03-16 | 1 | -34/+41 |
| | | | | | Instead, use functions that verify the ID by searching the object list and returning its handle | ||||
* | Pass the context to alSetError | Chris Robinson | 2010-03-16 | 1 | -85/+85 |
| | |||||
* | Add missing context checks | Chris Robinson | 2009-09-12 | 1 | -0/+11 |
| | |||||
* | Use a function to retrieve the current context in an already-locked state | Chris Robinson | 2009-08-16 | 1 | -22/+11 |
| | | | | | This should help prevent race-conditions with a context being destroyed between breing retrieved and locked | ||||
* | Store the effect and filter lists in the device | Chris Robinson | 2009-08-15 | 1 | -22/+20 |
| | |||||
* | Set an error if NaN is given for panning values | Chris Robinson | 2009-05-31 | 1 | -6/+17 |
| | |||||
* | Use the MIN/MAX/DEFAULT macros for checking and setting the effect parameters | Chris Robinson | 2009-05-29 | 1 | -41/+59 |
| | |||||
* | Add preliminary support for the EAX Reverb effect | Chris Robinson | 2009-05-29 | 1 | -4/+418 |
| | | | | | Not all parameters are supported yet, though it is a little more fuctional than standard reverb | ||||
* | Add the Echo effect | Chris Robinson | 2009-04-12 | 1 | -1/+152 |
| | |||||
* | Add an option to disable specific EFX effect types | Chris Robinson | 2008-11-14 | 1 | -2/+8 |
| | |||||
* | Don't export extension function symbols from the lib | Chris Robinson | 2008-09-06 | 1 | -11/+11 |
| | |||||
* | Clarify implicit destruction warnings | Chris Robinson | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | Add missing config.h includes | Chris Robinson | 2008-01-16 | 1 | -3/+2 |
| | |||||
* | Allow getting and setting reverb parameters, as well as setting reverb effects | Chris Robinson | 2008-01-15 | 1 | -49/+293 |
| | | | | Reverb is still not implemented. The parameters just no-op for now. | ||||
* | Fix allocation of multiple effect slots, effects, and filters | Chris Robinson | 2008-01-15 | 1 | -0/+2 |
| | |||||
* | Fix some copy/paste errors | Chris Robinson | 2008-01-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-31 | 1 | -0/+2 |
| | |||||
* | Don't allow properties on effect and filter name 0 | Chris Robinson | 2007-12-18 | 1 | -8/+8 |
| | |||||
* | Implement AL_EFFECT_TYPE property | Chris Robinson | 2007-12-18 | 1 | -8/+23 |
| | | | | Only the null effect type is accepted, right now | ||||
* | Don't attempt to free null effects or filters | Chris Robinson | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | 0 is a valid filter and effect name | Chris Robinson | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | Implement effect function skeletons | Chris Robinson | 2007-12-17 | 1 | -0/+368 |