The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: Vladki on October 22, 2018, 07:43:54 PM

Title: weird behavior on signal after choose signal.
Post by: Vladki on October 22, 2018, 07:43:54 PM
I have noticed that the signal ahead of choose signal shows temporarily clear aspect, even though the track ahead is not reserved. When the train approaches to 4 tiles, it turns back to danger. Is that intentional?
See the attached screenshot.

The behavior happens only if the train is scheduled to stop there, and it does not matter if it chooses the scheduled or alternate platform.
If the train passes through without stopping, the next signal behaves normally, i.e. is at danger until the train approaches to 4 tiles, when it reserves track further and turns to clear.
Title: Re: weird behavior on signal after choose signal.
Post by: Dwachs on October 23, 2018, 06:11:42 AM
The signal is on the last tile of the current route of the train. Maybe this is the reason?
Title: Re: weird behavior on signal after choose signal.
Post by: Vladki on October 23, 2018, 06:21:58 AM
Could be. But it behaves normally if there is no choose signal in rear.
Title: Re: weird behavior on signal after choose signal.
Post by: prissi on October 23, 2018, 07:43:27 AM
The block reserver has a list where it adds all signal on the route (since they are all green if successful). But it added also signals on the last tile. Fixed in r8617. It did not affect functionality, it is just optics.