aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alEffect.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use c++ headersFilip Gawin2019-01-091-3/+3
|
* Merge pull request #260 from ShFil119/impr/nullptrkcat2019-01-071-2/+2
|\ | | | | Use nullptr in cpp files
| * Use nullptr in cpp filesFilip Gawin2019-01-071-2/+2
| |
* | Use user-defined literals for 64-bit literalsChris Robinson2019-01-071-5/+5
|/
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-3/+3
|
* 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
| | | | Which uses a custom allocator that uses our allocation functions.
* Use RAII in alEffect.cppChris Robinson2018-11-241-388/+367
|
* Use a normal vector for effect sublistsChris Robinson2018-11-181-39/+33
|
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+2
|
* Convert alEffect.c and alFilter.c to C++Chris Robinson2018-11-161-0/+815