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
/
settingsgen
Age
Commit message (
Expand
)
Author
2021-03-01
Codechange: validate that "max" value of settings fit in their storage
Patric Stout
2021-02-07
Change: [CMake] Bump minimum version to 3.9
glx22
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Keep filenames of loaded Fio files in std::strings.
Michael Lutz
2020-12-15
Codechange: Make use of the improved C++17 emplace_back function.
Michael Lutz
2020-12-04
Fix: [CMake] cross-compiling requires native tools
glx22
2020-06-05
Add: introduce CMake for project management
Patric Stout
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
2019-03-28
Fix: [Win64] settingsgen MSVC compile warnings (#7432)
glx22
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-05
Remove: MorphOS / AmigaOS support
Patric Stout
2018-12-27
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...
glx
2018-10-31
Fix: Protect against a few out of bounds or uninitialised usage errors
Charles Pigott
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2014-04-24
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2012-02-12
(svn r23940) -Codechange: remove superfluous semicolons
smatz
2011-08-24
(svn r22824) -Codechange: pass sub directory to ini loading
rubidium
2011-05-01
(svn r22406) -Document: some more "random-ish" tidbits
rubidium
2011-03-14
(svn r22254) -Codechange: Make settingsgen only update the output file if it ...
michi_cc
2011-03-04
(svn r22188) -Add: Generate the settings as part of the MSVC build process, a...
glx
2011-03-03
(svn r22171) -Add: Add settings generator program.
alberth