Age | Commit message (Collapse) | Author |
|
|
|
|
|
Code based on the patch by JGRennison.
JGRennison/OpenTTD-patches@ac84f34062ef1f3ffcdee49dc595d574e4efb4d5
|
|
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.
|
|
pointer since they are never NULL.
|
|
others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
|
out some indirect calls
|
|
|
|
the ifndef/define/endif lines.
|
|
depots, stations and vehicles (Krille)
|
|
|
|
'made up' data that shouldn't go into the cache, causing desyncs in MP
|
|
|
|
favour of their Station variants
|
|
waypoints or stations, i.e. don't force exactly one destination tile for a waypoint
|
|
|
|
waypoint_func.h
|