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
/
alSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the context VoiceCount atomic
Chris Robinson
2018-11-23
1
-30
/
+29
*
Fix an incorrect check
Chris Robinson
2018-11-23
1
-1
/
+1
*
Use proper time types for the device clock time and latency
Chris Robinson
2018-11-22
1
-14
/
+14
*
Clean up alSource.cpp some
Chris Robinson
2018-11-22
1
-666
/
+626
*
Use RAII more in alSource.cpp
Chris Robinson
2018-11-21
1
-651
/
+457
*
Always use RAII with EffectSlotLock
Chris Robinson
2018-11-21
1
-5
/
+5
*
Use RAII locks with the BackendLock
Chris Robinson
2018-11-20
1
-6
/
+6
*
Use a normal vector for the source send properties
Chris Robinson
2018-11-20
1
-128
/
+105
*
Use atomic_flags and atomic<bools>s where appropriate
Chris Robinson
2018-11-20
1
-7
/
+5
*
Store effect slots as unique_ptrs
Chris Robinson
2018-11-20
1
-1
/
+1
*
Remove the ATOMIC_THREAD_FENCE macro
Chris Robinson
2018-11-19
1
-3
/
+3
*
Make ll_ringbuffer_write/read take void*/const void*
Chris Robinson
2018-11-19
1
-1
/
+1
*
Remove the CONST_CAST hack
Chris Robinson
2018-11-19
1
-12
/
+6
*
Remove the atomic exchange macros
Chris Robinson
2018-11-19
1
-8
/
+8
*
Replace ATOMIC_REPLACE_HEAD with an inline function
Chris Robinson
2018-11-19
1
-1
/
+1
*
Use a normal vector for filter sublists
Chris Robinson
2018-11-18
1
-7
/
+6
*
Use a normal vector for buffer sublists
Chris Robinson
2018-11-18
1
-7
/
+6
*
Remove the pointer-specific atomic exchange macros
Chris Robinson
2018-11-18
1
-3
/
+2
*
Avoid naming a struct member the same as an enum type
Chris Robinson
2018-11-18
1
-4
/
+4
*
Use std::isfinite instead of the global isfinite
Chris Robinson
2018-11-18
1
-8
/
+8
*
Use a normal vector for auxiliary effect slots
Chris Robinson
2018-11-18
1
-4
/
+4
*
Use a proper vector for the source sublists
Chris Robinson
2018-11-18
1
-43
/
+36
*
Move the ALCcontext definition to its own header
Chris Robinson
2018-11-17
1
-2
/
+4
*
Add a missing cast for MSVC
Chris Robinson
2018-11-15
1
-1
/
+2
*
Convert alSource.c to C++
Chris Robinson
2018-11-15
1
-0
/
+3707