aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alListener.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use C++ more in alListener.cppChris Robinson2018-11-201-189/+127
* Use atomic_flags and atomic<bools>s where appropriateChris Robinson2018-11-201-4/+4
* Use std::isfinite instead of isfiniteChris Robinson2018-11-191-5/+7
* Remove the atomic exchange macrosChris Robinson2018-11-191-5/+5
* Replace ATOMIC_REPLACE_HEAD with an inline functionChris Robinson2018-11-191-1/+1
* Remove the pointer-specific atomic exchange macrosChris Robinson2018-11-181-3/+2
* Store the listener directly in the contextChris Robinson2018-11-171-29/+29
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+1
* Convert alListener.c to C++Chris Robinson2018-11-161-0/+503