index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
al
/
listener.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Declare functions closer to where they're needed
Chris Robinson
2023-07-26
1
-13
/
+12
*
Avoid duplicate NULL checks
Chris Robinson
2023-05-25
1
-37
/
+33
*
Fix linkage definitions
Chris Robinson
2023-05-14
1
-12
/
+12
*
Don't check for a null context in direct functions
Chris Robinson
2023-05-14
1
-36
/
+0
*
Implement direct functions for the listener and events
Chris Robinson
2023-05-14
1
-75
/
+74
*
Rename some member functions and variables for consistency
Chris Robinson
2023-03-16
1
-1
/
+1
*
Commit deferred EAX properties in alcProcessContext
Chris Robinson
2023-03-16
1
-15
/
+6
*
Use macros for the likely/unlikely attributes
Chris Robinson
2023-03-01
1
-14
/
+14
*
Avoid using a macro to set a context error and return
Chris Robinson
2022-12-24
1
-9
/
+13
*
Avoid using a macro to wrap standard attributes
Chris Robinson
2022-12-06
1
-12
/
+12
*
Avoid some uses of the LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
1
-12
/
+12
*
Avoid more unnecessary atomics
Chris Robinson
2022-02-13
1
-6
/
+8
*
Combine listener and context updates
Chris Robinson
2022-02-08
1
-49
/
+13
*
Apply updates for EAX context properties
Chris Robinson
2022-02-08
1
-20
/
+0
*
Ensure sources update together from EAX commits
Chris Robinson
2022-02-08
1
-12
/
+30
*
EAX various fixes (#657)
Boris I. Bendovsky
2022-02-08
1
-0
/
+9
*
Avoid the need for EaxAlContextWrapper
Chris Robinson
2022-02-06
1
-16
/
+18
*
Move ALSOFT_EAX definition to config.h
Chris Robinson
2022-01-30
1
-1
/
+1
*
Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632)
Boris I. Bendovsky
2022-01-30
1
-0
/
+22
*
Rename alcontext.h and move some functions to context.cpp
Chris Robinson
2021-04-27
1
-1
/
+1
*
Update include headers
Chris Robinson
2021-04-27
1
-1
/
+1
*
Make an inverted atomic flag type and use it
Chris Robinson
2021-04-15
1
-1
/
+1
*
Move alexcpt to core
Chris Robinson
2020-12-24
1
-1
/
+1
*
Use a separate structure for the context/listener params
Chris Robinson
2020-12-15
1
-4
/
+4
*
Fix up some more uses of [AL[C]]void
Chris Robinson
2020-04-28
1
-8
/
+8
*
Move update pointers to the containers they update
Chris Robinson
2019-08-13
1
-1
/
+1
*
Use new/delete for listener properties
Chris Robinson
2019-08-13
1
-1
/
+1
*
Update some more includes
Chris Robinson
2019-08-06
1
-0
/
+2
*
Move the meters per unit property to the listener
Chris Robinson
2019-08-05
1
-6
/
+4
*
Modify LIKELY and UNLIKELY to not need extra parenthesis
Chris Robinson
2019-08-04
1
-12
/
+12
*
Move another function to a ALCcontext method
Chris Robinson
2019-07-30
1
-27
/
+25
*
Properly prefix ALCcontext members
Chris Robinson
2019-07-30
1
-29
/
+29
*
Rename al/* sources to avoid camel-case
Chris Robinson
2019-07-29
1
-0
/
+454