index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
al
/
effect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard operator new[] and delete[] for aligned allocations
Chris Robinson
2024-01-01
1
-1
/
+1
*
Handle pointer ownership a bit better
Chris Robinson
2023-12-29
1
-5
/
+5
*
Try to start being a bit more pointer-owner conscious
Chris Robinson
2023-12-26
1
-1
/
+2
*
Rework effect property handling
Chris Robinson
2023-12-24
1
-99
/
+132
*
Use separate structs for the dedicated dialog/lfe effects
Chris Robinson
2023-12-23
1
-2
/
+2
*
Much more clang-tidy cleanup
Chris Robinson
2023-12-10
1
-23
/
+24
*
Fix some clang-tidy warnings
Chris Robinson
2023-12-08
1
-8
/
+6
*
Rename the convolution reverb effect to just convolution
Chris Robinson
2023-10-12
1
-2
/
+2
*
Avoid casting an integer literal
Chris Robinson
2023-09-22
1
-1
/
+1
*
Add AL_EXT_debug functions to set/get object names
Chris Robinson
2023-08-11
1
-0
/
+15
*
Declare functions closer to where they're needed
Chris Robinson
2023-07-26
1
-12
/
+11
*
Fix linkage definitions
Chris Robinson
2023-05-14
1
-11
/
+11
*
Don't check for a null context in direct functions
Chris Robinson
2023-05-14
1
-37
/
+4
*
Implement direct functions for EFX
Chris Robinson
2023-05-14
1
-56
/
+55
*
Avoid using al::vector unnecessarily
Chris Robinson
2023-05-12
1
-2
/
+2
*
Use some more standard functions
Chris Robinson
2023-05-05
1
-2
/
+2
*
Don't try to access null pointers
Chris Robinson
2023-04-28
1
-0
/
+3
*
Use macros for the likely/unlikely attributes
Chris Robinson
2023-03-01
1
-29
/
+29
*
Avoid some explicit casts and references
Chris Robinson
2023-01-01
1
-1
/
+1
*
Avoid inlining certain exception functions
Chris Robinson
2022-12-16
1
-0
/
+1
*
Avoid using a macro to wrap standard attributes
Chris Robinson
2022-12-06
1
-29
/
+29
*
Avoid some uses of the LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
1
-29
/
+29
*
Move EAX files to their own sub-directory
Chris Robinson
2022-05-16
1
-1
/
+1
*
Avoid using ALeffect to manage EaxEffect objects
Chris Robinson
2022-02-07
1
-131
/
+7
*
Move ALSOFT_EAX definition to config.h
Chris Robinson
2022-01-30
1
-4
/
+3
*
Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632)
Boris I. Bendovsky
2022-01-30
1
-0
/
+143
*
Make a construct_at method amd use it
Chris Robinson
2021-10-08
1
-1
/
+1
*
Silence some static analysis warnings
Chris Robinson
2021-10-03
1
-2
/
+2
*
Rename alcontext.h and move some functions to context.cpp
Chris Robinson
2021-04-27
1
-1
/
+2
*
Rename alcmain.h to device.h
Chris Robinson
2021-04-27
1
-1
/
+1
*
Update include headers
Chris Robinson
2021-04-27
1
-3
/
+3
*
Create a base the ALCdevice and ALCcontext structs
Chris Robinson
2021-04-24
1
-11
/
+11
*
Make PopCount and CountTrailingZeros more standard-like
Chris Robinson
2021-01-22
1
-3
/
+4
*
Avoid AL enums for the EffectSlot type
Chris Robinson
2020-12-26
1
-35
/
+24
*
Move alexcpt to core
Chris Robinson
2020-12-24
1
-1
/
+1
*
Move the AL error enum out of base_exception
Chris Robinson
2020-12-17
1
-1
/
+1
*
Move logging to core
Chris Robinson
2020-12-17
1
-1
/
+1
*
Move AL EffectProp handling to separate sources
Chris Robinson
2020-11-25
1
-24
/
+35
*
Use inline functions for popcnt and ctz instead of macros
Chris Robinson
2020-10-13
1
-4
/
+3
*
Stub out a convolution effect state
Chris Robinson
2020-08-24
1
-1
/
+2
*
Recognize a convolution reverb effect type
Chris Robinson
2020-08-24
1
-16
/
+17
*
Fix up some more uses of [AL[C]]void
Chris Robinson
2020-04-28
1
-10
/
+10
*
Avoid inlining some potentially costly calls
Chris Robinson
2020-04-14
1
-0
/
+9
*
Throw exceptions for errors in the effect getters/setters
Chris Robinson
2020-04-10
1
-33
/
+25
*
Add an effect_exception for handling effect properties
Chris Robinson
2020-04-10
1
-39
/
+57
*
Avoid AL[C]boolean for internal use
Chris Robinson
2020-03-28
1
-3
/
+3
*
Remove the last uses of the system's str[n]casecmp
Chris Robinson
2019-09-16
1
-2
/
+3
*
Clean up some lambda definitions
Chris Robinson
2019-09-12
1
-23
/
+15
*
Fix counting free objects
Chris Robinson
2019-09-12
1
-1
/
+1
*
Get rid of more implicit conversions
Chris Robinson
2019-09-12
1
-42
/
+44
[next]