index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
OpenAL32
/
alListener.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a plain mutex for the property lock
Chris Robinson
2018-03-03
1
-24
/
+24
*
Add the printf-format attribute to alSetError
Chris Robinson
2018-01-25
1
-19
/
+19
*
Construct error messages using parameterized values
Chris Robinson
2018-01-25
1
-7
/
+6
*
Provide messages for the remaining AL errors
Chris Robinson
2018-01-24
1
-58
/
+49
*
Re-update effect slots when context properties change
Chris Robinson
2017-09-27
1
-3
/
+3
*
Don't update context and listener props unnecessarily
Chris Robinson
2017-09-27
1
-26
/
+34
*
Update the context state properties separately
Chris Robinson
2017-09-27
1
-12
/
+6
*
0 meters per unit is invalid
Chris Robinson
2017-08-21
1
-1
/
+1
*
Use separate atomic macros for pointers
Chris Robinson
2017-04-14
1
-4
/
+3
*
Remove unnecessary atomic members
Chris Robinson
2017-03-08
1
-24
/
+24
*
Avoid duplicating code using a macro
Chris Robinson
2016-12-21
1
-5
/
+1
*
Use separate macros for atomics that don't take a memory order
Chris Robinson
2016-12-20
1
-2
/
+2
*
Stop using almemory_order_consume
Chris Robinson
2016-11-17
1
-1
/
+1
*
Don't pass the context's distance model as the source's
Chris Robinson
2016-08-23
1
-0
/
+3
*
Avoid resupplying unneeded source updates
Chris Robinson
2016-08-23
1
-18
/
+0
*
Avoid redundantly storing distance model settings
Chris Robinson
2016-05-17
1
-4
/
+0
*
Provide asynchronous property updates for sources
Chris Robinson
2016-05-14
1
-6
/
+30
*
Store the remaining context properties with the listener properties
Chris Robinson
2016-05-13
1
-0
/
+4
*
Use a lockless method for updating listener and context properties
Chris Robinson
2016-05-11
1
-42
/
+106
*
Use aluVector in some more places
Chris Robinson
2014-12-16
1
-18
/
+14
*
Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...
François Cami
2014-08-18
1
-2
/
+2
*
Explicitly pass the address of atomics and parameters that can be modified
Chris Robinson
2014-07-26
1
-5
/
+5
*
Add macros for generic atomic functionality
Chris Robinson
2014-07-22
1
-5
/
+5
*
Remove al_try from alListener.c
Chris Robinson
2013-10-07
1
-291
/
+267
*
Use an UNUSED macro instead of void-tagging unused parameters
Chris Robinson
2013-10-07
1
-3
/
+1
*
Build the listener matrix separately
Chris Robinson
2012-10-09
1
-30
/
+1
*
Store a pointer to the listener in the context
Chris Robinson
2012-10-09
1
-56
/
+56
*
Switch alListener.c to the new error handling scheme, and get rid of more hun...
Chris Robinson
2012-04-23
1
-210
/
+198
*
Calculate the listener matrix when a new orientation is specified
Chris Robinson
2011-10-30
1
-1
/
+31
*
Silence some MSVC precision warnings
Chris Robinson
2011-09-22
1
-1
/
+1
*
Hold the context lock only as needed when handling the listener
Chris Robinson
2011-08-31
1
-118
/
+136
*
Make sure some listener property values are finite
Chris Robinson
2011-07-20
1
-18
/
+35
*
Avoid some alListenerfv calls while under the context lock
Chris Robinson
2011-07-11
1
-9
/
+12
*
Use a flag to signifiy that all sources need updating
Chris Robinson
2011-07-11
1
-42
/
+5
*
Rename Suspend/ProcessContext since they are locking a mutex
Chris Robinson
2011-06-30
1
-24
/
+24
*
Avoid calling some AL functions from under the context lock
Chris Robinson
2011-06-16
1
-41
/
+39
*
Use a map to store sources and buffers
Chris Robinson
2010-05-01
1
-9
/
+9
*
Don't use deprecated macros
Chris Robinson
2010-03-19
1
-12
/
+12
*
Pass the context to alSetError
Chris Robinson
2010-03-16
1
-22
/
+22
*
Rename some struct members for consistency
Chris Robinson
2010-03-16
1
-3
/
+3
*
Update source parameters only when they need changing
Chris Robinson
2009-11-25
1
-18
/
+49
*
More modifications and fixes for context checks
Chris Robinson
2009-08-16
1
-128
/
+68
*
Use a function to retrieve the current context in an already-locked state
Chris Robinson
2009-08-16
1
-36
/
+12
*
Add missing config.h includes
Chris Robinson
2008-01-16
1
-0
/
+2
*
Add AL_METERS_PER_UNIT listener property
Chris Robinson
2007-12-17
1
-0
/
+22
*
Initial import
Chris Robinson
2007-11-13
1
-0
/
+513