aboutsummaryrefslogtreecommitdiffstats
path: root/al/filter.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace some macrosChris Robinson2023-12-291-4/+4
|
* Move struct definitions to more appropriate headersChris Robinson2023-12-291-0/+18
|
* Remove unnecessary macro parameter listsChris Robinson2023-12-151-1/+1
|
* Add missing includesChris Robinson2023-08-111-0/+1
|
* Add AL_EXT_debug functions to set/get object namesChris Robinson2023-08-111-0/+2
|
* Use a variant to call the proper filter handler functionChris Robinson2023-05-231-21/+23
|
* Avoid a proxy ALfilter object for EAX source propertiesChris Robinson2022-02-071-39/+0
|
* Move ALSOFT_EAX definition to config.hChris Robinson2022-01-301-5/+4
| | | | And disable it by default for non-Windows targets
* Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632)Boris I. Bendovsky2022-01-301-0/+40
| | | | | | | | | | | | | | | * Add EAX extensions (EAX 2.0-5.0, X-RAM) * Comment out C++17 leftovers * Remove everything related to patching * Update alsoftrc.sample * Rewrite integration * Fix GCC compilation under Linux * Always reset EAX effect properties when loading it into FX slot
* Use exceptions for filter errorsChris Robinson2020-04-091-37/+20
|
* Clean up ALfilter someChris Robinson2020-03-231-28/+37
| | | | | | Use inline methods instead of macros Fix indentation Add some consts
* Add a macro to disable class-specific new/deleteChris Robinson2020-03-231-0/+4
|
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-0/+56