Age | Commit message (Collapse) | Author |
|
window class
|
|
|
|
|
|
widget-plane, and optionally an index in the nested_array.
|
|
which were sometimes missing and sometimes just typos
|
|
|
|
with GetDepotIndex(tile)
|
|
building (in the future buying) vehicles.
|
|
wrappers
|
|
numbers to percents
|
|
|
|
|
|
overlaps less with vehicle images.
|
|
|
|
relatives
|
|
|
|
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.
|