| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some math stuff | Chris Robinson | 2018-12-22 | 1 | -2/+2 |
* | Fix some MSVC conversion warnings | Chris Robinson | 2018-12-12 | 1 | -2/+3 |
* | Use a constructor instead of a macro to initialize AsyncEvent | Chris Robinson | 2018-12-06 | 1 | -1/+1 |
* | Use class methods for the NFC filters | Chris Robinson | 2018-12-05 | 1 | -2/+2 |
* | Avoid a few more explicit loops | Chris Robinson | 2018-12-03 | 1 | -44/+58 |
* | Improve some checks for compiler analysis | Chris Robinson | 2018-12-02 | 1 | -9/+9 |
* | Add a couple missing source lock guards | Chris Robinson | 2018-12-02 | 1 | -0/+3 |
* | Handle source state changed events uniquely in the event loop | Chris Robinson | 2018-11-30 | 1 | -13/+5 |
* | Don't bother making ALvoiceProps dynamically sized | Chris Robinson | 2018-11-30 | 1 | -3/+1 |
* | Move a variable declaration to a more appropriate place | Chris Robinson | 2018-11-30 | 1 | -1/+1 |
* | Avoid hard-coding a couple sizes | Chris Robinson | 2018-11-29 | 1 | -6/+6 |
* | Store the source ID with the voice instead of the source pointer | Chris Robinson | 2018-11-29 | 1 | -7/+9 |
* | Make and use a semaphore class | Chris Robinson | 2018-11-27 | 1 | -1/+1 |
* | Remove althrd_yield | Chris Robinson | 2018-11-26 | 1 | -4/+5 |
* | Use a standard mutex for the remaining locks | Chris Robinson | 2018-11-26 | 1 | -7/+7 |
* | Use a standard mutex for the source and effect slot locks | Chris Robinson | 2018-11-26 | 1 | -33/+33 |
* | Use a standard mutex for the proplock | Chris Robinson | 2018-11-26 | 1 | -12/+12 |
* | Use a standard mutex for the backend lock | Chris Robinson | 2018-11-26 | 1 | -2/+2 |
* | Get rid of some unnecessary functions | Chris Robinson | 2018-11-26 | 1 | -10/+6 |
* | Avoid using ATOMIC_INIT | Chris Robinson | 2018-11-26 | 1 | -3/+3 |
* | Automatically clean up buffers with ther sublist | Chris Robinson | 2018-11-25 | 1 | -4/+1 |
* | Atuomatically clean up sources with its sublist's destruction | Chris Robinson | 2018-11-25 | 1 | -19/+10 |
* | Ensure an enum is the appropriate size/type | Chris Robinson | 2018-11-24 | 1 | -13/+5 |
* | Make the context VoiceCount atomic | Chris Robinson | 2018-11-23 | 1 | -30/+29 |
* | Fix an incorrect check | Chris Robinson | 2018-11-23 | 1 | -1/+1 |
* | Use proper time types for the device clock time and latency | Chris Robinson | 2018-11-22 | 1 | -14/+14 |
* | Clean up alSource.cpp some | Chris Robinson | 2018-11-22 | 1 | -666/+626 |
* | Use RAII more in alSource.cpp | Chris Robinson | 2018-11-21 | 1 | -651/+457 |
* | Always use RAII with EffectSlotLock | Chris Robinson | 2018-11-21 | 1 | -5/+5 |
* | Use RAII locks with the BackendLock | Chris Robinson | 2018-11-20 | 1 | -6/+6 |
* | Use a normal vector for the source send properties | Chris Robinson | 2018-11-20 | 1 | -128/+105 |
* | Use atomic_flags and atomic<bools>s where appropriate | Chris Robinson | 2018-11-20 | 1 | -7/+5 |
* | Store effect slots as unique_ptrs | Chris Robinson | 2018-11-20 | 1 | -1/+1 |
* | Remove the ATOMIC_THREAD_FENCE macro | Chris Robinson | 2018-11-19 | 1 | -3/+3 |
* | Make ll_ringbuffer_write/read take void*/const void* | Chris Robinson | 2018-11-19 | 1 | -1/+1 |
* | Remove the CONST_CAST hack | Chris Robinson | 2018-11-19 | 1 | -12/+6 |
* | Remove the atomic exchange macros | Chris Robinson | 2018-11-19 | 1 | -8/+8 |
* | Replace ATOMIC_REPLACE_HEAD with an inline function | Chris Robinson | 2018-11-19 | 1 | -1/+1 |
* | Use a normal vector for filter sublists | Chris Robinson | 2018-11-18 | 1 | -7/+6 |
* | Use a normal vector for buffer sublists | Chris Robinson | 2018-11-18 | 1 | -7/+6 |
* | Remove the pointer-specific atomic exchange macros | Chris Robinson | 2018-11-18 | 1 | -3/+2 |
* | Avoid naming a struct member the same as an enum type | Chris Robinson | 2018-11-18 | 1 | -4/+4 |
* | Use std::isfinite instead of the global isfinite | Chris Robinson | 2018-11-18 | 1 | -8/+8 |
* | Use a normal vector for auxiliary effect slots | Chris Robinson | 2018-11-18 | 1 | -4/+4 |
* | Use a proper vector for the source sublists | Chris Robinson | 2018-11-18 | 1 | -43/+36 |
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -2/+4 |
* | Add a missing cast for MSVC | Chris Robinson | 2018-11-15 | 1 | -1/+2 |
* | Convert alSource.c to C++ | Chris Robinson | 2018-11-15 | 1 | -0/+3707 |