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

Split "Locomotor" from Mobile #14893

Merged
merged 9 commits into from
May 3, 2018
Merged

Commits on May 2, 2018

  1. Split Locomotor trait from Mobile

    Add GrantConditionOn*Layer traits
    
    This allows to
    - drop some booleans from Locomotor
    - drop a good part of the subterranean- and jumpjet-specific code/hacks from Mobile
    - grant more than 1 condition per layer type (via multiple traits)
    - easily add more traits of this kind for other layers
    reaperrr committed May 2, 2018
    Configuration menu
    Copy the full SHA
    27ccd61 View commit details
    Browse the repository at this point in the history
  2. Add Locomotor lint check

    reaperrr committed May 2, 2018
    Configuration menu
    Copy the full SHA
    fa04141 View commit details
    Browse the repository at this point in the history
  3. Don't pass movement class via IsPassable directly

    Let IsPassable get that info from the locomotor instead.
    reaperrr committed May 2, 2018
    Configuration menu
    Copy the full SHA
    497563c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3754c4 View commit details
    Browse the repository at this point in the history
  5. Locomotor update rule

    reaperrr committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6c33871 View commit details
    Browse the repository at this point in the history
  6. Make RA use Locomotor

    reaperrr committed May 2, 2018
    Configuration menu
    Copy the full SHA
    5d22652 View commit details
    Browse the repository at this point in the history
  7. Make TD use Locomotor

    reaperrr committed May 2, 2018
    Configuration menu
    Copy the full SHA
    a1e2069 View commit details
    Browse the repository at this point in the history
  8. Make D2k use Locomotor

    reaperrr committed May 2, 2018
    Configuration menu
    Copy the full SHA
    39d5b68 View commit details
    Browse the repository at this point in the history
  9. Make TS use Locomotor

    reaperrr committed May 2, 2018
    Configuration menu
    Copy the full SHA
    db54999 View commit details
    Browse the repository at this point in the history