Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert the router to C++ | Chris Robinson | 2018-10-30 | 1 | -537/+0 |
| | |||||
* | Simplify some statements | Filip Gawin | 2018-10-29 | 1 | -3/+3 |
| | |||||
* | Avoid duplicate path searches in the router | Chris Robinson | 2018-03-21 | 1 | -18/+39 |
| | | | | | And avoid inadvertently increasing the priority of the system path over the executable's path, or either of them over the current working directory. | ||||
* | Add methods to clean up althrd and altss data | Chris Robinson | 2018-03-10 | 1 | -0/+4 |
| | |||||
* | Trace a version for the router | Chris Robinson | 2017-07-11 | 1 | -0/+3 |
| | |||||
* | Add methods for thread-local contexts to the router | Chris Robinson | 2017-07-07 | 1 | -0/+25 |
| | |||||
* | Initialize ALC resources in the file they're used in | Chris Robinson | 2017-07-01 | 1 | -7/+2 |
| | |||||
* | Use the al alloc functions instead of standard | Chris Robinson | 2017-07-01 | 1 | -6/+7 |
| | |||||
* | Add tracing capabilities to the router | Chris Robinson | 2017-06-30 | 1 | -4/+48 |
| | |||||
* | Clear initial ALC version vars before querying it | Chris Robinson | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | Protect context switches with a lock in the router | Chris Robinson | 2017-06-29 | 1 | -0/+3 |
| | |||||
* | Protect device enumeration in the router with a mutex | Chris Robinson | 2017-06-29 | 1 | -0/+4 |
| | |||||
* | Prepare the new driver in a local variable | Chris Robinson | 2017-06-29 | 1 | -11/+12 |
| | |||||
* | Handle the ALC version for some extension capabilities | Chris Robinson | 2017-06-28 | 1 | -2/+10 |
| | | | | Also fix some improper parenthesis. | ||||
* | Properly clean up allocated memory at exit | Chris Robinson | 2017-06-28 | 1 | -2/+1 |
| | |||||
* | Partially implement ALC functions in the router | Chris Robinson | 2017-06-28 | 1 | -0/+2 |
| | |||||
* | Add a ptr-to-int map | Chris Robinson | 2017-06-28 | 1 | -0/+150 |
| | |||||
* | Load driver dlls in the router | Chris Robinson | 2017-06-28 | 1 | -3/+261 |
| | |||||
* | Start a router DLL | Chris Robinson | 2017-06-28 | 1 | -0/+19 |
Experimental, Windows only. This is intended as an alternative to Creative's router DLL, fixing a few issues with it (falsely reporting extensions that aren't supported, not being able to query the ALC version without a device, and not being able to use ALC extension functions). When enabled OpenAL Soft's DLL is built as soft_oal.dll, while the router is OpenAL32.dll. |