Age | Commit message (Collapse) | Author |
|
funciton IsCompatibleRail().
- Codechange: [NPF] Check the railtype along a route against the engine type instead of against the previouse tile. This clears the way for electriefied rails.
- Add: [NPF] [ 1209644 ] A penalty for crossings (peter1138)
|
|
|
|
TileVirtXY
|
|
|
|
some bogus reads of _map_owner
|
|
|
|
single tile from map.h and put them into a seperate file tile.h
|
|
them into inline functions and add some asserts
|
|
TPFMode 1
|
|
|
|
the latter into inline functions names Tile[XY]
|
|
TrueLight)
|
|
|
|
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)
|
|
|
|
|
|
|