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

RATGen/force generator role handling updates #5527

Merged
merged 12 commits into from
Jun 1, 2024

Commits on May 28, 2024

  1. Removed unused STRIKE role

    SuperStucco authored and SuperStucco committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2cc4a83 View commit details
    Browse the repository at this point in the history
  2. Updated unit type comparisons. Added comments for improved readabilit…

    …y - less-than/greater-than comparisons on enum int equivalents are not always clear.
    SuperStucco authored and SuperStucco committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3618102 View commit details
    Browse the repository at this point in the history
  3. Updated availability modification calculations. Added missing roles, …

    …mostly infantry-related. General readability improvements, such as re-sequencing switch bock to group related roles, replacing array index calls with named variables, and descriptive commenting. Updated tests to better reflect current range of units and capabilities.
    SuperStucco authored and SuperStucco committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e36aea2 View commit details
    Browse the repository at this point in the history
  4. Removed unnecessary import

    SuperStucco authored and SuperStucco committed May 28, 2024
    Configuration menu
    Copy the full SHA
    70a27a5 View commit details
    Browse the repository at this point in the history
  5. Adjustments to isSpecialized to identify non-combat units so they can…

    … be easily excluded from use in combat roles.
    SuperStucco authored and SuperStucco committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f8058ee View commit details
    Browse the repository at this point in the history
  6. Minor adjustments to URBAN role, to account for long/short ranged uni…

    …ts without the direct FIRE_SUPPORT or SR_FIRE_SUPPORT role
    SuperStucco authored and SuperStucco committed May 28, 2024
    Configuration menu
    Copy the full SHA
    50b59f7 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Minor adjustment to add small craft to ESCORT role

    SuperStucco authored and SuperStucco committed May 29, 2024
    Configuration menu
    Copy the full SHA
    80c201a View commit details
    Browse the repository at this point in the history
  2. Minor update to check both the ModelRecord property generated by equi…

    …pment checks and role
    SuperStucco authored and SuperStucco committed May 29, 2024
    Configuration menu
    Copy the full SHA
    571f36c View commit details
    Browse the repository at this point in the history
  3. Additional guards against civilian units generating for combat roles

    SuperStucco authored and SuperStucco committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0ff1491 View commit details
    Browse the repository at this point in the history
  4. Small craft unit type added GROUND_SUPPORT, ASSAULT, INFANTRY_CARRIER…

    …, BA_CARRIER roles
    SuperStucco authored and SuperStucco committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d1ef66d View commit details
    Browse the repository at this point in the history
  5. Added MIXED_ARTILLERY to role string parser

    SuperStucco authored and SuperStucco committed May 29, 2024
    Configuration menu
    Copy the full SHA
    69c819b View commit details
    Browse the repository at this point in the history
  6. Updates to help file

    SuperStucco authored and SuperStucco committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2aa7cdc View commit details
    Browse the repository at this point in the history