index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ini_load.cpp
Age
Commit message (
Collapse
)
Author
2020-05-21
Codechange: Use std::string in INI file parsing.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures ↵
rubidium
the return is not NULL)
2014-04-24
(svn r26504) -Fix (r26499): Obiwan and his gang.
frosch
2014-04-24
(svn r26499) -Codechange: replace strndup with stredup
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵
rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2014-04-20
(svn r26476) -Fix: prevent comparing to NULL when strndup could not allocate ↵
rubidium
memory
2014-01-02
(svn r26206) -Fix [FS#5829]: Run everything from ini, obg, obs, obs, ... ↵
frosch
files through str_validate.
2012-01-03
(svn r23741) -Revert (r23740): the few parts that the Windows / non-network ↵
rubidium
compiles stumble on
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-08-24
(svn r22824) -Codechange: pass sub directory to ini loading
rubidium
2011-03-03
(svn r22170) -Add: Add IGT_SEQUENCE type for loading ini group lines without ↵
alberth
further interpretation.
2011-03-03
(svn r22169) -Add: Add parameter to disable automatic group creation in ↵
alberth
IniLoadFile::GetGroup().
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.