aboutsummaryrefslogtreecommitdiffstats
path: root/al/listener.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix linkage definitionsChris Robinson2023-05-141-12/+12
* Don't check for a null context in direct functionsChris Robinson2023-05-141-36/+0
* Implement direct functions for the listener and eventsChris Robinson2023-05-141-75/+74
* Rename some member functions and variables for consistencyChris Robinson2023-03-161-1/+1
* Commit deferred EAX properties in alcProcessContextChris Robinson2023-03-161-15/+6
* Use macros for the likely/unlikely attributesChris Robinson2023-03-011-14/+14
* Avoid using a macro to set a context error and returnChris Robinson2022-12-241-9/+13
* Avoid using a macro to wrap standard attributesChris Robinson2022-12-061-12/+12
* Avoid some uses of the LIKELY/UNLIKELY macrosChris Robinson2022-12-051-12/+12
* Avoid more unnecessary atomicsChris Robinson2022-02-131-6/+8
* Combine listener and context updatesChris Robinson2022-02-081-49/+13
* Apply updates for EAX context propertiesChris Robinson2022-02-081-20/+0
* Ensure sources update together from EAX commitsChris Robinson2022-02-081-12/+30
* EAX various fixes (#657)Boris I. Bendovsky2022-02-081-0/+9
* Avoid the need for EaxAlContextWrapperChris Robinson2022-02-061-16/+18
* Move ALSOFT_EAX definition to config.hChris Robinson2022-01-301-1/+1
* Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632)Boris I. Bendovsky2022-01-301-0/+22
* Rename alcontext.h and move some functions to context.cppChris Robinson2021-04-271-1/+1
* Update include headersChris Robinson2021-04-271-1/+1
* Make an inverted atomic flag type and use itChris Robinson2021-04-151-1/+1
* Move alexcpt to coreChris Robinson2020-12-241-1/+1
* Use a separate structure for the context/listener paramsChris Robinson2020-12-151-4/+4
* Fix up some more uses of [AL[C]]voidChris Robinson2020-04-281-8/+8
* Move update pointers to the containers they updateChris Robinson2019-08-131-1/+1
* Use new/delete for listener propertiesChris Robinson2019-08-131-1/+1
* Update some more includesChris Robinson2019-08-061-0/+2
* Move the meters per unit property to the listenerChris Robinson2019-08-051-6/+4
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-12/+12
* Move another function to a ALCcontext methodChris Robinson2019-07-301-27/+25
* Properly prefix ALCcontext membersChris Robinson2019-07-301-29/+29
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-0/+454