Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a normal vector for the voices array | Chris Robinson | 2019-09-04 | 1 | -5/+2 |
| | |||||
* | Increment the mix count during disconnect | Chris Robinson | 2019-09-04 | 1 | -1/+3 |
| | | | | | So attempts to get the current playback offset behave correctly while disconnecting. | ||||
* | Avoid accumulating a temporary | Chris Robinson | 2019-09-01 | 1 | -2/+2 |
| | |||||
* | Make MixVoice a member function | Chris Robinson | 2019-08-31 | 1 | -5/+1 |
| | |||||
* | Use a span for effect state input | Chris Robinson | 2019-08-26 | 1 | -2/+1 |
| | |||||
* | Pass unsigned sample count to aluMixData | Chris Robinson | 2019-08-25 | 1 | -11/+11 |
| | |||||
* | Use size_t for the post-process sample length | Chris Robinson | 2019-08-25 | 1 | -5/+4 |
| | |||||
* | Use size_t for HrtfMixer functions' buffer size | Chris Robinson | 2019-08-20 | 1 | -0/+1 |
| | |||||
* | Move update pointers to the containers they update | Chris Robinson | 2019-08-13 | 1 | -2/+2 |
| | |||||
* | Add methods to get env vars as an optional | Chris Robinson | 2019-08-12 | 1 | -6/+11 |
| | |||||
* | Make the post-process methods member functions | Chris Robinson | 2019-08-07 | 1 | -24/+20 |
| | |||||
* | Update some includes | Chris Robinson | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Move the meters per unit property to the listener | Chris Robinson | 2019-08-05 | 1 | -2/+1 |
| | |||||
* | Remove the ReverbSpeedOfSound hack | Chris Robinson | 2019-08-05 | 1 | -79/+55 |
| | | | | | | | 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 parenthesis | Chris Robinson | 2019-08-04 | 1 | -6/+6 |
| | |||||
* | 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 | 1 | -3/+3 |
| | |||||
* | Add a common base for auto-deleting ref-counted objects | Chris Robinson | 2019-08-01 | 1 | -17/+7 |
| | | | | Which will also work as the basis for a future intrusive_ptr | ||||
* | Properly prefix ALCcontext members | Chris Robinson | 2019-07-30 | 1 | -30/+30 |
| | |||||
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -5/+5 |
| | |||||
* | Move the event declarations to a separate header | Chris Robinson | 2019-07-29 | 1 | -0/+1 |
| | |||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -0/+1798 |