aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcontext.h
Commit message (Expand)AuthorAgeFilesLines
* Use a std::thread for the event threadChris Robinson2018-11-181-1/+3
* Use cleaner constructor/destructor calls for ALCcontextChris Robinson2018-11-181-32/+38
* Remove an unused typedefChris Robinson2018-11-181-1/+0
* Avoid naming a struct member the same as an enum typeChris Robinson2018-11-181-2/+2
* Use a normal vector for auxiliary effect slotsChris Robinson2018-11-181-1/+1
* Use a proper vector for the source sublistsChris Robinson2018-11-181-4/+3
* Use new/delete for ALCcontext objectsChris Robinson2018-11-181-0/+3
* Store the listener directly in the contextChris Robinson2018-11-171-5/+3
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+180