Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -538/+0 |
| | |||||
* | Rename alMain.h to alcmain.h | Chris Robinson | 2019-07-28 | 1 | -1/+1 |
| | | | | And move it and alu.h to Alc/. | ||||
* | Clean up includes a bit | Chris Robinson | 2019-07-28 | 1 | -5/+16 |
| | | | | | | | Trying out the IWYU tool to only include what's necessary in a given file. Seems to work decently (it'll miss some headers, suggest unnecessary ones, and make nonsense suggestions for some things, but overall gives a good starting point), and helps clean out some headers. | ||||
* | Use a span for MixParams | Chris Robinson | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | Use a span for the effect state's output target | Chris Robinson | 2019-06-05 | 1 | -2/+1 |
| | |||||
* | Use span<FloatBufferLine> for EffectState::process output | Chris Robinson | 2019-05-29 | 1 | -4/+3 |
| | |||||
* | Use span<FloatBufferLine> for MixSamples | Chris Robinson | 2019-05-29 | 1 | -8/+6 |
| | |||||
* | Use FloatBufferLine for the effect process method | Chris Robinson | 2019-05-29 | 1 | -4/+5 |
| | |||||
* | Avoid some uses of RESTRICT | Chris Robinson | 2019-05-25 | 1 | -18/+27 |
| | |||||
* | Avoid unnecessary use of CalcAngleCoeffs | Chris Robinson | 2019-05-20 | 1 | -3/+3 |
| | |||||
* | Rename and move ALeffectProps | Chris Robinson | 2019-03-22 | 1 | -24/+24 |
| | |||||
* | Pass ALeffectProps directly to the get/setParam* methods | Chris Robinson | 2019-03-22 | 1 | -32/+24 |
| | |||||
* | Use the effect state factory to set the default effect props | Chris Robinson | 2019-03-22 | 1 | -84/+81 |
| | |||||
* | Implement getDefaultProps for effect state factories | Chris Robinson | 2019-03-22 | 1 | -7/+42 |
| | |||||
* | Pass the number of input channels to EffectState::process | Chris Robinson | 2019-02-21 | 1 | -7/+7 |
| | |||||
* | Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS | Chris Robinson | 2019-02-19 | 1 | -1/+1 |
| | |||||
* | Remove redundant void argument list in function def | Filip Gawin | 2019-01-09 | 1 | -2/+2 |
| | |||||
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -3/+3 |
| | | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295 | ||||
* | Replace macros with constexpr inline functions | Chris Robinson | 2019-01-06 | 1 | -3/+3 |
| | |||||
* | Rename a couple filter files for consistency | Chris Robinson | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | Provide effect target parameters through a common struct | Chris Robinson | 2018-12-24 | 1 | -16/+7 |
| | |||||
* | Mix effect slot output to the effect target if it's set | Chris Robinson | 2018-12-23 | 1 | -5/+17 |
| | |||||
* | Constify a parameter | Chris Robinson | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | Fix some MSVC conversion warnings | Chris Robinson | 2018-12-12 | 1 | -5/+5 |
| | |||||
* | Clean up the Chorus a little | Chris Robinson | 2018-11-22 | 1 | -64/+53 |
| | |||||
* | Use proper inheritence for the effect state objects | Chris Robinson | 2018-11-19 | 1 | -82/+53 |
| | |||||
* | Use a normal vector for the chorus sample buffer | Chris Robinson | 2018-11-19 | 1 | -16/+9 |
| | |||||
* | Clean up the chorus/flanger struct members | Chris Robinson | 2018-11-19 | 1 | -66/+65 |
| | |||||
* | Use proper inheritence for EffectStateFactory | Chris Robinson | 2018-11-19 | 1 | -28/+8 |
| | |||||
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -0/+1 |
| | |||||
* | Convert the remaining effects to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+561 |