summaryrefslogtreecommitdiff
path: root/src/pbs.cpp
AgeCommit message (Expand)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-10Feature: Railtype flags to allow/disallow 90 degree curves. (#7352)Michael Lutz
2018-06-27Codechange: Use HasTracks with TrackStatus.J0anJosep
2015-03-28(svn r27209) -Add: Draw path reservation on the whole bridge, not only on the...frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-01-11(svn r24906) -Fix (24905): Don't trigger on path reservation for waypoints.peter1138
2013-01-11(svn r24905) -Feature(ish): Implement station randomisation triggers.peter1138
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-03-29(svn r24078) -Fix [FS#5093,FS#5130] (r24071): A fix that breaks all other cas...michi_cc
2012-03-25(svn r24071) -Fix [FS#5093]: Reversing trains while they were entering or lea...michi_cc
2011-12-17(svn r23564) -Fix [FS#4888]: Extending a path reservation starting at a parti...michi_cc
2011-02-07(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.hrubidium
2010-07-15(svn r20156) -Fix [FS#3937]: [YAPP] Converting a one-way block to a path sign...michi_cc
2010-03-14(svn r19425) -Fix: [YAPP] A train on a bridge/tunnel was not always found whe...michi_cc
2010-02-27(svn r19272) -Doc: successfull -> successful.alberth
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-12-27(svn r18648) -Fix/Feature [FS#3430-ish]: [YAPP] Treat the backside of an one-...michi_cc
2009-12-27(svn r18647) -Fix: [YAPP] A train inside a station was not always found when ...michi_cc
2009-12-07(svn r18420) -Codechange: split YAPF's track follower from the actual YAPF coderubidium
2009-12-03(svn r18392) -Fix (r13956)[FS#3345]: [YAPP] Trains on bridges were not found,...frosch
2009-12-01(svn r18364) -Codechange: move the pathfinders and their related files into a...rubidium
2009-10-04(svn r17701) -Codechange: don't start line with a space if it's not inside co...smatz
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-24(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's...rubidium
2009-07-24(svn r16938) -Codechange: introduce helper function to tell whether a tile is...rubidium
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...rubidium
2009-07-22(svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/rubidium
2009-07-21(svn r16907) -Codechange: make a more clear distinction between reservation f...rubidium
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz
2009-05-22(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...rubidium
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-22(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.rubidium
2009-05-18(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduc...smatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-06(svn r14876) -Fix [FS#2509] (r14849): Reserved path loop detection was broken...michi_cc
2009-01-05(svn r14849) -Fix [FS#2478]: A train meeting its end could lead to an endless...michi_cc
2008-10-01(svn r14428) -Fix [FS#2306]: A 90-degree curve can be a safe waiting position...michi_cc
2008-09-07(svn r14258) -Codechange: rework the way to query the vehicle hash to make su...rubidium
2008-08-20(svn r14109) -Fix (r14107): marking reserved tile dirty is needed for waypoin...smatz
2008-08-20(svn r14107) -Codechange: marking reserved tile dirty twice (and even when pa...smatz
2008-08-03(svn r13974) -Fix [YAPP]: A train crash could lead to stale reservations. (mi...frosch
2008-08-02(svn r13966) -Codechange [YAPP]: Bar level crossings upon path reservation. (...rubidium
2008-08-02(svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reserva...rubidium
2008-08-02(svn r13956) -Add [YAPP]: Function for getting the train holding a reserved p...rubidium
2008-08-02(svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc)rubidium
2008-08-02(svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks i...rubidium
2008-08-02(svn r13928) -Add [YAPP]: Function for getting the path reservation state of ...rubidium