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_road.cpp
Age
Commit message (
Expand
)
Author
2011-02-25
(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'
alberth
2011-01-15
(svn r21803) -Cleanup: Remove unnecessary semicolons.
terkhen
2010-12-28
(svn r21652) -Cleanup: one semicolon is enough
smatz
2010-12-27
(svn r21651) -Fix [FS#4338] (r21229): infinite loop in the road pathfinder du...
rubidium
2010-12-13
(svn r21510) -Feature [FS#1956]: vehicle lost message for road vehicles
rubidium
2010-11-09
(svn r21121) -Fix (r21100): Use the cached max speed when calculating YAPF pe...
terkhen
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-08-01
(svn r20281) -Codechange: unify case scope closure + break coding style
rubidium
2010-05-21
(svn r19873) -Fix [FS#3817]: if the (guessed initial) destination tile of a r...
rubidium
2009-12-04
(svn r18404) -Codechange: link drive through stops better together
rubidium
2009-12-04
(svn r18394) -Fix (r18373): one couldn't manually send a RV to a depot... but...
rubidium
2009-12-02
(svn r18388) -Codechange: move entering/leaving of road stops to functions of...
rubidium
2009-12-02
(svn r18385) -Cleanup: remove the now unneeded multistop slot management code
rubidium
2009-12-02
(svn r18382) -Codechange: make road vehicles behave more like trains 'around'...
rubidium
2009-12-02
(svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff.
frosch
2009-12-02
(svn r18376) -Codechange: simplify setting the destination
rubidium
2009-12-02
(svn r18373) -Codechange: unify some road pathfinder functions
rubidium
2009-12-02
(svn r18372) -Codechange: push some extra type safety into YAPF
rubidium
2009-12-01
(svn r18364) -Codechange: move the pathfinders and their related files into a...
rubidium