aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alError.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename alMain.h to alcmain.hChris Robinson2019-07-281-1/+1
* Remove a couple unnecessary includesChris Robinson2019-07-281-1/+1
* Clean up includes a bitChris Robinson2019-07-281-1/+14
* Use a bool for the TrapALError flagChris Robinson2019-06-291-1/+1
* Add exception protection to some AL functionsChris Robinson2019-04-101-0/+3
* Don't use a fixed size buffer for printed messagesChris Robinson2019-04-091-17/+15
* Use c++ headersFilip Gawin2019-01-091-2/+2
* Avoid using old style castsFilip Gawin2019-01-081-3/+3
* Fix an incorrect function callChris Robinson2018-11-251-1/+1
* Use a standard mutex for the event callback lockChris Robinson2018-11-201-1/+1
* Remove the atomic exchange macrosChris Robinson2018-11-191-4/+4
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-1/+1
* Convert alError.c to C++Chris Robinson2018-11-161-0/+104