(svn r25361) -Feature: distribute cargo according to plan given by linkgraph
This commit is contained in:
@@ -201,6 +201,8 @@ private:
|
||||
friend void AfterLoadVehicles(bool part_of_load); ///< For instantiating the shared vehicle chain
|
||||
friend const struct SaveLoad *GetOrderListDescription(); ///< Saving and loading of order lists.
|
||||
|
||||
const Order *GetBestLoadableNext(const Vehicle *v, const Order *o1, const Order *o2) const;
|
||||
|
||||
Order *first; ///< First order of the order list.
|
||||
VehicleOrderID num_orders; ///< NOSAVE: How many orders there are in the list.
|
||||
VehicleOrderID num_manual_orders; ///< NOSAVE: How many manually added orders are there in the list.
|
||||
@@ -262,7 +264,7 @@ public:
|
||||
inline VehicleOrderID GetNumManualOrders() const { return this->num_manual_orders; }
|
||||
|
||||
StationID GetNextStoppingStation(const Vehicle *v) const;
|
||||
const Order *GetNextStoppingOrder(const Vehicle *v, const Order *next, uint hops) const;
|
||||
const Order *GetNextStoppingOrder(const Vehicle *v, const Order *next, uint hops, bool is_loading = false) const;
|
||||
|
||||
void InsertOrderAt(Order *new_order, int index);
|
||||
void DeleteOrderAt(int index);
|
||||
|
Reference in New Issue
Block a user