aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alListener.h
Commit message (Expand)AuthorAgeFilesLines
* Re-update effect slots when context properties changeChris Robinson2017-09-271-5/+0
* Don't update context and listener props unnecessarilyChris Robinson2017-09-271-0/+2
* Update the context state properties separatelyChris Robinson2017-09-271-8/+11
* Add an option to ignore the app's speed of sound for reverb decayChris Robinson2017-09-221-1/+2
* Store the default effect slot in the contextChris Robinson2017-07-131-1/+1
* Remove unnecessary atomic membersChris Robinson2017-03-081-17/+17
* Don't pass the context's distance model as the source'sChris Robinson2016-08-231-0/+5
* Avoid redundantly storing distance model settingsChris Robinson2016-05-171-6/+0
* Use floats for the listener transformsChris Robinson2016-05-161-1/+1
* Store the remaining context properties with the listener propertiesChris Robinson2016-05-131-0/+6
* Use a lockless method for updating listener and context propertiesChris Robinson2016-05-111-2/+28
* Store more "active" listener and context properties separatelyChris Robinson2016-05-091-0/+6
* Use doubles for the constructed listener matrixChris Robinson2015-11-111-2/+2
* Use aluVector in some more placesChris Robinson2014-12-161-2/+2
* Add explicit matrix and vector types to operate withChris Robinson2014-12-161-2/+3
* Apply the listener matrix to the listener velocity onceChris Robinson2012-10-121-0/+1
* Build the listener matrix separatelyChris Robinson2012-10-091-1/+4
* Don't include alListener.h from alMain.hChris Robinson2012-10-091-2/+1
* Fix up some more header includesChris Robinson2012-09-141-1/+1
* Calculate the listener matrix when a new orientation is specifiedChris Robinson2011-10-301-0/+1
* Make some listener properties volatileChris Robinson2011-09-111-4/+4
* Hold the context lock only as needed when handling the listenerChris Robinson2011-08-311-2/+2
* Use alext.h for extension definitionsChris Robinson2010-03-161-2/+0
* Add AL_METERS_PER_UNIT listener propertyChris Robinson2007-12-171-0/+1
* Add new listener property definitionChris Robinson2007-12-171-0/+2
* Initial importChris Robinson2007-11-131-0/+23