Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use cleaner constructor/destructor calls for ALCcontext | Chris Robinson | 2018-11-18 | 1 | -32/+38 |
| | | | | | Note that the actual type name is ALCcontext_struct, because of how it's defined in AL/alc.h (ALCcontext is just an alias to struct ALCcontext_struct). | ||||
* | Remove an unused typedef | Chris Robinson | 2018-11-18 | 1 | -1/+0 |
| | |||||
* | Avoid naming a struct member the same as an enum type | Chris Robinson | 2018-11-18 | 1 | -2/+2 |
| | |||||
* | Use a normal vector for auxiliary effect slots | Chris Robinson | 2018-11-18 | 1 | -1/+1 |
| | |||||
* | Use a proper vector for the source sublists | Chris Robinson | 2018-11-18 | 1 | -4/+3 |
| | |||||
* | Use new/delete for ALCcontext objects | Chris Robinson | 2018-11-18 | 1 | -0/+3 |
| | |||||
* | Store the listener directly in the context | Chris Robinson | 2018-11-17 | 1 | -5/+3 |
| | |||||
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -0/+180 |