Age | Commit message (Collapse) | Author |
|
GoodsEntry::time_since_pickup.
|
|
|
|
the cargo count of the current quarter instead of the last quarter like the tooltip says
|
|
framework to store goals of a town
|
|
Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen)
|
|
amount of towns into a reusable struct.
|
|
changes to reduce casting
|
|
|
|
used by small functions that compute there value on-the-fly when necessary
|
|
|
|
|
|
were swapped
|
|
as no real order influencing path finding is added
|
|
|
|
CargoPacket before actually trying to do so
|
|
difficulty.industry_density.
|
|
|
|
and cur_real_order_index to keep track of the current real order in an unambiguous way.
-Fix [FS#4440]: Automatic orders behave now stable wrt. service orders and are not added or removed depending on the need of servicing.
-Fix: Various other issues with automatic orders, e.g. vehicles getting stuck with "no orders" when there are automatic orders at the end of the order list.
|
|
|
|
|
|
|
|
TTDPatch savegame in the past
|
|
savegame with vehicle multiplier bigger than 1
|
|
converted from TTDPatch savegames
|
|
size.
|
|
|
|
savegames; don't crash on saveload related NOT_REACHEDs, just show the user an error that the savegame is corrupted
|
|
some headers
|
|
actually movable; e.g. HQ and owned land are pretty movable.
|
|
|
|
|
|
fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read
|
|
|
|
missed :)
|
|
VARDEF and put them in a more logical location
|
|
and waypoints are named
|
|
Industry.
|
|
seperate class
|
|
|
|
sure all members are properly initialized
|
|
subclassing it
|
|
|
|
if a header require a header make it include that header
|
|
wait counter; sometimes they might get into eachother's way
|
|
variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry.
|
|
-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
|
|
|
|
remove some unused variables
|
|
TTO savegames
|
|
constructor of CargoPackets to the constructor call itself
|