aboutsummaryrefslogtreecommitdiffstats
path: root/router/router.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix router not loading on Creative's hardware OpenAL (#773)Felipe2022-11-161-12/+22
* Add EFX functions back to the routerChris Robinson2022-06-181-5/+5
* Don't handle EFX functions in the routerChris Robinson2022-02-261-36/+3
* Work around a MinGW thread_local bugChris Robinson2021-12-201-0/+5
* Export EFX functions from the routerChris Robinson2021-01-271-0/+36
* Fix up some more uses of [AL[C]]voidChris Robinson2020-04-281-8/+8
* Silence some warnings from GCC in the routerChris Robinson2019-10-011-4/+4
* Use al::getenv to get the router env varsChris Robinson2019-10-011-42/+40
* Remove the UNUSED macroChris Robinson2019-07-281-1/+1
* Simplify some binary search lookupsChris Robinson2018-11-261-69/+27
* Clean up the DriverIface in its destructorChris Robinson2018-10-301-8/+1
* Clean up the router's PtrIntMapChris Robinson2018-10-301-76/+55
* Use std::wstring in place of some fixed WCHAR arraysChris Robinson2018-10-301-13/+12
* Use std::vector instead of custom dynamic arraysChris Robinson2018-10-301-41/+16
* Use C++ atomics and mutexes in the routerChris Robinson2018-10-301-5/+1
* Convert the router to C++Chris Robinson2018-10-301-0/+541