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

Distance option to prevent new towns to block old towns expansion. #7364

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    1c5dc25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    761250f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    4b3954f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2328876 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c1474d View commit details
    Browse the repository at this point in the history
  4. Make requested changes in TownyAdvanced#7364

    - Inverse the logic of the predicate to isIgnorableTown.
    - Move public methods upper than the private one.
    - Move predicate test
    - Remove a non necessary anymore ==null test.
    HydrolienF committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    eb7f637 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'min_plot_distance_from_town_plot_for_newest_town' of gi…

    …thub.com:HydrolienF/Towny into min_plot_distance_from_town_plot_for_newest_town
    HydrolienF committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    88ca806 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Clean up the code, add in a new lang string to specify why newer claims

    are blocked.
    
    Extracts a few methods to keep things more readable.
    LlmDl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    af3aa6e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 8, 2024

  1. back to Java 8

    HydrolienF committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    0bf47da View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    cf10d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e6ea70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from TownyAdvanced/master

    Update local branch
    HydrolienF authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4e1749a View commit details
    Browse the repository at this point in the history
  4. Java 17

    HydrolienF committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    644aaba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa4e001 View commit details
    Browse the repository at this point in the history
  6. 1st try with tests

    HydrolienF committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ac0339f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Simple test with min claim distance.

    It's not working for now because townBlock.setTown(...) try to use the pugins, witch is null.
    HydrolienF committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4f20b15 View commit details
    Browse the repository at this point in the history