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
/
OpenAL32
/
alEffect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename alMain.h to alcmain.h
Chris Robinson
2019-07-28
1
-1
/
+1
*
Clean up includes a bit
Chris Robinson
2019-07-28
1
-8
/
+17
*
vocal morpher implementation (#312)
Lopuska
2019-07-09
1
-1
/
+3
*
Properly destroy other objects
Chris Robinson
2019-06-05
1
-2
/
+2
*
Get rid of the COUNTOF macro
Chris Robinson
2019-05-26
1
-10
/
+14
*
Add exception protection to effect, filter, and buffer functions
Chris Robinson
2019-04-10
1
-0
/
+24
*
Rename and move ALeffectProps
Chris Robinson
2019-03-22
1
-1
/
+1
*
Pass ALeffectProps directly to the get/setParam* methods
Chris Robinson
2019-03-22
1
-0
/
+27
*
Use the effect state factory to set the default effect props
Chris Robinson
2019-03-22
1
-144
/
+42
*
Implement getDefaultProps for effect state factories
Chris Robinson
2019-03-22
1
-1
/
+1
*
Avoid using internal AL[u]int64 types
Chris Robinson
2019-02-11
1
-1
/
+1
*
Use c++ headers
Filip Gawin
2019-01-09
1
-3
/
+3
*
Merge pull request #260 from ShFil119/impr/nullptr
kcat
2019-01-07
1
-2
/
+2
|
\
|
*
Use nullptr in cpp files
Filip Gawin
2019-01-07
1
-2
/
+2
*
|
Use user-defined literals for 64-bit literals
Chris Robinson
2019-01-07
1
-5
/
+5
|
/
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-3
/
+3
*
Fix some MSVC conversion warnings
Chris Robinson
2018-12-12
1
-2
/
+2
*
Use a standard mutex for the remaining locks
Chris Robinson
2018-11-26
1
-16
/
+12
*
Automatically clean up filters and effects with their sublists
Chris Robinson
2018-11-25
1
-17
/
+9
*
Replace remaining uses of std::vector with al::vector
Chris Robinson
2018-11-24
1
-1
/
+1
*
Use RAII in alEffect.cpp
Chris Robinson
2018-11-24
1
-388
/
+367
*
Use a normal vector for effect sublists
Chris Robinson
2018-11-18
1
-39
/
+33
*
Move the ALCcontext definition to its own header
Chris Robinson
2018-11-17
1
-0
/
+2
*
Convert alEffect.c and alFilter.c to C++
Chris Robinson
2018-11-16
1
-0
/
+815