aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add methods to get env vars as an optionalChris Robinson2019-08-121-34/+34
|
* Move the wstr converters to a separate headerChris Robinson2019-08-111-0/+1
|
* Add parameter DECLs for vocal morpherRaulshc2019-08-101-0/+7
|
* Update some includesChris Robinson2019-08-051-0/+1
|
* Move the meters per unit property to the listenerChris Robinson2019-08-051-1/+1
|
* Remove the ReverbSpeedOfSound hackChris Robinson2019-08-051-2/+0
| | | | | | | No other effect depends on context or listener properties, so reverb being the only exception for speed of sound and meters per unit was putting extra work on the effect engine for no real reason. Especially since the reverb decay time should be the time actual time to decay irrespective of other settings.
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-1/+1
|
* Add a Create method to FlexArray for "raw" arraysChris Robinson2019-08-031-15/+10
|
* Avoid manually incrementing a reference countChris Robinson2019-08-031-8/+4
|
* Turn a couple more functions into methodsChris Robinson2019-08-021-118/+89
|
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-011-8/+5
|
* Add and use an intrusive_ptr typeChris Robinson2019-08-011-58/+5
|
* Remove an unnecessary variableChris Robinson2019-08-011-4/+2
|
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-47/+23
| | | | Which will also work as the basis for a future intrusive_ptr
* Move another function to a ALCcontext methodChris Robinson2019-07-301-1/+0
|
* Turn some functions into methodsChris Robinson2019-07-301-48/+29
|
* Properly prefix ALCcontext membersChris Robinson2019-07-301-79/+79
|
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-7/+7
|
* Move the event declarations to a separate headerChris Robinson2019-07-291-0/+1
|
* Rename Alc to alcChris Robinson2019-07-281-0/+4342