aboutsummaryrefslogtreecommitdiffstats
path: root/core/context.h
Commit message (Expand)AuthorAgeFilesLines
* Allocate context property updates in clustersChris Robinson2024-01-031-0/+7
* Allocate effect slot property updates in clustersChris Robinson2024-01-031-2/+5
* Make and use a (simple) atomic unique_ptrChris Robinson2024-01-011-1/+1
* Remove DEF_NEWDELChris Robinson2023-12-161-4/+2
* Refactor FlexArrayChris Robinson2023-12-101-0/+1
* Use a fixed array for fixed-size clustersChris Robinson2023-12-081-5/+4
* Clean up some more clang-tidy warningsChris Robinson2023-12-081-2/+2
* Remove some unnecessary atomic wrappersChris Robinson2023-12-031-1/+1
* Rename threads.cpp/h to alsem.cpp/hChris Robinson2023-06-011-1/+1
* Clean up some more includesChris Robinson2023-05-121-8/+5
* Use a variant for AsyncEventChris Robinson2023-05-081-1/+2
* Use a bitset for the enabled event flagsChris Robinson2022-12-161-1/+4
* Don't store and manage wet buffers separatelyChris Robinson2022-07-151-11/+0
* Allocate EffectSlots in clustersChris Robinson2022-07-151-0/+7
* Handle AirAbsorptionGainHF as a native context propertyChris Robinson2022-02-081-1/+5
* Combine listener and context updatesChris Robinson2022-02-081-15/+7
* Move some more context functions to the proper sourceChris Robinson2021-12-171-1/+1
* Remove an unnecessary parameterChris Robinson2021-12-171-1/+1
* Allocate voice properties in clustersChris Robinson2021-12-171-0/+4
* Handle the listener position separate from the rotation matrixChris Robinson2021-05-251-0/+1
* Move ContextBase and VoiceChange to coreChris Robinson2021-04-271-0/+171