Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the atomic exchange macros | Chris Robinson | 2018-11-19 | 1 | -9/+9 |
* | Simplify the RefCount type | Chris Robinson | 2018-11-19 | 1 | -4/+2 |
* | Replace ATOMIC_REPLACE_HEAD with an inline function | Chris Robinson | 2018-11-19 | 1 | -1/+1 |
* | Use a normal vector for effect sublists | Chris Robinson | 2018-11-18 | 1 | -5/+4 |
* | Use constructors/destructors for ALeffectslot | Chris Robinson | 2018-11-18 | 1 | -34/+9 |
* | Remove the pointer-specific atomic exchange macros | Chris Robinson | 2018-11-18 | 1 | -7/+4 |
* | Add and use new/delete operators to ALeffectslot | Chris Robinson | 2018-11-18 | 1 | -11/+6 |
* | Use a normal vector for auxiliary effect slots | Chris Robinson | 2018-11-18 | 1 | -28/+25 |
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -0/+2 |
* | Fix compilation with MSVC | Chris Robinson | 2018-11-16 | 1 | -2/+4 |
* | Convert alAuxEffectSlot.c to C++ | Chris Robinson | 2018-11-16 | 1 | -0/+802 |