aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unneeded source struct memberChris Robinson2008-08-151-1/+1
* Ramp channel gains to remove pops and clicks from abrupt changesChris Robinson2008-08-141-0/+7
* Implement yet another low-pass filterChris Robinson2008-07-251-0/+2
* Implement an alternative low-pass filterChris Robinson2008-07-231-3/+0
* Implement doppler factor source propertyChris Robinson2008-07-151-0/+2
* Don't include alAuxEffectSlot.h in alSource.hChris Robinson2008-01-161-2/+1
* Make sure sources are deleted with the contextChris Robinson2008-01-161-0/+2
* Store a reference to the effect slot in a source's send, not a copyChris Robinson2008-01-161-1/+1
* Merge branch 'master' into efx-experimentChris Robinson2007-12-311-2/+2
|\
| * Don't append _struct to the source struct nameChris Robinson2007-12-311-2/+2
* | Implement AL_AUXILIARY_SEND_FILTER_GAIN_AUTO propertyChris Robinson2007-12-181-0/+1
* | Implement AL_ROOM_ROLLOFF_FACTOR propertyChris Robinson2007-12-181-0/+2
* | Report one max auxiliary send per sourceChris Robinson2007-12-181-1/+4
* | Implement AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO propertyChris Robinson2007-12-181-0/+1
* | Add initial auxiliary send pathsChris Robinson2007-12-181-0/+6
* | Implement AL_AIR_ABSORPTION_FACTOR source propertyChris Robinson2007-12-181-0/+2
* | Implement AL_CONE_OUTER_GAINHF source propertyChris Robinson2007-12-171-0/+1
* | Implement AL_DIRECT_FILTER_GAINHF_AUTO source propertyChris Robinson2007-12-171-0/+2
* | Implement basic lowpass filter pathChris Robinson2007-12-171-0/+3
* | Implement AL_DIRECT_FILTER source propertyChris Robinson2007-12-171-0/+3
* | Add EFX source filter propertiesChris Robinson2007-12-171-0/+9
|/
* Initial importChris Robinson2007-11-131-0/+71