aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alAuxEffectSlot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the atomic exchange macrosChris Robinson2018-11-191-9/+9
* Simplify the RefCount typeChris Robinson2018-11-191-4/+2
* Replace ATOMIC_REPLACE_HEAD with an inline functionChris Robinson2018-11-191-1/+1
* Use a normal vector for effect sublistsChris Robinson2018-11-181-5/+4
* Use constructors/destructors for ALeffectslotChris Robinson2018-11-181-34/+9
* Remove the pointer-specific atomic exchange macrosChris Robinson2018-11-181-7/+4
* Add and use new/delete operators to ALeffectslotChris Robinson2018-11-181-11/+6
* Use a normal vector for auxiliary effect slotsChris Robinson2018-11-181-28/+25
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+2
* Fix compilation with MSVCChris Robinson2018-11-161-2/+4
* Convert alAuxEffectSlot.c to C++Chris Robinson2018-11-161-0/+802