Age | Commit message (Collapse) | Author |
|
|
|
|
|
are now drawn until first non-opaque sprite is found (bit 14 not set)
This is to balance performance, code complexity and NewGRF requirements
|
|
something more than whitespace as description of files that don't have a description.
|
|
every 256 ticks, not every tick... Also bail out of the triggers a little earlier if you know they are not going to happen anyway.
|
|
stations.
|
|
texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
|
|
pre-version7 since CBID_INDTILE_SHAPE_CHECK (cb2F) is really 15 bits.
|
|
instead of transparent
|
|
|
|
version 7.
|
|
DrawTileSprites into one PalSpriteID
|
|
one PalSpriteID
|
|
0x62, indtile var 0x60 and industry var 0x62 to 'newgrf_commons.cpp'.
|
|
logical location.
|
|
unneeded include from openttd.h.
|
|
medecine as indstries themselves regarding the resolver's object
|
|
|
|
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
industries and fix a 'bug' as side effect.
|
|
|
|
style
|
|
with the coding style
|
|
|
|
remembered.
-Codechange: Wrap all transparency settings in accessors, hiding the implementation
-Change: Clicking "transparent building" menu will toggle Houses And Trees only. The other options can be used in the transparency gui.
Initial patch by Smatz (FS#1349), with some rework by BigBB and your humble servant.
|
|
when recolouring was turned on, instead of only applying it when the colour translation is '0'.
|
|
NewIndustries' error messages. Patch by Csaboka.
|
|
fixed by Csaboka
|
|
the offset is unsigned instead of signed.
|
|
(and undocumented side effects in TTDP in corner cases).
|
|
|
|
|
|
do not have NewGRF industries that actually need the random bits.
|
|
ID would be needed. Fix by Belugas.
-Fix: GetIndustryIDAtOffset crashed when the industry->xy tile was not an industry tile.
|
|
triggers (part of the backend for it). Furthermore update the documentation of the map's bits wrt to industries.
|
|
|
|
heights (height of nothern corner instead of height of lowest corner). Patch by frosch.
|
|
clear some unreachable tiles upon its destruction.
-Codechange: do not perform something that by all means will not change. A zero offset is really meaningless...
|
|
foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
|
transparent" code.
|
|
favor of "just" using an untyped integer.
|
|
not fail, it doesn't automatically mean that the industry tile can be built there.
|
|
of an industry.
|
|
a given type.
|
|
|
|
|
|
|
|
foundations" callbacks says to do so.
|
|
Heavily based on Maedhros's newhouses implementation
|