Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
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.
|
|
|
|
enabled to a header file allowing compilers to inline that check
|
|
144. (michi_cc)
|
|
variables (using var 7B). Currently most useful for vehicle var 60.
|
|
|
|
same as 80.
|
|
when the callback fails.
|
|
return parameter.
|
|
is intentionally removed, it is only used together with 'scope'.
|
|
|
|
|
|
|
|
railstation selection callback.
|
|
if a header require a header make it include that header
|
|
|
|
|
|
instead of using a big union
|
|
but at least it can be consistent.
|
|
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
it, i.e. testing the low bits for 0xFF or 0 instead of all bits.
|
|
|
|
with some parts for AI use.
|