Age | Commit message (Collapse) | Author |
|
some tracks and reroute trains afterwards. (michi_cc)
|
|
setting. (michi_cc)
|
|
building a bridge over it as it is not required for roads and rails either.
|
|
with all other structs/classes that are in a pool.
|
|
remove a few more magic numbers
|
|
|
|
length, then none of the other bridges can. Effectively meaning that if someone replaces the first bridge with a bridge that can be only 3 tiles longs then only other bridges that can be 3 tiles long will be buildable, but only if they are 3 tiles long.
|
|
|
|
|
|
on company bankrupt
|
|
bridges and disable terraforming of aqueduct bridgeheads; one can't terraform normal canal tiles either.
|
|
|
|
|
|
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
|
|
|
|
from openttd.h to their own headers.
|
|
primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
|
|
drawn twice in some cases
|
|
including other headers in variables.h.
|
|
place to a single location.
|
|
depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
|
over a bridge
|
|
instead of transparent
|
|
unneeded inclusions of engine.h and/or replace them with engine_type.h.
|
|
|
|
|
|
GetTileTrackStatus().
|
|
there can be less checks in pathfinders for depots/stations/tunnels/bridges
|
|
DC_QUERY_COST is set (patch by Raimar Falke)
It never happens in current code, but it is better to be ready for it
|
|
bridges (spotted by _minime_)
|
|
IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
|
|
function a few times. Again. Just a different value.
|
|
function a few times
|
|
instead of two single variables, following the transport type it represents
|
|
|
|
with other Specs in used.
|
|
|
|
transport type is not supported
|
|
bridge we are preparing to build
|
|
building transparency settings
|
|
property to allow further fixes
|
|
-Codechange: Remove direct access to the _bridge table in favor of the above mentioned GetBridgeSpec
-Codechange: Rationalize the use of Bridge type pointer
|
|
and put bridge spec in table/bridge_land.h, where it should be.
|
|
adjust documentation a bit.
|
|
the map, allowing the sea/river/canal status to also be
stored for buoys, docks, locks and depots. All these are now allowed on rivers and removal of them will revert to the
original water type.
|
|
|