Age | Commit message (Collapse) | Author |
|
use them.
|
|
for other water tiles.
|
|
sources too
|
|
|
|
failed reservation was sometimes not cleared completely.
|
|
|
|
estimate for YAPF too (NPF already does so). This makes it behave 'better' with wide stations.
|
|
|
|
|
|
|
|
|
|
train-station, when there is none.
|
|
abort searching at v->dest_tile, when it in fact tries to reach another tile.
|
|
that name.
|
|
position if they are forbidden for trains.
|
|
client so it is immediatelly clear which one you are working with.
|
|
know it is a tram, so compiler doesn't generate code for trains and ships
|
|
multistop when they are really reachable.
|
|
coincided with the start of a station platform, stale reservations could be left behind.
|
|
properly this time. (michi_cc)
|
|
Honor that in penalty calculations. (michi_cc)
|
|
signal on it, is could be falsely seen as a valid destination. (michi_cc)
|
|
free path (michi_cc).
|
|
|
|
Vehicle when following rail. (michi_cc)
|
|
a path. (michi_cc)
|
|
more in YAPF. This should help with spread out stations. (michi_cc)
|
|
(michi_cc)
|
|
(michi_cc)
|
|
|
|
railtype info of the vehicle. (michi_cc)
|
|
(michi_cc)
|
|
|
|
|
|
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.
|
|
DiagDirection to Track and Trackbits
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
|
function can be used
|
|
|
|
|
|
|
|
station_func.h.
|
|
|
|
|
|
description title bar.
|
|
steep slopes.
|
|
michi_cc).
-Fixed by removing FollowTrack_t structure and all related functions. Their purpose was to allow to call track followers from C code. They were:
1. never used
2. obsoleted by switching to C++
|