aboutsummaryrefslogtreecommitdiffstats
path: root/alc
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the meters per unit property to the listenerChris Robinson2019-08-053-5/+2
|
* Remove the ReverbSpeedOfSound hackChris Robinson2019-08-054-87/+59
| | | | | | | 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.
* Move some structs to where they're usedChris Robinson2019-08-041-20/+37
|
* Don't allow numeric values for the resampler optionChris Robinson2019-08-041-8/+1
|
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-0413-44/+44
|
* Add a Create method to FlexArray for "raw" arraysChris Robinson2019-08-031-15/+10
|
* Make a couple counts size_tChris Robinson2019-08-035-10/+13
|
* Avoid manually incrementing a reference countChris Robinson2019-08-031-8/+4
|
* Turn a couple more functions into methodsChris Robinson2019-08-022-120/+99
|
* Avoid reloading the voices array when processingChris Robinson2019-08-021-12/+13
|
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-0113-23/+20
|
* Add and use an intrusive_ptr typeChris Robinson2019-08-012-105/+8
|
* Remove an unnecessary variableChris Robinson2019-08-011-4/+2
|
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-017-86/+43
| | | | Which will also work as the basis for a future intrusive_ptr
* Cleanup alcontext.h includesChris Robinson2019-08-011-21/+20
|
* Use float2 where appropriateChris Robinson2019-07-311-2/+2
|
* Don't templatize HrirArrayChris Robinson2019-07-317-16/+14
|
* Fix a couple ASSUME statementsChris Robinson2019-07-312-2/+2
|
* Use enums for the resampler and mixer template tagsChris Robinson2019-07-311-29/+27
|
* Add iterators to ALbufferlistitemChris Robinson2019-07-311-33/+29
| | | | And change some types to ALuint
* Move another function to a ALCcontext methodChris Robinson2019-07-3015-104/+108
|
* Turn some functions into methodsChris Robinson2019-07-303-57/+45
|
* Properly prefix ALCcontext membersChris Robinson2019-07-3013-164/+164
|
* More include cleanupChris Robinson2019-07-297-18/+25
|
* Use Transposed Direct Form II for the BS2B filtersChris Robinson2019-07-292-43/+37
|
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-2921-52/+48
|
* Move the event declarations to a separate headerChris Robinson2019-07-294-46/+3
|
* More include cleanupsChris Robinson2019-07-288-19/+32
|
* Rename Alc to alcChris Robinson2019-07-2897-0/+35900