Age | Commit message (Collapse) | Author |
|
slot functions
|
|
the global FIO slot functionality
|
|
|
|
|
|
Initialization code for GRFFile::roadtype_map was copied from
railtype_map. But while RailType is a byte-sized enum and could thus
be initialized via memset, RoadType doesn't have a defined size.
|
|
|
|
|
|
|
|
|
|
|
|
Auto[Free|Delete]SmallVector
|
|
|
|
openttd.grf is now always loaded and provides all extra graphics in case the (possibly outdated) baseset does not.
orig_extra.grf contains graphics specific to the original baseset only.
|
|
instead, which does the same in all use-cases.
|
|
to enable the second rocky tile set.
|
|
|
|
Eagle_rainbow)
|
|
SmallVector.
|
|
|
|
|
|
avoiding creation of a function stack, massively increasing its speed, for a function that is called often
|
|
coding style
|
|
|
|
|
|
|
|
|
|
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.
|