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

Make the escort list show ship names as well as callsigns. #5523

Merged

Commits on Sep 25, 2023

  1. Show both name and callsign in escort list.

    In scp-fs2open#5477, I made the escort list respect hidden names by copying the behavior from `message_queue_process()`, which already checked those flags; however, this resulted in some dramatic behavioral changes for mods using callsigns for escort ships, and while making the behavior optional was a possibility, feedback suggested everyone would rather it just behaved like the target box and displayed both. So I replaced the code with similar logic from hudtargetbox.cpp, except with the "replace hidden name with ship class" code taking priority.
    MageKing17 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b5dd823 View commit details
    Browse the repository at this point in the history