Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
|
|
gameload and crossing construction)
-Fix: crossing sound is bound to tile, not to vehicle
|
|
crossing and after loading older savegame
|
|
non-flat tiles, too.
|
|
or industry tile
|
|
building/removing a large block of track/signals/station
|
|
complex detection later
|
|
unneeded include from openttd.h.
|
|
long track
-Codechange: use dedicated pathfinder for signal updating, resulting in better performance and possible future improvements
|
|
some type safety.
|
|
of a global variable. Patch by Noldo (FS#1114).
|
|
|
|
|
|
needed.
|
|
determined at some places
-Fix: adding road/tram to tram/road bridge was cheaper by one tile
|