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

isAI to check AI controlled players. #11979

Merged
merged 7 commits into from
Sep 29, 2023
Merged

Commits on Sep 21, 2023

  1. checkAIPlayers

    checkAIPlayers added to RulesAttachment to allow for checking of AI controlled players.
    WCSumpton committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e91dd14 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    48f0bd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Rename to isAI

    Rename from isAIPlayers to isAI
    WCSumpton committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    605d0fb View commit details
    Browse the repository at this point in the history
  2. Spacing check

    Spacing
    WCSumpton committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a5a985a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Added @nullable

    @nullable added
    WCSumpton committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fdafe0c View commit details
    Browse the repository at this point in the history
  2. Add testing for isAI

    Adding RulesAttachmentTest to test isAI
    WCSumpton committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a207b4a View commit details
    Browse the repository at this point in the history
  3. Removing extra lines

    Removed extra line from each file
    WCSumpton committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    55ba8b0 View commit details
    Browse the repository at this point in the history