summaryrefslogtreecommitdiff
path: root/src/ini.cpp
AgeCommit message (Collapse)Author
2011-08-24(svn r22824) -Codechange: pass sub directory to ini loadingrubidium
2011-08-24(svn r22822) -Codechange: make a distinction between base sets and newgrfs ↵rubidium
for their directory
2011-05-02(svn r22411) -Document: another bunch of bitsrubidium
2011-03-03(svn r22179) -Fix (r22167): compilation on win32glx
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.
2011-02-25(svn r22145) -Codechange: Do explicit test for non-bool values.alberth
2011-01-18(svn r21845) -Codechange: move documentation towards the code to make it ↵rubidium
more likely to be updates [d-m].
2010-08-30(svn r20693) -Fix: use strncmp instead of memcmp for comparing stringsyexo
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-20(svn r17596) -Codechange: constify some tablessmatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-04-23(svn r16128) -Change: allow loading (and storing) NULL values for STRQ in ↵rubidium
openttd.cfg.
2009-04-10(svn r16018) -Fix (r16014): properly escape IPv6 style ([::]) addresses so ↵rubidium
they aren't seen as new groups.
2009-03-14(svn r15707) -Fix (r15686): The config file was not updated on Windows ↵michi_cc
because rename() can't replace existing files.
2009-03-12(svn r15686) -Codechange: make it a bit harder for crashes to trash your ↵rubidium
config file.
2009-03-12(svn r15682) -Codechange: some coding stylerubidium
2009-01-14(svn r15085) -Fix (r14164): Clearing a settings group did not delete old ↵peter1138
items nor reset the last_item pointer, causing lists to not be saved unless they started blank.
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 commentssmatz
2008-08-24(svn r14153) -Codechange: split ini file reading/saving from settings.cpp.rubidium