From fac2f8ce1ad9b527bbfdd1b80b727282a1e84e73 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 4 Dec 2009 20:52:19 +0000 Subject: (svn r18404) -Codechange: link drive through stops better together -Feature: make penalty for road stop occupancy user configurable -Fix [FS#1944]: road vehicles would not pick an empty drive through stop. Now they will *if* the penalty for driving around is less than the occupancy penalty -Fix [FS#1495]: long (articulated) road vehicles could block loading of others when the following road vehicle already got 'permission' to go to the next bay even when it could not reach it -Change: improve the throughput of the drive through road stops by letting them stop closer together --- src/order_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/order_cmd.cpp') diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp index 7e1ac02c5..a01305d5f 100644 --- a/src/order_cmd.cpp +++ b/src/order_cmd.cpp @@ -21,12 +21,12 @@ #include "timetable.h" #include "vehicle_func.h" #include "depot_base.h" -#include "roadstop_base.h" #include "core/pool_func.hpp" #include "aircraft.h" #include "roadveh.h" #include "station_base.h" #include "waypoint_base.h" +#include "roadstop_base.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf