Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a std::thread for the event thread | Chris Robinson | 2018-11-18 | 1 | -1/+3 |
* | Use cleaner constructor/destructor calls for ALCcontext | Chris Robinson | 2018-11-18 | 1 | -32/+38 |
* | 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 |