aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid naming a struct member the same as an enum typeChris Robinson2018-11-181-4/+4
* Use std::isfinite instead of the global isfiniteChris Robinson2018-11-181-8/+8
* Use a normal vector for auxiliary effect slotsChris Robinson2018-11-181-4/+4
* Use a proper vector for the source sublistsChris Robinson2018-11-181-43/+36
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-2/+4
* Add a missing cast for MSVCChris Robinson2018-11-151-1/+2
* Convert alSource.c to C++Chris Robinson2018-11-151-0/+3707