Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 1 | -1/+2 |
| | |||||
* | pass proper effects slot number to AddActiveEffectSlots | Lopuska | 2019-09-15 | 1 | -2/+3 |
| | | | It resolves wrong logic when creating more than 1 aux slot at time in a batch | ||||
* | Clean up some lambda definitions | Chris Robinson | 2019-09-12 | 1 | -28/+24 |
| | |||||
* | Fix counting free objects | Chris Robinson | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | Avoid a macro call and mark unlikely paths as unlikely | Chris Robinson | 2019-09-12 | 1 | -3/+3 |
| | |||||
* | Get rid of more implicit conversions | Chris Robinson | 2019-09-12 | 1 | -53/+57 |
| | |||||
* | Fix some more implicit casts | Chris Robinson | 2019-09-11 | 1 | -19/+22 |
| | |||||
* | Avoid unnecessary placement new definitions | Chris Robinson | 2019-09-01 | 1 | -6/+1 |
| | |||||
* | Use new/delete for context and effectslot properties | Chris Robinson | 2019-08-13 | 1 | -2/+2 |
| | |||||
* | Move update pointers to the containers they update | Chris Robinson | 2019-08-13 | 1 | -2/+2 |
| | |||||
* | Update some more includes | Chris Robinson | 2019-08-06 | 1 | -0/+1 |
| | |||||
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 1 | -28/+28 |
| | |||||
* | Use a smart pointer for holding the context's device | Chris Robinson | 2019-08-01 | 1 | -5/+5 |
| | |||||
* | Add a common base for auto-deleting ref-counted objects | Chris Robinson | 2019-08-01 | 1 | -29/+15 |
| | | | | Which will also work as the basis for a future intrusive_ptr | ||||
* | Move another function to a ALCcontext method | Chris Robinson | 2019-07-30 | 1 | -40/+37 |
| | |||||
* | Properly prefix ALCcontext members | Chris Robinson | 2019-07-30 | 1 | -43/+43 |
| | |||||
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -0/+808 |