src/pbs.cpp
Wed, 01 Oct 2008 15:48:44 +0000 michi_cc (svn r14428) -Fix [FS#2306]: A 90-degree curve can be a safe waiting position if they are forbidden for trains.
Sun, 07 Sep 2008 11:23:10 +0000 rubidium (svn r14258) -Codechange: rework the way to query the vehicle hash to make sure it always results in the same irregardless of the order of the hash-linked-list.
Wed, 20 Aug 2008 16:06:27 +0000 smatz (svn r14109) -Fix (r14107): marking reserved tile dirty is needed for waypoints and stations even when patch option is disabled
Wed, 20 Aug 2008 15:21:03 +0000 smatz (svn r14107) -Codechange: marking reserved tile dirty twice (and even when patch option is off) is not needed
Sun, 03 Aug 2008 14:16:57 +0000 frosch (svn r13974) -Fix [YAPP]: A train crash could lead to stale reservations. (michi_cc)
Sat, 02 Aug 2008 22:57:18 +0000 rubidium (svn r13966) -Codechange [YAPP]: Bar level crossings upon path reservation. (michi_cc)
Sat, 02 Aug 2008 22:57:03 +0000 rubidium (svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc)
Sat, 02 Aug 2008 22:54:53 +0000 rubidium (svn r13956) -Add [YAPP]: Function for getting the train holding a reserved path. (michi_cc)
Sat, 02 Aug 2008 22:50:52 +0000 rubidium (svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc)
Sat, 02 Aug 2008 22:48:01 +0000 rubidium (svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks is now possible. (michi_cc)
Sat, 02 Aug 2008 22:47:48 +0000 rubidium (svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc)