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

Krastorio compatibility and bugfix #20

Merged
merged 7 commits into from
Mar 17, 2022
Merged

Commits on Nov 21, 2021

  1. Nico's code improvements

    Make fluid direction finding code more compact and readable.
    robot256 committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    90e6866 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Further improve pipe building logic

    * Fixed pipes not building correctly to rectangular neighbors by detecting adjacent edges.
    * Fixed pipes being build in a grid if connector is offset.  Will now build an L-shape if the miner's connector is offset in both X and Y.
    * Added more debug messages about pipes.
    robot256 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    51c1952 View commit details
    Browse the repository at this point in the history
  2. Whitespace

    robot256 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    af94496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bfc7b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    25d5815 View commit details
    Browse the repository at this point in the history
  2. Add settings to specify what pipes to use

    - Add setting for what pipe to replace fluid-using miners with.
    - Add second setting for what pipe to use in space zones.
    - Validate that settings specify an existing pipe entity names after setting is changed, mods are changed, and when deconstructions are ordered.
    robot256 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    cff555d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Version 0.3.1

    +  Compatibility:
        - Added mod settings to customize what pipe is used when replacing miners (i.e. kr-steel-pipe).
      Bugfixes:
        - Fixed crashes when Editor Extensions "instant deconstruction" is enabled.
    robot256 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    00fbf48 View commit details
    Browse the repository at this point in the history