aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/panning.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a standard string for the device's HRTF nameChris Robinson2018-11-181-5/+4
* Use a regular vector for the enumerated HRTF listChris Robinson2018-11-181-12/+9
* Use a std::string for the device nameChris Robinson2018-11-181-9/+9
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-14/+14
* Remove unused headers and checksChris Robinson2018-11-171-1/+0
* Use a regular char* for the device's nameChris Robinson2018-11-151-17/+9
* Pass a normal const char* to EnumerateHrtfChris Robinson2018-11-151-1/+1
* Make the enumerated HRTF entry name a char*Chris Robinson2018-11-121-3/+3
* Use a regular char* for the HRTF string nameChris Robinson2018-11-121-7/+18
* Convert ambdec.c to C++Chris Robinson2018-11-031-18/+15
* Convert panning.c to C++Chris Robinson2018-11-031-0/+1236