Age | Commit message (Collapse) | Author |
|
slopes, just in case someone needs them for fallback.
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
from openttd.h to their own headers.
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
including other headers in variables.h.
|
|
|
|
make it static inline
|
|
GetTileTrackStatus().
|
|
there can be less checks in pathfinders for depots/stations/tunnels/bridges
|
|
|
|
|
|
Tiles which only consist of shore do not flood anymore, instead they get removed if they are no longer connected to flooding water.
|
|
|
|
unneeded include from openttd.h.
|
|
|
|
of a global variable. Patch by Noldo (FS#1114).
|
|
|
|
logical disposition
|
|
useless includes.
|
|
|
|
map.h).
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
it is really needed.
|
|
|
|
their respective places.
|
|
|
|
LeviathNL.
|
|
|
|
|
|
some new slopes. Patch by frosch.
|
|
and HasFoundation{NW|NE}. Patch by frosch.
|
|
appropriate enums and functions. Patch by frosch.
|
|
foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
|
SLOPE_STEEP_E (frosch)
|
|
fixing FS#119.
|
|
|
|
easily modified.
|
|
|
|
road types on a single tile.
|
|
|
|
landscape types.
|
|
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.
|
|
|
|
tags and (more than just) a few comments style.
|
|
Remove {,u}intswap() and replace them by Swap()
|
|
values.
This lets us increase the sprite width from 14 to up to 29 bits,
effectively nulling the old sprite limit. Table changes in next commit.
|
|
been widden.
Only doc landscape_grid.html has been updated, landscape.html will be done latter.
-CodeChange: Replace a direct access to m6 with SetTropicZone in InitializeLandscape, as it is the only part of m6 still untouched without the brute-forced m6=0
|