summaryrefslogtreecommitdiff
path: root/src/ini.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-04-10Fix e0561dbde: [MinGW] use ofstring(wchar_t*) as ofstring(wstring) doesn't ex...Loïc Guilloux
2021-04-07Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...Niels Martin Hansen
2021-02-23Codechange: Switch to explicit wide stringsNiels Martin Hansen
2020-12-27Codechange: Keep filenames of loaded Fio files in std::strings.Michael Lutz
2020-12-27Codechange: Stringify config file paths.Michael Lutz
2020-12-15Add: support for emscripten (play-OpenTTD-in-the-browser)Patric Stout
2020-07-03Fix: Globally apply preprocessor directive coding styleTechGeekNZ
2020-05-21Codechange: Use std::string in INI file parsing.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2015-08-20(svn r27389) -Fix: There are two different availability conditions for fdatas...frosch
2014-04-26(svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failuresrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-11-23(svn r26058) -Fix: handle the return value of a number of functions betterrubidium
2012-07-19(svn r24417) -Codechange: [Win32] Don't needlessly include windows.h in a com...michi_cc
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 fo...rubidium
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 virtua...alberth
2011-03-03(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini file...alberth
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 more...rubidium
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 ope...rubidium
2009-04-10(svn r16018) -Fix (r16014): properly escape IPv6 style ([::]) addresses so th...rubidium
2009-03-14(svn r15707) -Fix (r15686): The config file was not updated on Windows becaus...michi_cc
2009-03-12(svn r15686) -Codechange: make it a bit harder for crashes to trash your conf...rubidium
2009-03-12(svn r15682) -Codechange: some coding stylerubidium
2009-01-14(svn r15085) -Fix (r14164): Clearing a settings group did not delete old item...peter1138
2008-09-07(svn r14257) -Fix (r14153): incorrect update of ini-file group tail pointer c...rubidium
2008-09-02(svn r14231) -Fix: Windows binaries not able to read non-windows newlines ini...rubidium
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
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 v...rubidium
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