aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow auxiliary effect slot 0 when (un)setting the source auxiliary sendChris Robinson2007-12-181-1/+2
|
* Don't assume only one max send when setting source propertiesChris Robinson2007-12-181-1/+1
|
* Implement AL_AUXILIARY_SEND_FILTER_GAIN_AUTO propertyChris Robinson2007-12-181-0/+14
|
* Implement AL_ROOM_ROLLOFF_FACTOR propertyChris Robinson2007-12-181-0/+13
|
* Implement AL_AUXILIARY_SEND_FILTER source propertyChris Robinson2007-12-181-0/+31
|
* Implement AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO propertyChris Robinson2007-12-181-0/+14
|
* Implement AL_AIR_ABSORPTION_FACTOR source propertyChris Robinson2007-12-181-0/+14
|
* Implement AL_CONE_OUTER_GAINHF source propertyChris Robinson2007-12-171-0/+13
|
* Implement AL_DIRECT_FILTER_GAINHF_AUTO source propertyChris Robinson2007-12-171-0/+15
|
* Implement AL_DIRECT_FILTER source propertyChris Robinson2007-12-171-0/+22
| | | | Only AL_FILTER_NULL filter types are currently supported, however
* Remove more unused variablesChris Robinson2007-12-061-11/+1
|
* Make some source-local functions staticChris Robinson2007-12-061-8/+8
|
* Initial importChris Robinson2007-11-131-0/+2108