aboutsummaryrefslogtreecommitdiffstats
path: root/al/state.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid AL[C]boolean for internal useChris Robinson2020-03-281-3/+3
|
* Avoid static constexpr for arrays iterated over at run-timeChris Robinson2019-10-251-1/+1
|
* Remove noexcept from a function that explicitly throwsChris Robinson2019-09-301-1/+2
|
* Don't let a function end without a returnChris Robinson2019-09-281-7/+8
|
* Redo resampler strings to be saferChris Robinson2019-09-281-18/+33
| | | | | Now the name is guaranteed to match the type, and to be ordered as the enum declares.
* Add "fast" variants for the bsinc resamplersChris Robinson2019-09-281-2/+5
| | | | | | This simply omits the scale factor from the filter, similar to how up-sampling does. The consequence of this is less smooth transitions when ramping the pitch while down-sampling, but otherwise behaves fine.
* Make the resampler type an enum classChris Robinson2019-09-221-7/+8
|
* Get rid of more implicit conversionsChris Robinson2019-09-121-9/+11
|
* Avoid C-style casts in C++Chris Robinson2019-09-111-8/+8
|
* Use new/delete for context and effectslot propertiesChris Robinson2019-08-131-1/+1
|
* Add methods to get env vars as an optionalChris Robinson2019-08-121-2/+3
|
* Update some more includesChris Robinson2019-08-061-0/+1
|
* Move the meters per unit property to the listenerChris Robinson2019-08-051-2/+0
|
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-23/+23
|
* Remove improper includeChris Robinson2019-07-301-1/+0
|
* Move another function to a ALCcontext methodChris Robinson2019-07-301-29/+28
|
* Turn some functions into methodsChris Robinson2019-07-301-2/+2
|
* Properly prefix ALCcontext membersChris Robinson2019-07-301-65/+65
|
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-0/+859