aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid manually incrementing a reference countChris Robinson2019-08-031-8/+4
* Turn a couple more functions into methodsChris Robinson2019-08-021-118/+89
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-011-8/+5
* Add and use an intrusive_ptr typeChris Robinson2019-08-011-58/+5
* Remove an unnecessary variableChris Robinson2019-08-011-4/+2
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-47/+23
* Move another function to a ALCcontext methodChris Robinson2019-07-301-1/+0
* Turn some functions into methodsChris Robinson2019-07-301-48/+29
* Properly prefix ALCcontext membersChris Robinson2019-07-301-79/+79
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-7/+7
* Move the event declarations to a separate headerChris Robinson2019-07-291-0/+1
* Rename Alc to alcChris Robinson2019-07-281-0/+4342