Age | Commit message (Collapse) | Author |
|
something more than whitespace as description of files that don't have a description.
|
|
primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
|
|
using correct types and less duplication.
|
|
TTDP according to frosch's survey.
|
|
|
|
uniform naming of the thing instead of using both names for the same thing.
|
|
keep loading. The intention of the break down code is not to break down when having zero speed, therefor break downs now do not happen when loading.
|
|
operators.
|
|
depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
|
function can be used
|
|
|
|
road vehicles.
|
|
CmdSend<VehicleType>ToDepot commands.
|
|
|
|
Vehicle::NeedsServicing() and Vehicle::NeedsAutomaticServicing().
-Fix (r11052): Disable servicing by service-interval if a vehicle has depot orders.
|
|
it more clear that they are no loading/unloading flags. Also add more type strictness.
|
|
not is there a non-stop order but the kind of non-stop order, so one doesn't need to check _patches.new_nonstop type everywhere.
|
|
|
|
|
|
|
|
'unified' ProcessOrder.
|
|
road vehicles.
|
|
remove an unused variable.
|
|
|
|
unneeded inclusions of engine.h and/or replace them with engine_type.h.
|
|
station_func.h.
|
|
|
|
|
|
entrances.
|
|
vehicles' running cost, and show running cost of wagons if they have it.
|
|
GetTileTrackStatus().
|
|
and remove a 'goto'.
|
|
one-way-road in the next tiles.
|
|
IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
|
|
day to calculate running cost
-Fix [FS#1739]: vehicle profit is now counted with 8bit fract, so it is now shown properly in the vehicle details window
|
|
switch/case at many places
|
|
(Yorick)
|
|
to reverse on junction tiles. (spotted by SmatZ)
|
|
It is more descriptive name and it will not upset the generate script anymore
|
|
-Codechange: Remove direct access to the _bridge table in favor of the above mentioned GetBridgeSpec
-Codechange: Rationalize the use of Bridge type pointer
|
|
with an OnNewDay method in the Vehicle class
|
|
aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
|
|
|
|
|
|
constants
-Fix: refit button widget was not correctly updated
|
|
the code at some places
|
|
with other cases of *B_* vs *_* like VETSB_* and VETS_*.
|
|
|
|
single point on bridges. Based on a patch by SmatZ.
|
|
unneeded include from openttd.h.
|