Sat, 14 Mar 2009 00:26:03 +0000 |
michi_cc |
(svn r15707) -Fix (r15686): The config file was not updated on Windows because rename() can't replace existing files.
draft
|
Thu, 12 Mar 2009 14:22:17 +0000 |
rubidium |
(svn r15686) -Codechange: make it a bit harder for crashes to trash your config file.
draft
|
Thu, 12 Mar 2009 11:28:03 +0000 |
rubidium |
(svn r15682) -Codechange: some coding style
draft
|
Wed, 14 Jan 2009 20:23:45 +0000 |
peter1138 |
(svn r15085) -Fix (r14164): Clearing a settings group did not delete old items nor reset the last_item pointer, causing lists to not be saved unless they started blank.
draft
|
Sun, 07 Sep 2008 08:51:26 +0000 |
rubidium |
(svn r14257) -Fix (r14153): incorrect update of ini-file group tail pointer causing memory corruption.
draft
|
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.
draft
|
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.
draft
|
Mon, 25 Aug 2008 15:15:41 +0000 |
rubidium |
(svn r14167) -Fix: items in some ini-groups got duplicated on save.
draft
|
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.
draft
|
Sun, 24 Aug 2008 23:12:10 +0000 |
rubidium |
(svn r14161) -Codechange: allow inis to be loaded from tars.
draft
|
Sun, 24 Aug 2008 17:29:57 +0000 |
smatz |
(svn r14156) -Fix (r14153): missing/wrong comments
draft
|
Sun, 24 Aug 2008 13:50:31 +0000 |
rubidium |
(svn r14153) -Codechange: split ini file reading/saving from settings.cpp.
draft
|