Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename alMain.h to alcmain.h | Chris Robinson | 2019-07-28 | 1 | -1/+1 |
* | Remove a couple unnecessary includes | Chris Robinson | 2019-07-28 | 1 | -1/+1 |
* | Clean up includes a bit | Chris Robinson | 2019-07-28 | 1 | -1/+14 |
* | Use a bool for the TrapALError flag | Chris Robinson | 2019-06-29 | 1 | -1/+1 |
* | Add exception protection to some AL functions | Chris Robinson | 2019-04-10 | 1 | -0/+3 |
* | Don't use a fixed size buffer for printed messages | Chris Robinson | 2019-04-09 | 1 | -17/+15 |
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -2/+2 |
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -3/+3 |
* | Fix an incorrect function call | Chris Robinson | 2018-11-25 | 1 | -1/+1 |
* | Use a standard mutex for the event callback lock | Chris Robinson | 2018-11-20 | 1 | -1/+1 |
* | Remove the atomic exchange macros | Chris Robinson | 2018-11-19 | 1 | -4/+4 |
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -1/+1 |
* | Convert alError.c to C++ | Chris Robinson | 2018-11-16 | 1 | -0/+104 |