rubidium
|
90879b0da5
|
(svn r16128) -Change: allow loading (and storing) NULL values for STRQ in openttd.cfg.
|
2009-04-23 19:13:41 +00:00 |
|
rubidium
|
41286d0915
|
(svn r16018) -Fix (r16014): properly escape IPv6 style ([::]) addresses so they aren't seen as new groups.
|
2009-04-10 17:16:46 +00:00 |
|
michi_cc
|
8ffe6906af
|
(svn r15707) -Fix (r15686): The config file was not updated on Windows because rename() can't replace existing files.
|
2009-03-14 00:26:03 +00:00 |
|
rubidium
|
7e24f67426
|
(svn r15686) -Codechange: make it a bit harder for crashes to trash your config file.
|
2009-03-12 14:22:17 +00:00 |
|
rubidium
|
8a5eeebdc0
|
(svn r15682) -Codechange: some coding style
|
2009-03-12 11:28:03 +00:00 |
|
peter1138
|
c4c32692df
|
(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.
|
2009-01-14 20:23:45 +00:00 |
|
rubidium
|
466e7740d7
|
(svn r14257) -Fix (r14153): incorrect update of ini-file group tail pointer causing memory corruption.
|
2008-09-07 08:51:26 +00:00 |
|
rubidium
|
660f6a2320
|
(svn r14231) -Fix: Windows binaries not able to read non-windows newlines ini files. For more detail read the 'attached' diff.
|
2008-09-02 20:24:55 +00:00 |
|
rubidium
|
a20b833516
|
(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.
|
2008-08-31 10:50:05 +00:00 |
|
rubidium
|
4548c5a26b
|
(svn r14167) -Fix: items in some ini-groups got duplicated on save.
|
2008-08-25 15:15:41 +00:00 |
|
rubidium
|
d7bfd54a3d
|
(svn r14164) -Codechange: simplify and unify the addition of ini items with value when not loading an ini file.
-Fix: wrong insertion management causing leaks.
|
2008-08-25 06:35:28 +00:00 |
|
rubidium
|
bd14bd872e
|
(svn r14161) -Codechange: allow inis to be loaded from tars.
|
2008-08-24 23:12:10 +00:00 |
|
smatz
|
8abd4137d4
|
(svn r14156) -Fix (r14153): missing/wrong comments
|
2008-08-24 17:29:57 +00:00 |
|
rubidium
|
7ceb1252a2
|
(svn r14153) -Codechange: split ini file reading/saving from settings.cpp.
|
2008-08-24 13:50:31 +00:00 |
|