Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable unavailable functionality on xbox (#887) | Max Bachmann | 2023-07-26 | 1 | -0/+2 |
| | | | | | * disable unavailable functionality on xbox * use not std version of getenv on xbox | ||||
* | Improve wasapi backend UWP support (#853) | Deal(一线灵) | 2023-05-31 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve wasapi, support uwp build * Fix compile errors * [UWP] Support ReadALConfig from app roaming * [UWP] Post disconnect event when default device changed * [UWP] Fix appveyor ci * [WIN32] Default device change notification support * Fix warnings * Add event to notify the app when the default device changes - Event type: AL_EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT=0x19A7 - Event callback parameters: void _onALSoftEvent(ALenum eventType, ALuint object, // dataFlow: 0(render), 1(capture) ALuint param, // 0 ALsizei length, // 0 const ALchar* message, // Default device changed:<deviceId> void* userParam); * Fix warnings * Fire default device changed event in mixerProc thread * Fix compile warning * [UWP] Improve cmake * Revert changes * Notify default device change by system event callback * Revert insignificant change * Remove duplicate call | ||||
* | Don't bit_cast an array to a pointer | Chris Robinson | 2023-05-05 | 1 | -2/+1 |
| | |||||
* | Make and use a bit_cast function | Chris Robinson | 2023-05-04 | 1 | -1/+2 |
| | | | | Instead of reinterpret_casting between incompatible types | ||||
* | Replace al::optional with std::optional | Chris Robinson | 2023-05-04 | 1 | -11/+11 |
| | |||||
* | clang-tidy cleanups (#800) | Rosen Penev | 2023-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clang-tidy: use bool literals Found with modernize-use-bool-literals Signed-off-by: Rosen Penev <[email protected]> * clang-tidy: replace std::bind with lambdas Found with modernize-avoid-bind Signed-off-by: Rosen Penev <[email protected]> * clang-tidy: use data() instead of pointer stuff Found with readability-container-data-pointe Signed-off-by: Rosen Penev <[email protected]> * clang-tidy: use empty() Found with readability-container-size-empty Signed-off-by: Rosen Penev <[email protected]> * clang-tidy: remove static in anon namespace Found with readability-static-definition-in-anonymous-namespace Signed-off-by: Rosen Penev <[email protected]> * clang-tidy: remove const return Found with readability-const-return-type Signed-off-by: Rosen Penev <[email protected]> Signed-off-by: Rosen Penev <[email protected]> | ||||
* | Avoid unnecessary uses of make_optional | Chris Robinson | 2023-01-13 | 1 | -6/+6 |
| | |||||
* | Use a bool type for boolean parameters | Chris Robinson | 2022-04-16 | 1 | -1/+1 |
| | |||||
* | Don't declare functions outside of where they're used | Chris Robinson | 2021-10-21 | 1 | -80/+66 |
| | |||||
* | Move helpers.cpp to core | Chris Robinson | 2021-04-22 | 1 | -1/+1 |
| | |||||
* | Move logging to core | Chris Robinson | 2020-12-17 | 1 | -1/+1 |
| | |||||
* | Remove some hopefully unneeded macros | Chris Robinson | 2020-04-25 | 1 | -9/+1 |
| | |||||
* | Avoid sscanf for parsing config lines | Chris Robinson | 2019-12-14 | 1 | -36/+37 |
| | |||||
* | Move the ifstream wrapper to common | Chris Robinson | 2019-09-22 | 1 | -4/+6 |
| | |||||
* | Remove the last uses of the system's str[n]casecmp | Chris Robinson | 2019-09-16 | 1 | -6/+7 |
| | |||||
* | Enable and fix more warnings | Chris Robinson | 2019-09-14 | 1 | -6/+6 |
| | |||||
* | Fix more implicit conversions | Chris Robinson | 2019-09-14 | 1 | -1/+1 |
| | |||||
* | Add methods to get env vars as an optional | Chris Robinson | 2019-08-12 | 1 | -28/+26 |
| | |||||
* | Move the wstr converters to a separate header | Chris Robinson | 2019-08-11 | 1 | -0/+1 |
| | |||||
* | Don't store options that are set to blank/default | Chris Robinson | 2019-08-07 | 1 | -20/+22 |
| | |||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -0/+545 |