aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Move the vector and matrix declarations to a separate headerChris Robinson2018-11-172-52/+10
* Move the ALCcontext definition to its own headerChris Robinson2018-11-1713-176/+23
* Try to clear up an MSVC warningChris Robinson2018-11-171-1/+1
* Avoid an explicit static_cast to boolChris Robinson2018-11-171-1/+1
* Remove unused headers and checksChris Robinson2018-11-174-5/+0
* Convert threads.c to C++Chris Robinson2018-11-171-1/+0
* Fix compilation with MSVCChris Robinson2018-11-161-2/+4
* Convert ALu.c to C++Chris Robinson2018-11-161-3/+3
* Convert alEffect.c and alFilter.c to C++Chris Robinson2018-11-162-4/+4
* Convert alListener.c to C++Chris Robinson2018-11-161-2/+3
* Convert alAuxEffectSlot.c to C++Chris Robinson2018-11-161-37/+40
* Use lock_guard instead of manual lock/unlock callsChris Robinson2018-11-161-30/+15
* Convert alState.c to C++Chris Robinson2018-11-161-206/+124
* Convert alError.c to C++Chris Robinson2018-11-161-19/+10
* Convert alExtension.c to C++Chris Robinson2018-11-161-23/+12
* Convert event.c to C++Chris Robinson2018-11-162-127/+119
* Convert sample_cvt.c to C++Chris Robinson2018-11-161-72/+70
* Remove checks for functions that always existChris Robinson2018-11-151-1/+1
* Add a missing cast for MSVCChris Robinson2018-11-151-1/+2
* Remove the unused al_string APIChris Robinson2018-11-151-1/+0
* Use a regular char* for the device's nameChris Robinson2018-11-151-1/+3
* Convert alSource.c to C++Chris Robinson2018-11-151-58/+63
* Use C++ a bit more with alc.cppChris Robinson2018-11-141-2/+9
* Move extern inline declarations to their own C sourceChris Robinson2018-11-143-10/+0
* Avoid using ATOMIC_FLAGChris Robinson2018-11-138-18/+15
* Make the enumerated HRTF entry name a char*Chris Robinson2018-11-121-1/+1
* Use a regular char* for the HRTF string nameChris Robinson2018-11-121-1/+1
* Use C++ more with helpers.cppChris Robinson2018-11-111-3/+5
* Disambiguate operation orderChris Robinson2018-11-081-1/+1
* Avoid using out parametersChris Robinson2018-11-081-73/+81
* Move static functions to an anonymous namespaceChris Robinson2018-11-081-390/+379
* Make a const array constexprChris Robinson2018-10-311-1/+1
* Move some extern inline declarations to CChris Robinson2018-10-311-5/+0
* Avoid assigning in an if statementChris Robinson2018-10-311-20/+20
* Add a missing <array> includeChris Robinson2018-10-311-0/+1
* Convert alBuffer.c to C++Chris Robinson2018-10-311-380/+292
* Add a C++ ContextRef helper to manage a ALCcontext referenceChris Robinson2018-10-311-1/+35
* Replace restrict with RESTRICTChris Robinson2018-10-292-3/+3
* Simplify a couple more checksChris Robinson2018-10-291-19/+19
* Add a RESTRICT macro to help with C++ compatibilityChris Robinson2018-10-291-12/+12
* Add missing extern "C"Chris Robinson2018-10-291-0/+8
* Simplify some statementsFilip Gawin2018-10-295-19/+19
* Don't limit output for ALC_DONT_CARE_SOFT and float samplesChris Robinson2018-10-031-0/+2
* Include the limiter's lookAhead delay in the device latencyChris Robinson2018-09-252-2/+3
* Use an internal event to more timely release old effect statesChris Robinson2018-09-213-0/+14
* Remove an unnecessary mutexChris Robinson2018-09-202-3/+0
* Put user events in a union structureChris Robinson2018-09-203-13/+23
* Always start the event thread with the contextChris Robinson2018-09-202-36/+20
* Remove another duplicate functionChris Robinson2018-09-192-19/+7
* Combine nearly-duplicate structuresChris Robinson2018-09-192-16/+7