log src/pbs.cpp @ 14154:e3fe36dfb81e draft

age author description
Sun, 27 Dec 2009 14:37:54 +0000 michi_cc (svn r18648) -Fix/Feature [FS#3430-ish]: [YAPP] Treat the backside of an one-way path signals as a safe waiting point. draft
Sun, 27 Dec 2009 14:37:50 +0000 michi_cc (svn r18647) -Fix: [YAPP] A train inside a station was not always found when checking for trains on a reserved path. draft
Mon, 07 Dec 2009 08:41:18 +0000 rubidium (svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code draft
Thu, 03 Dec 2009 18:44:33 +0000 frosch (svn r18392) -Fix (r13956)[FS#3345]: [YAPP] Trains on bridges were not found, when searching for the origin of a reservation. (Hirundo) draft
Tue, 01 Dec 2009 22:45:39 +0000 rubidium (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory draft
Sun, 04 Oct 2009 20:51:50 +0000 smatz (svn r17701) -Codechange: don't start line with a space if it's not inside comment draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Sat, 19 Sep 2009 09:51:14 +0000 rubidium (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Fri, 24 Jul 2009 11:47:12 +0000 rubidium (svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written. draft
Fri, 24 Jul 2009 11:15:11 +0000 rubidium (svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile draft
Wed, 22 Jul 2009 08:59:57 +0000 rubidium (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. draft
Wed, 22 Jul 2009 08:52:41 +0000 rubidium (svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/ draft
Tue, 21 Jul 2009 22:37:10 +0000 rubidium (svn r16907) -Codechange: make a more clear distinction between reservation functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits? draft
Sat, 06 Jun 2009 16:54:22 +0000 smatz (svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check draft
Fri, 22 May 2009 22:33:05 +0000 rubidium (svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train draft
Fri, 22 May 2009 22:22:46 +0000 rubidium (svn r16391) -Codechange: use Train instead of Vehicle where appropriate. draft
Fri, 22 May 2009 18:17:20 +0000 rubidium (svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle. draft
Mon, 18 May 2009 01:26:23 +0000 smatz (svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduce shiny new IsPlainRailTile() draft
Sun, 01 Feb 2009 21:18:51 +0100 Michael Lutz -Add: Introduce advance and combination path signals. draft
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Tue, 06 Jan 2009 17:11:37 +0000 michi_cc (svn r14876) -Fix [FS#2509] (r14849): Reserved path loop detection was broken for stations. draft
Mon, 05 Jan 2009 20:28:51 +0000 michi_cc (svn r14849) -Fix [FS#2478]: A train meeting its end could lead to an endless loop. draft
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. draft
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. draft
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 draft
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 draft
Sun, 03 Aug 2008 14:16:57 +0000 frosch (svn r13974) -Fix [YAPP]: A train crash could lead to stale reservations. (michi_cc) draft
Sat, 02 Aug 2008 22:57:18 +0000 rubidium (svn r13966) -Codechange [YAPP]: Bar level crossings upon path reservation. (michi_cc) draft
Sat, 02 Aug 2008 22:57:03 +0000 rubidium (svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc) draft
Sat, 02 Aug 2008 22:54:53 +0000 rubidium (svn r13956) -Add [YAPP]: Function for getting the train holding a reserved path. (michi_cc) draft
Sat, 02 Aug 2008 22:50:52 +0000 rubidium (svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc) draft
Sat, 02 Aug 2008 22:48:01 +0000 rubidium (svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks is now possible. (michi_cc) draft
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) draft