Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-07 | (svn r14257) -Fix (r14153): incorrect update of ini-file group tail pointer ↵ | rubidium | |
causing memory corruption. | |||
2008-09-02 | (svn r14231) -Fix: Windows binaries not able to read non-windows newlines ↵ | rubidium | |
ini files. For more detail read the 'attached' diff. | |||
2008-08-31 | (svn r14199) -Codechange: split fileio.h into fileio_type.h and ↵ | rubidium | |
fileio_func.h so not everything that includes saveload.h needs to include everything else too. | |||
2008-08-25 | (svn r14167) -Fix: items in some ini-groups got duplicated on save. | rubidium | |
2008-08-25 | (svn r14164) -Codechange: simplify and unify the addition of ini items with ↵ | rubidium | |
value when not loading an ini file. -Fix: wrong insertion management causing leaks. | |||
2008-08-24 | (svn r14161) -Codechange: allow inis to be loaded from tars. | rubidium | |
2008-08-24 | (svn r14156) -Fix (r14153): missing/wrong comments | smatz | |
2008-08-24 | (svn r14153) -Codechange: split ini file reading/saving from settings.cpp. | rubidium | |