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

New property giving map maker the ability to allow non-air SBU units to continue to the main territory battle. #12808

Closed
wants to merge 34 commits into from

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

Commits on Sep 29, 2023

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

Commits on Oct 5, 2023

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

Commits on Jan 29, 2024

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

Commits on Mar 2, 2024

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

Commits on Mar 3, 2024

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

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    ec3f396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dccf0e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 7, 2024

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

Commits on Mar 10, 2024

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

Commits on Apr 29, 2024

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

Commits on May 9, 2024

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

Commits on May 12, 2024

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

Commits on May 29, 2024

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

Commits on Jul 13, 2024

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

Commits on Jul 24, 2024

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

Commits on Jul 25, 2024

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

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

  1. New property for non-air SBR units

    This property will map makers to select if non-air SBR units will be allow to patriciate in a territory's normal battle.
    
    This does not effect sea units as the "isStrategicBomber" option is still blocked for use. If this were unblocked then it would also effect them.
    WCSumpton committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    27ee336 View commit details
    Browse the repository at this point in the history
  2. Update Properties.java

    WCSumpton committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3a58f99 View commit details
    Browse the repository at this point in the history
  3. Update Properties.java

    WCSumpton committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8a6fa0b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Another change for non-air SBR units

    dependents seems to be reference farther on, so was replaced with attackingSBR. Also units were getting marked as being in air battles so this was changed to only include air units.
    
    Cheers...
    WCSumpton committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e3b132b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 13, 2024

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

Commits on Aug 24, 2024

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

Commits on Aug 25, 2024

  1. hasResource to query resources

    hasResource will give mapmaker the ability to query resources
    WCSumpton committed Aug 25, 2024
    1 Configuration menu
    Copy the full SHA
    8c04c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3f4d46 View commit details
    Browse the repository at this point in the history