aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alEffect.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing context checksChris Robinson2009-09-121-0/+11
|
* Use a function to retrieve the current context in an already-locked stateChris Robinson2009-08-161-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 deviceChris Robinson2009-08-151-22/+20
|
* Set an error if NaN is given for panning valuesChris Robinson2009-05-311-6/+17
|
* Use the MIN/MAX/DEFAULT macros for checking and setting the effect parametersChris Robinson2009-05-291-41/+59
|
* Add preliminary support for the EAX Reverb effectChris Robinson2009-05-291-4/+418
| | | | | Not all parameters are supported yet, though it is a little more fuctional than standard reverb
* Add the Echo effectChris Robinson2009-04-121-1/+152
|
* Add an option to disable specific EFX effect typesChris Robinson2008-11-141-2/+8
|
* Don't export extension function symbols from the libChris Robinson2008-09-061-11/+11
|
* Clarify implicit destruction warningsChris Robinson2008-07-221-1/+1
|
* Add missing config.h includesChris Robinson2008-01-161-3/+2
|
* Allow getting and setting reverb parameters, as well as setting reverb effectsChris Robinson2008-01-151-49/+293
| | | | Reverb is still not implemented. The parameters just no-op for now.
* Fix allocation of multiple effect slots, effects, and filtersChris Robinson2008-01-151-0/+2
|
* Fix some copy/paste errorsChris Robinson2008-01-151-1/+1
|
* Merge branch 'master' into efx-experimentChris Robinson2007-12-311-0/+2
|
* Don't allow properties on effect and filter name 0Chris Robinson2007-12-181-8/+8
|
* Implement AL_EFFECT_TYPE propertyChris Robinson2007-12-181-8/+23
| | | | Only the null effect type is accepted, right now
* Don't attempt to free null effects or filtersChris Robinson2007-12-171-1/+1
|
* 0 is a valid filter and effect nameChris Robinson2007-12-171-1/+1
|
* Implement effect function skeletonsChris Robinson2007-12-171-0/+368