Age | Commit message (Collapse) | Author |
|
|
|
Move _tileoffs_by_dir to map.[ch] and encapsulate it in TileOffsByDir()
|
|
|
|
correctly for
bridges (the middle-parts don't have any owner)
|
|
possible route. This also makes sure signals don't show red because
there is a train on the track of an other owner.
|
|
map.c and map.h
|
|
- "inline" must before the return type (and after "static")
- Initialise all struct members, not just some of them
- Remove (one) spurious semicolon
|
|
|
|
Thanks to lvoge
|
|
|
|
(blathijs)
-Fix: Pathfinding under bridges bug for ships introduced in r160 fixed (Darkvater)
|
|
|
|
-Fix: some minor fixes around GetTileTrackStatus (blathijs)
|
|
|
|
|
|
|