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
/
follow_track.hpp
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-10
Feature: Railtype flags to allow/disallow 90 degree curves. (#7352)
Michael Lutz
2019-03-03
Change: Don't apply forbid 90 deg turn settings to ships.
Peter Nelson
2019-01-06
Fix #7001: Pathfinders should see standard road stations as tiles where to re...
J0an Josep
2018-10-31
Codechange: Some more null checks
Charles Pigott
2018-06-27
Codechange: Increase readability of track functions and pathfinders.
J0anJosep
2018-06-27
Cleanup: Unnecessary assignation on FollowTileExit(): done previously on the ...
Juanjo
2018-06-27
Codechange: Separate an assertion. More information if assert is triggered.
Juanjo
2018-04-30
Codechange: Use TileAddBy(Diag)Dir when possible.
J0anJosep
2015-10-30
(svn r27418) -Fix [FS#6329] [FS#6379]: Desync due to incorrect storage of seg...
frosch
2015-01-02
(svn r27107) -Fix [FS#6183]: road vehicles could not reverse to be sent to de...
rubidium
2013-11-25
(svn r26109) -Fix: missing initialisation
rubidium
2013-11-25
(svn r26102) -Fix: m_veh is not NULL by definition when IsRoadTT is true
rubidium
2012-10-13
(svn r24588) -Codechange: No need to intermingle reservation-checks with rail...
frosch
2012-10-13
(svn r24587) -Codechange: Improve coding style (Juanjo)
frosch
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...
truebrain
2011-02-25
(svn r22145) -Codechange: Do explicit test for non-bool values.
alberth
2010-11-17
(svn r21229) -Fix [FS#4130]: [YAPF] Road vehicles not finding the nearest dep...
rubidium
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-05-11
(svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88)
rubidium
2010-05-11
(svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the p...
rubidium
2010-03-02
(svn r19301) -Feature: [YAPF] Consider the railtype imposed speed limit for p...
michi_cc
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-12-07
(svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code
rubidium