Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Show group name as part of the default vehicle name. #8307

Merged
merged 2 commits into from Dec 15, 2020

Commits on Dec 15, 2020

  1. Feature: Show group name as part of the default vehicle name.

    Only if the vehicle is member of a group and does not have a user defined name.
    stormcone authored and TrueBrain committed Dec 15, 2020
    Copy the full SHA
    d05df0d View commit details
    Browse the repository at this point in the history
  2. Fix: prefix the Nth vehicle with "#" when ungrouped

    This is for consistency; most other objects add a # to indicate
    it is the Nth of that object, except for Trains / RVs / Ships /
    Aircrafts.
    This becomes painfully apparent with unnamed vehicles in groups,
    which do get a "#".
    TrueBrain committed Dec 15, 2020
    Copy the full SHA
    d1e328b View commit details
    Browse the repository at this point in the history