aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to free null effects or filtersChris Robinson2007-12-172-2/+2
* 0 is a valid filter and effect nameChris Robinson2007-12-172-2/+2
* Add new listener property definitionChris Robinson2007-12-172-0/+3
* Add effect type enumsChris Robinson2007-12-172-1/+30
* Add new functions to proc address tableChris Robinson2007-12-171-0/+26
* Add auxiliary effect slot function skeletonsChris Robinson2007-12-173-0/+408
* Fix commentChris Robinson2007-12-171-1/+1
* Implement effect function skeletonsChris Robinson2007-12-173-0/+415
* Release left over filters on closeChris Robinson2007-12-173-0/+24
* Implement AL_DIRECT_FILTER source propertyChris Robinson2007-12-172-0/+25
* Add EFX source filter propertiesChris Robinson2007-12-172-0/+20
* Add AL_FILTER_TYPE enumChris Robinson2007-12-172-4/+7
* Implement filter function skeletonsChris Robinson2007-12-173-0/+412
* Add generic ring buffer methodsChris Robinson2007-12-161-0/+7
* Store a persistant name string with the device structChris Robinson2007-12-141-1/+1
* Change renderer string to match the real project nameChris Robinson2007-12-141-1/+1
* Move some global declrations into headersChris Robinson2007-12-061-0/+8
* Move function declarations outside of the if-blockChris Robinson2007-12-061-2/+2
* Add some castsChris Robinson2007-12-062-5/+5
* Remove more unused variablesChris Robinson2007-12-061-11/+1
* Make some source-local functions staticChris Robinson2007-12-061-8/+8
* Remove some unused variablesChris Robinson2007-12-061-33/+0
* Fix use of assert() to properly handle NDEBUGChris Robinson2007-11-301-6/+16
* Use an AL_PRINT macro for printing lib messages/errors to the consoleChris Robinson2007-11-302-7/+14
* Only set an error condition if no other error is setChris Robinson2007-11-221-7/+3
* Check for GCC's destructor attribute before using itChris Robinson2007-11-161-0/+2
* Don't use platform-specific methods for initializationChris Robinson2007-11-161-14/+0
* Initial importChris Robinson2007-11-1317-0/+5232