aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Mingw64's shlobj.h wants at least 0x501Alam Arias2010-03-181-2/+5
* Use size_t where appropriateChris Robinson2010-03-181-1/+1
* Define _WIN32_IE to 0x400 only if it's a lesser value by defaultChris Robinson2010-03-181-1/+2
* Return the default config string for empty entriesChris Robinson2010-01-091-1/+5
* Add a function to check if a config option is set to a non-empty valueChris Robinson2009-12-281-0/+6
* GetConfigValueBool should take an int, not a floatChris Robinson2009-12-261-1/+1
* Make a GetConfigValueBool function and use itChris Robinson2009-09-151-0/+9
* Don't read deprecated config filesChris Robinson2009-06-071-15/+0
* add check for _WAVEFORMATEXTENSIBLE_ and define _WIN32_IE before inlcuding an...Alam Arias2009-06-071-2/+5
* Allow specifying another config file with the ALSOFT_CONF env varChris Robinson2008-11-131-0/+9
* Use %AppData%\alsoft.ini for the config file in WindowsChris Robinson2008-06-041-0/+16
* Use less ambiguous config file namesChris Robinson2008-01-191-2/+17
* Add missing config.h includesChris Robinson2008-01-161-0/+2
* Use an AL_PRINT macro for printing lib messages/errors to the consoleChris Robinson2007-11-301-9/+11
* Initial importChris Robinson2007-11-131-0/+283