Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |