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
/
game
/
game_scanner.cpp
Age
Commit message (
Expand
)
Author
2020-12-25
Codechange: use C++11 constructs for for-each loops (#8432)
Patric Stout
2020-12-25
Fix #6468: don't store version of AIs-started-via-console in name
Patric Stout
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
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2014-04-23
(svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names
rubidium
2014-04-23
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
rubidium
2014-04-23
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-19
(svn r23612) -Add: allow importing libraries in the same way as AI does, only...
truebrain
2011-12-19
(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in t...
truebrain