aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcontext.h
Commit message (Collapse)AuthorAgeFilesLines
* Use cleaner constructor/destructor calls for ALCcontextChris Robinson2018-11-181-32/+38
| | | | | Note that the actual type name is ALCcontext_struct, because of how it's defined in AL/alc.h (ALCcontext is just an alias to struct ALCcontext_struct).
* 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