log

age author description
Sat, 16 Apr 2011 17:18:04 +0000 frosch (svn r22332) -Fix: When inserting automatic orders, do not create consecutive duplicate orders. draft
Sat, 16 Apr 2011 17:06:59 +0000 frosch (svn r22331) -Change: When inserting an (automatic) order A in front of an order B, disable modifications of automatic orders for all vehicles currently heading for B as we do not know whether they will reach A or B first. (except for the vehicle causing the insertion of the automatic order itself) draft
Sat, 16 Apr 2011 17:02:28 +0000 frosch (svn r22330) -Change: When a conditional order triggers and causes skipping to a particular order, disable modifications to automatic orders. till reaching the next real order, as we do not know whether to change the targets of conditional orders when inserting automatic orders. (So, when the vehicle skips to an order and later inserts an automatic order, the conditional order will still point to the same order, so the automatic order will be inserted again the next time.) draft
Sat, 16 Apr 2011 16:56:24 +0000 frosch (svn r22329) -Change: When the current orders are interrupted for non-ordered service, disable modifications to automatic orders until the next real order is completed. (train part already slipped by in r22328) draft
Sat, 16 Apr 2011 16:45:35 +0000 frosch (svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached. draft
Sat, 16 Apr 2011 16:41:02 +0000 frosch (svn r22327) -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehicle<>::gv_flags through a Vehicle struct. draft
Sat, 16 Apr 2011 16:26:08 +0000 frosch (svn r22326) -Fix: Destinations of conditional orders were update incorrectly when deleting orders in front of the conditional orders, if the target order wwas the order just before of the conditional order. draft