aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use inline functions to lookup and remove objectsChris Robinson2013-10-071-10/+22
* Remove al_try from alAuxEffectSlot.cChris Robinson2013-10-071-234/+209
* Return only true or false from the source getters and settersChris Robinson2013-10-072-113/+106
* Remove al_try from alSource.cChris Robinson2013-10-071-325/+304
* Remove al_try from alListener.cChris Robinson2013-10-071-291/+267
* Remove al_try from alState.cChris Robinson2013-10-071-326/+283
* Use the UNUSED macro in the effectsChris Robinson2013-10-0711-110/+60
* Use the UNUSED macro in the backendsChris Robinson2013-10-075-59/+25
* Use an UNUSED macro instead of void-tagging unused parametersChris Robinson2013-10-076-57/+49
* Remove a duplicate and unused macroChris Robinson2013-10-071-10/+0
* Remove al_try usage from alBuffer.cChris Robinson2013-10-071-246/+230
* Add a CMake option to not define the IDs used on WindowsChris Robinson2013-10-072-0/+16
* Add a workaround for KDevelop not recognizing the ALIGN macroChris Robinson2013-10-071-0/+5
* Fix effect slot struct declarations so KDevelop doesn't barf on themChris Robinson2013-10-073-20/+17
* Start using a simpler method for error handlingChris Robinson2013-10-062-335/+343
* Use a macro for the silence thresholdChris Robinson2013-10-0613-25/+28
* Don't store the effect slot in SendParamsChris Robinson2013-10-065-33/+53
* Rename Filter param member to LpFilterChris Robinson2013-10-063-8/+8
* Use a simpler U64 macro to make 64-bit constantsChris Robinson2013-10-063-3/+13
* Add a workaround for KDevelop not recognizing 'restrict'Chris Robinson2013-10-061-0/+7
* Finalize AL_SOFT_deferred_updatesChris Robinson2013-10-053-12/+12
* Only rest as long as needed in the Null rendererChris Robinson2013-10-051-5/+4
* Add some more missing enumsChris Robinson2013-10-031-0/+5
* Implement the Compressor effectChris Robinson2013-10-039-49/+279
* Add missing enum to the listChris Robinson2013-10-031-1/+1
* Compile using -std=c99 when availableChris Robinson2013-10-034-4/+11
* Convert autowah.c line-endingsChris Robinson2013-10-031-284/+284
* Use helpers to set channel gain arraysChris Robinson2013-10-0311-89/+40
* Implement the Autowah effect.Chris Robinson2013-10-0310-10/+333
* Avoid a divide-by-0 when distortion edge is 1Chris Robinson2013-09-041-0/+1
* Use a separate value for the maximum buffer channelsChris Robinson2013-07-237-18/+20
* Implement master high-pass filter for EAXREVERBChris Robinson2013-07-211-9/+24
* Limit lower filter gain to -100dBChris Robinson2013-07-211-0/+3
* Remove an unused functionChris Robinson2013-07-211-7/+0
* Improve the source's low-pass filter responseChris Robinson2013-07-201-4/+4
* Some .ui changes that Qt Designer insists onChris Robinson2013-07-101-5/+15
* Use OpenAL_SOURCE_DIR for the CMake module path and declare the project earlierChris Robinson2013-07-101-5/+4
* Limit the source step to 10Chris Robinson2013-07-023-23/+6
* Don't have ../../ as part of the target nameChris Robinson2013-07-022-4/+5
* Disable HRTF remove button when no files selectedChris Robinson2013-06-282-0/+9
* Update the period size/count sliders when loadingChris Robinson2013-06-271-0/+6
* Remove the unused menu bar and status bar from alsoft-configChris Robinson2013-06-272-11/+2
* Make sure SDL_sound was found before setting the includesChris Robinson2013-06-251-1/+1
* Better handle the INCLUDE_DIRECTORIES propertyChris Robinson2013-06-251-1/+7
* Check for Qt4 earlierChris Robinson2013-06-242-4/+7
* Properly check that Qt4 4.8+ was foundChris Robinson2013-06-241-1/+1
* Use the COMPILE_DEFINITIONS property instead of DEFINE_SYMBOLChris Robinson2013-06-241-1/+1
* Better specify include directories and defines needed for various targetsChris Robinson2013-06-241-10/+10
* Specify the required Qt4 version to find_packageChris Robinson2013-06-241-5/+3
* Make sure QtCore and QtGui were found and link with the appropriate libsChris Robinson2013-06-241-2/+2