aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable and fix some more warningsChris Robinson2019-09-181-1/+2
|
* pass proper effects slot number to AddActiveEffectSlotsLopuska2019-09-151-2/+3
| | | It resolves wrong logic when creating more than 1 aux slot at time in a batch
* Clean up some lambda definitionsChris Robinson2019-09-121-28/+24
|
* Fix counting free objectsChris Robinson2019-09-121-1/+1
|
* Avoid a macro call and mark unlikely paths as unlikelyChris Robinson2019-09-121-3/+3
|
* Get rid of more implicit conversionsChris Robinson2019-09-121-53/+57
|
* Fix some more implicit castsChris Robinson2019-09-111-19/+22
|
* Avoid unnecessary placement new definitionsChris Robinson2019-09-011-6/+1
|
* Use new/delete for context and effectslot propertiesChris Robinson2019-08-131-2/+2
|
* Move update pointers to the containers they updateChris Robinson2019-08-131-2/+2
|
* Update some more includesChris Robinson2019-08-061-0/+1
|
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-28/+28
|
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-011-5/+5
|
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-29/+15
| | | | Which will also work as the basis for a future intrusive_ptr
* Move another function to a ALCcontext methodChris Robinson2019-07-301-40/+37
|
* Properly prefix ALCcontext membersChris Robinson2019-07-301-43/+43
|
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-0/+808