TimeTable mode /closeup fails with $trigger

Bug #1910746 reported by Eric I Swenson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Open Rails
Fix Released
Undecided
mbm_OR

Bug Description

The code to attach qualifiers to the $triggers command is missing. The ProcessTimetable.cs needs to be modified as follows: replace line 3744

if (trainCommands.CommandQualifiers != null && formType == TTTrain.FormCommand.TerminationFormed)

with

if (trainCommands.CommandQualifiers != null && formType == TTTrain.FormCommand.TerminationFormed || trainCommands.CommandQualifiers != null && formType == TTTrain.FormCommand.TerminationTriggered)

so the $triggers command will pick up the qualifiers.

Tags: timetable
Revision history for this message
Eric I Swenson (buttercup99) wrote :
Revision history for this message
Eric I Swenson (buttercup99) wrote :

When this change is made the $triggers command will now function as it was designed to do.

tags: added: timetable
mbm_OR (mauribachi)
Changed in or:
assignee: nobody → mbm_OR (mauribachi)
status: New → In Progress
Revision history for this message
mbm_OR (mauribachi) wrote :

Fixed in X1.3.1-290-gf00c231ef.

Changed in or:
status: In Progress → Fix Committed
James Ross (twpol)
Changed in or:
milestone: none → 1.4
Changed in or:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.