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

Basic datalink configuration. #3181

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Oct 19, 2023

  1. Add generation-time allocation for STNs.

    This is a stop-gap solution so we can get a release out that supports
    datalink as quickly as possible. It would be better to assign these
    early so the player can select which flights should be their
    team/donors, but for that we need to keep a registry in Game, plumb it
    through to each Flight creation (and there are many callsites for that),
    subscribe each flight to its datalink contacts (so disbanded flights do
    not remain part of a network), and of course the UI itself. That'll come
    later.
    
    Follow up work:
    
    * Filtering to only apply for the airframes that can use it
    * Selection of team/donors
    DanAlbert committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ef3ba2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c73408d View commit details
    Browse the repository at this point in the history