aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-14/+14
| | | | Which uses a custom allocator that uses our allocation functions.
* Simplify the RefCount typeChris Robinson2018-11-191-2/+2
|
* Remove some unnecessary static specifiersChris Robinson2018-11-181-2/+2
|
* Use a standard string for the enumerated HRTF namesChris Robinson2018-11-181-14/+5
|
* Use a regular vector for the enumerated HRTF listChris Robinson2018-11-181-72/+63
|
* Use a regular char* for the device's nameChris Robinson2018-11-151-10/+2
|
* Pass a normal const char* to EnumerateHrtfChris Robinson2018-11-151-4/+4
|
* Make the enumerated HRTF entry name a char*Chris Robinson2018-11-121-20/+25
| | | | | Would ideally be a std::string with the HRTF name itself, but they're still seen in C code.
* Use C++ more with helpers.cppChris Robinson2018-11-111-55/+29
|
* Use C++ more in hrtf.cppChris Robinson2018-11-091-499/+439
|
* Convert hrtf.c to C++Chris Robinson2018-11-091-0/+1410