Age | Commit message (Collapse) | Author |
|
|
|
to not cause stale reservations. (michi_cc)
|
|
some tracks and reroute trains afterwards. (michi_cc)
|
|
during build. (michi_cc)
|
|
signals and honor the default signal type. (michi_cc)
|
|
normal signal tools. (michi_cc)
|
|
the signal code. (michi_cc)
|
|
are drawn using the old Patch-like PBS sprites. (michi_cc)
|
|
rail track. (michi_cc)
|
|
setting. (michi_cc)
|
|
instead of void*.
|
|
with all other structs/classes that are in a pool.
|
|
signals from nonexistent track sharing bits with existing track
So disallow removing signals from nonexistent track
|
|
are now drawn until first non-opaque sprite is found (bit 14 not set)
This is to balance performance, code complexity and NewGRF requirements
|
|
there was a ship on lower halftile
|
|
tiles.
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
tile-info-window.
|
|
DiagDirection to Track and Trackbits
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
|
|
code.
|
|
objects can be build, but check it directly in the pool so we do not have to call destructors in the testing phase. Stations still use the autoptr though.
|
|
|
|
depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
|
function can be used
|
|
|
|
instead of transparent
|
|
unneeded inclusions of engine.h and/or replace them with engine_type.h.
|
|
station_func.h.
|
|
|
|
while partially in a depot
|
|
for signs and SIGNAL for signals :)
Always check your terms with your nearest british ;)
|
|
some more meaningful values.
This allows to remove an unnecessary subtraction in the MAYBE_DAW_SIGNAL macro, who was waiting for an offset, at the first place.
|
|
affect anything in this case but is bad form.
|
|
roads as this allowed competitors to remove the one-way state.
|
|
GetTileTrackStatus().
|
|
GetCrossingRailAxis() to improve code readability
|
|
there can be less checks in pathfinders for depots/stations/tunnels/bridges
|
|
DrawTileSprites into one PalSpriteID
|
|
one PalSpriteID
|
|
-Codechange: undefine a defined macro once work is finished, just in case
|
|
IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
|
|
why normal electric signals are handled specially.
|
|
not on height of the lowest part of the tile
|
|
property to allow further fixes
|
|
|