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
/
router
/
router.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix router not loading on Creative's hardware OpenAL (#773)
Felipe
2022-11-16
1
-12
/
+22
*
Add EFX functions back to the router
Chris Robinson
2022-06-18
1
-5
/
+5
*
Don't handle EFX functions in the router
Chris Robinson
2022-02-26
1
-36
/
+3
*
Work around a MinGW thread_local bug
Chris Robinson
2021-12-20
1
-0
/
+5
*
Export EFX functions from the router
Chris Robinson
2021-01-27
1
-0
/
+36
*
Fix up some more uses of [AL[C]]void
Chris Robinson
2020-04-28
1
-8
/
+8
*
Silence some warnings from GCC in the router
Chris Robinson
2019-10-01
1
-4
/
+4
*
Use al::getenv to get the router env vars
Chris Robinson
2019-10-01
1
-42
/
+40
*
Remove the UNUSED macro
Chris Robinson
2019-07-28
1
-1
/
+1
*
Simplify some binary search lookups
Chris Robinson
2018-11-26
1
-69
/
+27
*
Clean up the DriverIface in its destructor
Chris Robinson
2018-10-30
1
-8
/
+1
*
Clean up the router's PtrIntMap
Chris Robinson
2018-10-30
1
-76
/
+55
*
Use std::wstring in place of some fixed WCHAR arrays
Chris Robinson
2018-10-30
1
-13
/
+12
*
Use std::vector instead of custom dynamic arrays
Chris Robinson
2018-10-30
1
-41
/
+16
*
Use C++ atomics and mutexes in the router
Chris Robinson
2018-10-30
1
-5
/
+1
*
Convert the router to C++
Chris Robinson
2018-10-30
1
-0
/
+541