Age | Commit message (Collapse) | Author |
|
sprite groups.
This may change behaviour when multiple loading/loaded stages are provided, as the various copies checked in different orders, however only one result is expected in these cases anyway.
|
|
|
|
Adds a console command newgrf_profile to collect some profiling data about NewGRF action 2 callbacks and produce a CSV file.
|
|
|
|
|
|
|
|
iterating tiles. (#7429)
|
|
|
|
This is a C++11 feature that allows the compiler to check that a virtual
member declaration overrides a base-class member with the same signature.
Also src/blitter/32bpp_anim_sse4.hpp +38 is no longer erroneously marked
as virtual despite being a template.
|
|
|
|
inlineable. Speedup sprite resolving by about 8 percent.
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
constructor.
|
|
|
|
pointer since they are never NULL.
|
|
|
|
|
|
|
|
for adding derived classes.
|
|
specs visible for the user.
|
|
favour of using Get() and direct member access (which is needed anyway for GRF string resolving).
|
|
|
|
returning D0xx texts.
|
|
variables (using var 7B). Currently most useful for vehicle var 60.
|
|
of the north tile. Only airport tiles should access those.
|
|
is intentionally removed, it is only used together with 'scope'.
|
|
|
|
to GetValue and StoreValue.
|
|
persistent storage.
|
|
|
|
|
|
|
|
|
|
|
|
some headers
|
|
it for more spritegroups
|
|
|
|
slightly more generic
|
|
|
|
airports
|
|
|
|
statemachine, store the layout number
|
|
|
|
|
|
@file so they wouldn't be picked up by doxygen.
|
|
|
|
airports if a newgrf can't be found
|
|
|
|
|
|
instead of new/delete at the start/end of the game
-Codechange: store the fta in AirportSpec
|