summaryrefslogtreecommitdiff
path: root/src/ini_load.cpp
AgeCommit message (Collapse)Author
2012-01-03(svn r23741) -Revert (r23740): the few parts that the Windows / non-network ↵rubidium
compiles stumble on
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-08-24(svn r22824) -Codechange: pass sub directory to ini loadingrubidium
2011-03-03(svn r22170) -Add: Add IGT_SEQUENCE type for loading ini group lines without ↵alberth
further interpretation.
2011-03-03(svn r22169) -Add: Add parameter to disable automatic group creation in ↵alberth
IniLoadFile::GetGroup().
2011-03-03(svn r22168) -Codechange: Move ini file IO and file error reporting to ↵alberth
virtual functions.
2011-03-03(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini ↵alberth
files out of IniFile.