src/ini.cpp
Sun, 07 Sep 2008 08:51:26 +0000 rubidium (svn r14257) -Fix (r14153): incorrect update of ini-file group tail pointer causing memory corruption.
Tue, 02 Sep 2008 20:24:55 +0000 rubidium (svn r14231) -Fix: Windows binaries not able to read non-windows newlines ini files. For more detail read the 'attached' diff.
Sun, 31 Aug 2008 10:50:05 +0000 rubidium (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
Mon, 25 Aug 2008 15:15:41 +0000 rubidium (svn r14167) -Fix: items in some ini-groups got duplicated on save.
Mon, 25 Aug 2008 06:35:28 +0000 rubidium (svn r14164) -Codechange: simplify and unify the addition of ini items with value when not loading an ini file.
Sun, 24 Aug 2008 23:12:10 +0000 rubidium (svn r14161) -Codechange: allow inis to be loaded from tars.
Sun, 24 Aug 2008 17:29:57 +0000 smatz (svn r14156) -Fix (r14153): missing/wrong comments
Sun, 24 Aug 2008 13:50:31 +0000 rubidium (svn r14153) -Codechange: split ini file reading/saving from settings.cpp.