yapf/yapf_road.cpp
Wed, 27 Dec 2006 12:38:02 +0000 celestar (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
Tue, 15 May 2007 21:24:18 +0000 rubidium (svn r9849) [0.5] -Backport from trunk (r9693, r9694, r9697, r9718, r9719, r9725 and 9726): 0.5
Sat, 24 Feb 2007 01:39:59 +0000 Darkvater (svn r8873) [0.5] -Backport from trunk (r8766, r8836, r8869): 0.5
Sat, 28 Oct 2006 12:43:15 +0000 tron (svn r6992) Make a const_cast<> obsolete by properly propagating the type
Mon, 04 Sep 2006 20:40:33 +0000 rubidium (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
Sun, 27 Aug 2006 07:23:46 +0000 KUDr (svn r6164) -Fix [YAPF]: Road vehicles preferring bends - added yapf.road_curve_penalty setting with default value 100 (=YAPF_TILE_LENGTH) that is saved only in MP games (mart3p)
Sun, 27 Aug 2006 07:04:14 +0000 KUDr (svn r6163) -Codechange: distance rounded up (correction of r6162)
Sun, 27 Aug 2006 06:52:25 +0000 KUDr (svn r6162) -Fix: Multistop problem caused by incorrect distance returned by YapfRoadVehDistanceToTile() (by mart3p)
Sat, 26 Aug 2006 22:24:32 +0000 KUDr (svn r6160) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p)
Mon, 14 Aug 2006 22:23:13 +0000 Darkvater (svn r5897) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p)
Fri, 09 Jun 2006 14:37:28 +0000 peter1138 (svn r5196) - Codechange: replace two incorrect uses of TILE_HEIGHT with TILE_SIZE / 2
Thu, 08 Jun 2006 17:31:03 +0000 KUDr (svn r5169) - CodeChange: [YAPF] RVs now use YAPF_TILE_LENGTH as base unit and 2 configurable settings (slope and crossing penalties) for cost calculation
Wed, 07 Jun 2006 19:35:21 +0000 tron (svn r5155) - Remove the bridge branch merge (revision r5070)
Wed, 07 Jun 2006 18:41:58 +0000 KUDr (svn r5153) - Fix: [YAPF] RVs can now plan path reversing in depot or end of road
Wed, 07 Jun 2006 17:04:22 +0000 KUDr (svn r5148) - Fix: [YAPF] RVs can now find depot they are currently in (thanks Darkvater)
Fri, 02 Jun 2006 13:05:41 +0000 celestar (svn r5070) Merged the bridge branch
Thu, 01 Jun 2006 21:39:35 +0000 KUDr (svn r5066) -Feature: [YAPF] Train selects the best station platform by length
Tue, 30 May 2006 15:04:59 +0000 KUDr (svn r5037) -Fix: assert when GetVehicleTrackdir() returns wrong trackdir - introduced by r5033 (thanks yanek)
Tue, 30 May 2006 10:53:27 +0000 KUDr (svn r5033) -CodeChange: [YAPF] RoadFindPathToStop() can now use YAPF for multistop handling.
Mon, 29 May 2006 18:39:42 +0000 KUDr (svn r5018) [YAPF] Added some comments to YAPF implementation.
Sat, 27 May 2006 16:12:16 +0000 KUDr (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.