aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the ATOMIC_THREAD_FENCE macroChris Robinson2018-11-191-3/+3
* Make ll_ringbuffer_write/read take void*/const void*Chris Robinson2018-11-191-1/+1
* Remove the CONST_CAST hackChris Robinson2018-11-191-12/+6
* Remove the atomic exchange macrosChris Robinson2018-11-191-8/+8
* Replace ATOMIC_REPLACE_HEAD with an inline functionChris Robinson2018-11-191-1/+1
* Use a normal vector for filter sublistsChris Robinson2018-11-181-7/+6
* Use a normal vector for buffer sublistsChris Robinson2018-11-181-7/+6
* Remove the pointer-specific atomic exchange macrosChris Robinson2018-11-181-3/+2
* Avoid naming a struct member the same as an enum typeChris Robinson2018-11-181-4/+4
* Use std::isfinite instead of the global isfiniteChris Robinson2018-11-181-8/+8
* Use a normal vector for auxiliary effect slotsChris Robinson2018-11-181-4/+4
* Use a proper vector for the source sublistsChris Robinson2018-11-181-43/+36
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-2/+4
* Add a missing cast for MSVCChris Robinson2018-11-151-1/+2
* Convert alSource.c to C++Chris Robinson2018-11-151-0/+3707