Age | Commit message (Collapse) | Author |
|
|
|
|
|
on error.
|
|
reads. Explicit length checks (which were not always correct) are no longer needed so these are removed to simplify code.
|
|
|
|
SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE().
|
|
if a header require a header make it include that header
|
|
using default sprites.
|
|
an Action 8 was encountered already.
|
|
and action3 but no action0
|
|
contains prop 14 after prop 1D
|
|
initialised to zero, and not always checked for valid range.
|
|
string but would print it OpenTTD would segfault
|
|
action0 prop 0A could cause a crash
|
|
num_sprites (as in number of sprite sets) is not the same as num_sprites (as in number of building sprites)
|
|
|
|
|
|
building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns.
If a GRF does not set price multipliers for these new prices, but for the previously used ones, the old modifiers will be propagated to the new bases.
|
|
vehicles only apply to the GRF locally, if it defines engines of that type itself.
|
|
SmallVector.
|
|
|
|
remove some unused variables
|
|
to newgrf loading and make the internal state zero-based instead.
|
|
'running cost factor'.
|
|
enum some more.
|
|
|
|
|
|
chunks and check chunk sizes.
|
|
including of newgrf_cargo.h
|
|
production callback version 0.
|
|
Variable 0x09 should not.
|
|
EngineInfo::refit_mask during initialisation.
|
|
|
|
|
|
did not set any of the three refittability properties (xor mask, positive classes, negative classes).
|
|
0x36. Based on Terkhen's work.
|
|
tile layout twice
|
|
|
|
part and a part that's for NewGRF strings
|
|
|
|
|
|
|
|
|
|
|
|
to EngineInfo.
|
|
|
|
remapped string
|
|
STR_EMPTY instead of 'random' string
|
|
crashes later on
|
|
in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
|