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

Refactor Aircraft idle behavior #15873

Closed
wants to merge 3 commits into from

Commits on Dec 13, 2018

  1. Add ActionsOnIdle to Aircraft

    And remove all traits, properties and hard-codings
    that would conflict with it.
    
    A single list with possible actions is better than multiple,
    possibly conflicting booleans and traits.
    Designed to support fallbacks in case a listed action isn't
    supported by that particular actor, to make life a little easier
    for modders.
    reaperrr committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    68669da View commit details
    Browse the repository at this point in the history
  2. Adapt official mods to ActionsOnIdle

    Ran update rules on them first and then cleaned up.
    reaperrr committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    8037eb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e9875a View commit details
    Browse the repository at this point in the history