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
/
pathfinder
/
yapf
/
yapf_common.hpp
Age
Commit message (
Collapse
)
Author
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
2018-06-27
Codechange: Use HasTrack(dir) to improve code readability.
J0anJosep
2018-06-27
Codechange: Increase readability of track functions and pathfinders.
J0anJosep
2015-08-08
(svn r27362) -Codechange: Codestyle fixes for reference var declarations, ↵
alberth
static cast type, operator methods.
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the ↵
truebrain
others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
2010-12-22
(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.
alberth
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2009-12-01
(svn r18364) -Codechange: move the pathfinders and their related files into ↵
rubidium
a separate directory