Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move the meters per unit property to the listener | Chris Robinson | 2019-08-05 | 3 | -5/+2 | |
| | ||||||
* | Remove the ReverbSpeedOfSound hack | Chris Robinson | 2019-08-05 | 4 | -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 used | Chris Robinson | 2019-08-04 | 1 | -20/+37 | |
| | ||||||
* | Don't allow numeric values for the resampler option | Chris Robinson | 2019-08-04 | 1 | -8/+1 | |
| | ||||||
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 13 | -44/+44 | |
| | ||||||
* | Add a Create method to FlexArray for "raw" arrays | Chris Robinson | 2019-08-03 | 1 | -15/+10 | |
| | ||||||
* | Make a couple counts size_t | Chris Robinson | 2019-08-03 | 5 | -10/+13 | |
| | ||||||
* | Avoid manually incrementing a reference count | Chris Robinson | 2019-08-03 | 1 | -8/+4 | |
| | ||||||
* | Turn a couple more functions into methods | Chris Robinson | 2019-08-02 | 2 | -120/+99 | |
| | ||||||
* | Avoid reloading the voices array when processing | Chris Robinson | 2019-08-02 | 1 | -12/+13 | |
| | ||||||
* | Use a smart pointer for holding the context's device | Chris Robinson | 2019-08-01 | 13 | -23/+20 | |
| | ||||||
* | Add and use an intrusive_ptr type | Chris Robinson | 2019-08-01 | 2 | -105/+8 | |
| | ||||||
* | Remove an unnecessary variable | Chris Robinson | 2019-08-01 | 1 | -4/+2 | |
| | ||||||
* | Add a common base for auto-deleting ref-counted objects | Chris Robinson | 2019-08-01 | 7 | -86/+43 | |
| | | | | Which will also work as the basis for a future intrusive_ptr | |||||
* | Cleanup alcontext.h includes | Chris Robinson | 2019-08-01 | 1 | -21/+20 | |
| | ||||||
* | Use float2 where appropriate | Chris Robinson | 2019-07-31 | 1 | -2/+2 | |
| | ||||||
* | Don't templatize HrirArray | Chris Robinson | 2019-07-31 | 7 | -16/+14 | |
| | ||||||
* | Fix a couple ASSUME statements | Chris Robinson | 2019-07-31 | 2 | -2/+2 | |
| | ||||||
* | Use enums for the resampler and mixer template tags | Chris Robinson | 2019-07-31 | 1 | -29/+27 | |
| | ||||||
* | Add iterators to ALbufferlistitem | Chris Robinson | 2019-07-31 | 1 | -33/+29 | |
| | | | | And change some types to ALuint | |||||
* | Move another function to a ALCcontext method | Chris Robinson | 2019-07-30 | 15 | -104/+108 | |
| | ||||||
* | Turn some functions into methods | Chris Robinson | 2019-07-30 | 3 | -57/+45 | |
| | ||||||
* | Properly prefix ALCcontext members | Chris Robinson | 2019-07-30 | 13 | -164/+164 | |
| | ||||||
* | More include cleanup | Chris Robinson | 2019-07-29 | 7 | -18/+25 | |
| | ||||||
* | Use Transposed Direct Form II for the BS2B filters | Chris Robinson | 2019-07-29 | 2 | -43/+37 | |
| | ||||||
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 21 | -52/+48 | |
| | ||||||
* | Move the event declarations to a separate header | Chris Robinson | 2019-07-29 | 4 | -46/+3 | |
| | ||||||
* | More include cleanups | Chris Robinson | 2019-07-28 | 8 | -19/+32 | |
| | ||||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 97 | -0/+35900 | |