aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
Commit message (Expand)AuthorAgeFilesLines
* Clean a couple debug messagesChris Robinson2008-01-191-1/+1
* Remove duplicated source freeing codeChris Robinson2008-01-181-0/+1
* Release effect slots when deleting sourcesChris Robinson2008-01-171-1/+8
* Add missing config.h includesChris Robinson2008-01-161-0/+2
* Don't include alAuxEffectSlot.h in alSource.hChris Robinson2008-01-161-0/+1
* Fix debug commentsChris Robinson2008-01-161-1/+1
* Make sure sources are deleted with the contextChris Robinson2008-01-161-0/+20
* Keep track of references to effect slots, so they aren't deleted while in useChris Robinson2008-01-161-0/+6
* Store a reference to the effect slot in a source's send, not a copyChris Robinson2008-01-161-7/+1
* Set default room rolloff factorChris Robinson2008-01-151-0/+1
* Set the default outer cone gainhfChris Robinson2008-01-151-0/+1
* Fix source and buffer out-of-memory conditionsChris Robinson2008-01-151-12/+12
* Merge branch 'master' into efx-experimentChris Robinson2007-12-311-17/+54
|\
| * Handle AL_FORMAT_REAR* formatsChris Robinson2007-12-311-0/+18
| * Check specific formats before general propertiesChris Robinson2007-12-311-19/+19
| * Fix includes so alMain.h doesn't include so much by itselfChris Robinson2007-12-311-0/+2
| * Implement AL_EXT_FLOAT32Chris Robinson2007-12-281-0/+9
| * Don't rely on the exact formats as much for sourcesChris Robinson2007-12-281-10/+18
* | 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
|/
* 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