aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alFilter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use c++ headersFilip Gawin2019-01-091-1/+1
* Merge pull request #260 from ShFil119/impr/nullptrkcat2019-01-071-2/+2
|\
| * Use nullptr in cpp filesFilip Gawin2019-01-071-2/+2
* | Use user-defined literals for 64-bit literalsChris Robinson2019-01-071-5/+5
|/
* Fix some MSVC conversion warningsChris Robinson2018-12-121-2/+2
* Use a standard mutex for the remaining locksChris Robinson2018-11-261-16/+12
* Automatically clean up filters and effects with their sublistsChris Robinson2018-11-251-17/+9
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-1/+1
* Fix a couple commentsChris Robinson2018-11-241-2/+2
* Use RAII more with alFilter.cppChris Robinson2018-11-241-382/+364
* Use a normal vector for filter sublistsChris Robinson2018-11-181-39/+33
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+1
* Convert alEffect.c and alFilter.c to C++Chris Robinson2018-11-161-0/+668