Age | Commit message (Collapse) | Author |
|
NewGRF using cargo-slots.
|
|
Adds a console command newgrf_profile to collect some profiling data about NewGRF action 2 callbacks and produce a CSV file.
|
|
|
|
|
|
|
|
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.
|
|
"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.
|
|
SmallVector.
|
|
complicated and also returned the wrong thing for cargos not present in the translation table.
|
|
for version 6 GRFs. I.e. fix the cursed GetCargoTranslation() function for the fourth time.
|
|
mask of cargoslots.
|
|
|
|
variables (using var 7B). Currently most useful for vehicle var 60.
|
|
is intentionally removed, it is only used together with 'scope'.
|
|
|
|
|
|
if a header require a header make it include that header
|
|
|
|
|
|
|
|
|
|
instead of using a big union
|
|
but at least it can be consistent.
|
|
|
|
|
|
without a translation table.
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
0x18, independent of grf version.
|
|
style
|
|
|
|
favor of "just" using an untyped integer.
|
|
industries.
|
|
using the goods sprite if really nothing is returned.
|
|
variables 0x60..0x65
|
|
resolver
|
|
handler and custom icon sprites
|
|
tables with dynamically generated data. Change associated code to use new functions.
|
|
renamed to .cpp)
|