Age | Commit message (Collapse) | Author |
|
|
|
setting of the error message to a single place
|
|
road vehicles; only ROAD isn't always enough. Also unify the way of writing it.
|
|
vehicle type specific strings for a specific message
|
|
|
|
|
|
waypoint_func.h
|
|
all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
|
|
the unload counter/stuck when the vehicle is unloading. It'll be automatically reset once the vehicle wants to leave the station
|
|
|
|
codes and group them logically
|
|
|
|
used in the vehicle list GUIs.
|
|
|
|
in a WWT_MATRIX data field.
|
|
1/8 vehicle length.
|
|
|
|
vehicle details window, draw as many parts as the window fits instead of always up to a vehicle length of 80/8.
|
|
|
|
around road vehicles and flipping parts of trains in the depot
|
|
carry" line always showed the ship refit tooltip
|
|
functions
|
|
Is/Set/HasArticulatedPart member of RoadVehicle.
|
|
IsTrainWagon(), IsMultiheaded(), EngineHasArticPart() and IsRearDualheaded() members of Train
|
|
to deal with sizeof() wrt. typedef-ed arrays.
|
|
instances to more meaningful names.
|
|
prevent unnecessary inclusion newgrf.h anyway
|
|
|
|
|
|
casts when converting Vehicle to specialised vehicle types. Includes safety check
|
|
|
|
|
|
company-based settings, so in a multiplayer game everyone can change them.
|
|
reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
|
|
const is (accidentally?) removed using C-style casts.
|
|
unnecessarily add it.
|
|
struct so (some vehicle related) NewGRF cache 'desyncs' can be tested easier.
|
|
|
|
from VehicleRail to Train
|
|
|
|
|
|
make it static.
|
|
PoolItem::IsValidID(index)
|
|
|
|
-Fix [FS#2864]: autopause and manual pausing conflict with eachother
-Fix: new game + pause on new game + autopause make the game not unpause on the first join
|
|
|
|
|
|
DrawString.
|
|
they were multiline strings being drawn using DrawString instead of DrawStringMultiLine.
|
|
this ID' from 'some' strings and replace the string name with something more sensible.
|