aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/base.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove another unnecessary return valueChris Robinson2020-04-161-1/+1
|
* Avoid inlining some potentially costly callsChris Robinson2020-04-141-7/+1
|
* Throw exceptions for errors in the effect getters/settersChris Robinson2020-04-101-9/+9
|
* Add an effect_exception for handling effect propertiesChris Robinson2020-04-101-0/+14
|
* Use a standard bool instead of ALbooleanChris Robinson2020-03-281-1/+1
|
* Avoid using more unnecessary type aliasesChris Robinson2020-03-281-76/+76
|
* Fix implicit conversions in the effectsChris Robinson2019-09-141-2/+2
|
* Use a span for effect state inputChris Robinson2019-08-261-1/+1
|
* Pass samplesToDo as size_t to effectsChris Robinson2019-08-201-1/+3
|
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-7/+2
| | | | Which will also work as the basis for a future intrusive_ptr
* Rename Alc to alcChris Robinson2019-07-281-0/+196