Age | Commit message (Collapse) | Author |
|
|
|
each NewGRF, thus waterfeatures could glitch when the properties were set by a previous NewGRF and the NewGRF assumed the properties to be unmodified
|
|
|
|
GrfProcessingState, and reset them after each loading stage.
|
|
GrfProcessingState, and reset them after each loading stage.
|
|
cases like creating a new scenario.
|
|
|
|
and gender names
|
|
liveries are used by some vehicle resp. which are not used at all.
|
|
leak, causing valgrind warnings
|
|
|
|
|
|
consisted of unrelated values use static const (u)int
|
|
useful tool for NewGRF developers to get some insights into the value of some variables
|
|
instead of mixed
|
|
properties from other newgrfs
|
|
and DECLARE_ENUM_AS_BIT_SET
|
|
airports if a newgrf can't be found
|
|
|
|
|
|
if a header require a header make it include that header
|
|
initialised to zero, and not always checked for valid range.
|
|
fatal NewGRF error.
|
|
vehicles only apply to the GRF locally, if it defines engines of that type itself.
|
|
SmallVector.
|
|
remove some unused variables
|
|
|
|
in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
|
|
town_type.h to separate files
|
|
printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
|
the term 'compatible newgrf' again some sense and to not crash because of trivial changes.
|
|
per-GRF translation table.
|
|
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
(especially because newgrf_station.h includes a lot of stuff).
|
|
station_func.h.
|
|
strings.
|
|
VarAction2 and Action7/9/D to their own function.
-Fix: Add some variables that were missing in one or both cases.
|
|
expose in header for use elsewhere.
|
|
shores, if shores got replaced by ActionA.
|
|
|
|
value can be (more adequately, even better) computed from another source.
Thanks peter1138.
|
|
by BigBB
|
|
it is really needed.
|
|
the box.
-Change: make extra sprites (the ones not in the TTD GRFs) replaceable using Action 5.
-Feature: make replacing contiguous subsets of sprites in for some types possible in Action 5.
Note to GRF authors: when you replaced OpenTTD sprites that are not from the TTD GRF files using Action A, your GRF will not have the intended result anymore as the sprite numbers have changed. You should replace the Action A with an Action 5 from now on.
|
|
features. Not in used yet.
|
|
from a bitset to a bool evaluation.
Like easier to read and faster to evaluate :)
|
|
some newgrf features have been loaded, and introduce the newindustry one.
|
|
grf file.
|