Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename the OpenAL32 directory to al | Chris Robinson | 2019-07-29 | 1 | -742/+0 |
| | |||||
* | More include cleanups | Chris Robinson | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | 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 | -8/+17 |
| | | | | | | | 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. | ||||
* | vocal morpher implementation (#312) | Lopuska | 2019-07-09 | 1 | -1/+3 |
| | | | | | | * vocal morpher implementation * compile fix for GCC | ||||
* | Properly destroy other objects | Chris Robinson | 2019-06-05 | 1 | -2/+2 |
| | |||||
* | Get rid of the COUNTOF macro | Chris Robinson | 2019-05-26 | 1 | -10/+14 |
| | |||||
* | Add exception protection to effect, filter, and buffer functions | Chris Robinson | 2019-04-10 | 1 | -0/+24 |
| | |||||
* | Rename and move ALeffectProps | Chris Robinson | 2019-03-22 | 1 | -1/+1 |
| | |||||
* | Pass ALeffectProps directly to the get/setParam* methods | Chris Robinson | 2019-03-22 | 1 | -0/+27 |
| | |||||
* | Use the effect state factory to set the default effect props | Chris Robinson | 2019-03-22 | 1 | -144/+42 |
| | |||||
* | Implement getDefaultProps for effect state factories | Chris Robinson | 2019-03-22 | 1 | -1/+1 |
| | |||||
* | Avoid using internal AL[u]int64 types | Chris Robinson | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -3/+3 |
| | |||||
* | Merge pull request #260 from ShFil119/impr/nullptr | kcat | 2019-01-07 | 1 | -2/+2 |
|\ | | | | | Use nullptr in cpp files | ||||
| * | Use nullptr in cpp files | Filip Gawin | 2019-01-07 | 1 | -2/+2 |
| | | |||||
* | | Use user-defined literals for 64-bit literals | Chris Robinson | 2019-01-07 | 1 | -5/+5 |
|/ | |||||
* | Remove extraneous typedef, struct, and enum keywords | Chris Robinson | 2018-12-24 | 1 | -3/+3 |
| | |||||
* | Fix some MSVC conversion warnings | Chris Robinson | 2018-12-12 | 1 | -2/+2 |
| | |||||
* | Use a standard mutex for the remaining locks | Chris Robinson | 2018-11-26 | 1 | -16/+12 |
| | |||||
* | Automatically clean up filters and effects with their sublists | Chris Robinson | 2018-11-25 | 1 | -17/+9 |
| | |||||
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 1 | -1/+1 |
| | | | | Which uses a custom allocator that uses our allocation functions. | ||||
* | Use RAII in alEffect.cpp | Chris Robinson | 2018-11-24 | 1 | -388/+367 |
| | |||||
* | Use a normal vector for effect sublists | Chris Robinson | 2018-11-18 | 1 | -39/+33 |
| | |||||
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -0/+2 |
| | |||||
* | Convert alEffect.c and alFilter.c to C++ | Chris Robinson | 2018-11-16 | 1 | -0/+815 |