Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove extraneous typedef, struct, and enum keywords | Chris Robinson | 2018-12-24 | 1 | -3/+3 |
* | Fix some MSVC conversion warnings | Chris Robinson | 2018-12-12 | 1 | -2/+2 |
* | Use a standard mutex for the remaining locks | Chris Robinson | 2018-11-26 | 1 | -16/+12 |
* | Automatically clean up filters and effects with their sublists | Chris Robinson | 2018-11-25 | 1 | -17/+9 |
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 1 | -1/+1 |
* | Use RAII in alEffect.cpp | Chris Robinson | 2018-11-24 | 1 | -388/+367 |
* | Use a normal vector for effect sublists | Chris Robinson | 2018-11-18 | 1 | -39/+33 |
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -0/+2 |
* | Convert alEffect.c and alFilter.c to C++ | Chris Robinson | 2018-11-16 | 1 | -0/+815 |