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
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-02-07
Fix #7592: Do not cache road vehicle path within 8 tiles of destination with ...
Jonathan G Rennison
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-29
Codechange: Remove Track{dir,}{Bits,}Byte types
Charles Pigott
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-08
Add: Road vehicle path cache. (#7261)
PeterN
2019-03-03
Change: Don't apply forbid 90 deg turn settings to ships.
Peter Nelson
2019-01-06
Codechange: [YAPF] Stop looking for an automatic servicing road depot when th...
Juanjo!
2018-06-27
Codechange: Use HasTrack(dir) to improve code readability.
J0anJosep
2018-06-27
Codechange: Increase readability of track functions and pathfinders.
J0anJosep
2016-05-29
(svn r27586) -Fix [FS#6410]: Automatic servicing of road vehicles compared pa...
frosch
2015-08-08
(svn r27362) -Codechange: Codestyle fixes for reference var declarations, sta...
alberth
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...
truebrain
2011-11-04
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...
rubidium
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