Age | Commit message (Collapse) | Author |
|
non-plain-rail-tiles (Rubidium)
|
|
sprite result sprite group.
|
|
|
|
|
|
|
|
|
|
numbers with a FontSize enum, using the numbers (which are SpriteIDs) in only the places needed.
|
|
with a call to SpriteExists(), when building the character width cache.
|
|
signed/unsigned warning from some compilers.
|
|
older gcc versions.
|
|
EnsureNoVehicleOnGround() to make more clear what it does
|
|
ROAD_{NORMAL,CROSSING,DEPOT} to ROAD_TILE_* for consistency
|
|
RAIL_TYPE_{NORMAL,SIGNAL,...} have nearly the same name, rename RAIL_TYPE_* to RAIL_TILE_* of extra clarity
|
|
czech - 6 fixed by Hadez (6)
german - 3 fixed by Neonox (3)
hungarian - 3 fixed by miham (3)
lithuanian - 3 fixed, 4 changed by Plyta (7)
polish - 3 fixed, 3 changed by meush (6)
portuguese - 3 fixed by izhirahider (3)
slovenian - 34 fixed by Sonicelo (34)
turkish - 2 fixed by jnmbk (2)
|
|
only four bits
|
|
|
|
dealing with var adjusts. Fixes issues with some station layouts.
|
|
when a station has a high amount of cargo waiting.
|
|
newstations on big endian architectures.
|
|
|
|
station axis to the returned tile type. Also supply correct parameters to var 10.
|
|
station code and change minimum length for action 3 from 7 to 6 bytes.
|
|
dropdown to bring up the list, instead of just the button (thanks tron)
|
|
|
|
0x03) check if the station has already been allocated. (Fixes duplicate waypoints in newstatsw in non-temperate climate)
|
|
was on it
|
|
|
|
|
|
only active if a newstation set is loaded, otherwise it will look the same.
|
|
|
|
the bridge speed limit
|
|
corner of a tile, and use it to simplify the code in a few places
|
|
|
|
modifier from bit 14 to bit 31 on GRF load.
|
|
|
|
(callback parameter 1) when building a station
|
|
loading from GRF, as the current way was flawed (reallocing memory which is referenced elsewhere)
|
|
32. 16 was an arbitrary limit, 32 is the limit for dropdown lists...
|
|
train can pass.
|
|
|
|
in place of the existing one for waypoints.
|
|
function so we can use it (rarely) in other places.
|
|
|
|
|
|
some sets use generic feature always. Also, don't add vehicle id shifts if the vehicle id is out of range.
|
|
with incompatible rail type
|
|
|
|
as well as stations. Supports merging of adjacent waypoints if the GRF supports it (newstatsw.grf)
|
|
and 49.
|
|
about missing sprite.c
|