aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Again try to get _WIN32_IE to behave right with MinGWChris Robinson2012-09-111-1/+1
* Avoid size_t and ssize_t in some placesChris Robinson2011-09-201-9/+9
* Add a ConfigValueStr function, to return the string through a parameterChris Robinson2011-09-191-0/+9
* Return int and float config values through a parameterChris Robinson2011-09-181-7/+18
* Avoid a buffer underrun when getting the end of a config option valueChris Robinson2011-09-181-2/+3
* Rename the ERROR macro to ERRChris Robinson2011-07-131-5/+5
* Use logging macros for config handlingChris Robinson2011-07-101-9/+12
* Avoid multiple getenv calls to the same varChris Robinson2011-05-171-4/+5
* Reduce some indentationChris Robinson2010-05-121-14/+14
* 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