summaryrefslogtreecommitdiff
path: root/src/pathfinder/yapf/yapf_road.cpp
AgeCommit message (Expand)Author
2021-02-25Fix #8123: trams on half-tiles couldn't find depots (#8738)Patric Stout
2021-02-22Change: Make pathfinder account for maximum order speed, if setCharles Pigott
2021-02-21Fix: [YAPF] Road pathfinder did not account for length of tunnel/bridge in pa...Charles Pigott
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-02-07Fix #7592: Do not cache road vehicle path within 8 tiles of destination with ...Jonathan G Rennison
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-04-29Codechange: Remove Track{dir,}{Bits,}Byte typesCharles Pigott
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-08Add: Road vehicle path cache. (#7261)PeterN
2019-03-03Change: Don't apply forbid 90 deg turn settings to ships.Peter Nelson
2019-01-06Codechange: [YAPF] Stop looking for an automatic servicing road depot when th...Juanjo!
2018-06-27Codechange: Use HasTrack(dir) to improve code readability.J0anJosep
2018-06-27Codechange: 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 enoughsmatz
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 vehiclesrubidium
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 stylerubidium
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 togetherrubidium
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 coderubidium
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 destinationrubidium
2009-12-02(svn r18373) -Codechange: unify some road pathfinder functionsrubidium
2009-12-02(svn r18372) -Codechange: push some extra type safety into YAPFrubidium
2009-12-01(svn r18364) -Codechange: move the pathfinders and their related files into a...rubidium