Age | Commit message (Collapse) | Author |
|
|
|
|
|
multiple trains within the same signal block, provided their paths dont intersect. For this the block must have all exit and entry signals be pbs signals. Place these by ctrl-clicking 4 times on a normal signal.
- Feature: [pbs] Implement autoplacement of pbs blocks, when a block has an entry and an exit pbs signal, covert the entire block to pbs. Can be turned off in the patch settings.
- Feature: [pbs] Allow showing of reserved status by making the tracks darker, when the pbs debug level is at least 1.
|
|
rail drawing code, and placed neatly into arrays and enums. This also makes way to implement more railtypes without having to do tons of ugly hacks.
|
|
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)
|
|
|
|
|
|
contained garbage, the picture was shifted one to the right, and the last column was dropped
|
|
|
|
blathijs for
pointing it out)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_map_hi for rails, in order to make way for pbs
|
|
linked to the variable _network_autoclean_protected
|
|
|
|
selection wasn't correctly redrawn
|
|
|
|
sprites.
|
|
|
|
|
|
committing, restore the sort order in the Makefile
|
|
|
|
|
|
|
|
|
|
TileVirtXY
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
loaded as the wrong type (int8,int16,int32) causing undefined results. (like cargo types being wrong)
|
|
a tile is correct for a vehicle to enter it. Based upon glx's code.
- Fix: [ 1203769 ] [NPF] NPF tries to plan over bridges, through tunnels, over level crossings of other players. (glx)
- Codechange: Renamed TRANSPORT_MAX to TRANSPORT_END and added INVALID_TRANSPORT.
- Codechange: Moved IsLevelCrossing() from tile.h to rail.h
- Add: GetCrossingTransportType(), which returns the transport type (road, rail) of both tracks on a level crossing.
- Removed old TODO that was fulfilled already.
|
|
modified in english.txt lately)
|
|
entrance from above.
|
|
in transparent buildings or tranparant station signs mode. (Peter1138)
|
|
automatically remove signals on the tracks.
|
|
|
|
apart when reversing in some cases. (Therax)
|