Age | Commit message (Collapse) | Author |
|
code.
|
|
stations.
|
|
|
|
texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
|
|
|
|
(Thanks to mart3p for samples and fixes)
|
|
|
|
for company colours.
|
|
station_func.h.
|
|
|
|
remove -Wno-empty-body from the configure script
|
|
GetTileTrackStatus().
|
|
DrawTileSprites into one PalSpriteID
|
|
one PalSpriteID
|
|
0x62, indtile var 0x60 and industry var 0x62 to 'newgrf_commons.cpp'.
|
|
|
|
method of generating list.
|
|
unneeded include from openttd.h.
|
|
|
|
|
|
|
|
it is really needed.
|
|
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
|
|
|
|
remaining to fit with the naming style
|
|
style
|
|
with the coding style
|
|
|
|
cargo too.
|
|
favor of "just" using an untyped integer.
|
|
hardcoding station types by graphics IDs.
|
|
sprite lookups/callbacks.
|
|
preventing overflow and incorrect graphics shown past a certain date.
|
|
|
|
accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
|
|
GetTerrainType as
GetTileZ is valid for any tile type. Also use GetTerrainType for stations.
|
|
road types on a single tile.
|
|
|
|
variables 0x60..0x65
|
|
GRF ID
|
|
landscape types.
|
|
handler
|
|
|
|
climate, supplied
by newgrf files. When this is enabled forests cannot be built below the highest
snow line, and farms can't be built above it. Houses still use the
_opt.snow_line so they are all consistent, so to make them respect the snowline
you may want to use some newhouses features as well.
|
|
|
|
mapping is now dealt with only in NewGRF code, on load where possible.
|
|
determining if a cargo is valid/active.
|
|
files with the @file tag as well as a few general comments style
|