aboutsummaryrefslogtreecommitdiffstats
path: root/al/effect.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move alexcpt to coreChris Robinson2020-12-241-1/+1
|
* Move the AL error enum out of base_exceptionChris Robinson2020-12-171-1/+1
|
* Move logging to coreChris Robinson2020-12-171-1/+1
|
* Move AL EffectProp handling to separate sourcesChris Robinson2020-11-251-24/+35
|
* Use inline functions for popcnt and ctz instead of macrosChris Robinson2020-10-131-4/+3
|
* Stub out a convolution effect stateChris Robinson2020-08-241-1/+2
|
* Recognize a convolution reverb effect typeChris Robinson2020-08-241-16/+17
|
* Fix up some more uses of [AL[C]]voidChris Robinson2020-04-281-10/+10
|
* Avoid inlining some potentially costly callsChris Robinson2020-04-141-0/+9
|
* Throw exceptions for errors in the effect getters/settersChris Robinson2020-04-101-33/+25
|
* Add an effect_exception for handling effect propertiesChris Robinson2020-04-101-39/+57
|
* Avoid AL[C]boolean for internal useChris Robinson2020-03-281-3/+3
|
* Remove the last uses of the system's str[n]casecmpChris Robinson2019-09-161-2/+3
|
* Clean up some lambda definitionsChris Robinson2019-09-121-23/+15
|
* Fix counting free objectsChris Robinson2019-09-121-1/+1
|
* Get rid of more implicit conversionsChris Robinson2019-09-121-42/+44
|
* Use global placement new for AL object batchesChris Robinson2019-09-011-7/+2
|
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-38/+32
|
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-011-11/+11
|
* Move another function to a ALCcontext methodChris Robinson2019-07-301-15/+14
|
* Properly prefix ALCcontext membersChris Robinson2019-07-301-11/+11
|
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-0/+742