“Train List” window doesn't list static trains, in “TimeTable” mode.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Open Rails |
New
|
Undecided
|
Unassigned |
Bug Description
When we are in “TimeTable” mode, the “Train List” window (alt+F9), doesn't list static trains.
Static trains are frequent in “TimeTable” mode, while they remain waiting for their departure time.
We can see in the “DISPATCHER INFORMATION” window (shift+F5), that they are all listed (STC).
To see in “Train List” window (alt+F9) all static trains listed in “TimeTable” mode is very useful.
We can change from a train to another, to see if the “TimeTable”, is working properly.
This small improvement adds a new “if” condition into TrainListWindow.cs file.
“ if (Owner.
{
With this patch, we include static trains in the “Trains List” window (alt+F9), and they will be shown in yellow color, like “Activity” mode.
Attached is the proposed modification patch.