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

Feature: Warps need to be connected to the same electricity network #190

Merged
merged 29 commits into from
Mar 30, 2021
Merged

Feature: Warps need to be connected to the same electricity network #190

merged 29 commits into from
Mar 30, 2021

Commits on Nov 7, 2020

  1. Working implementation

    bbassie committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    8197b17 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Fix electric pole name

    bbassie committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    94cfceb View commit details
    Browse the repository at this point in the history
  2. Warp-list changes:

    - Refactor gui layout
    - Changed update flow
    bbassie committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    90e025a View commit details
    Browse the repository at this point in the history
  3. Fix function name

    bbassie committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    bb5790a View commit details
    Browse the repository at this point in the history
  4. Fix network id checks

    bbassie committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    c95616d View commit details
    Browse the repository at this point in the history
  5. Remove spawn debug message

    bbassie committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    e851b48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84fda87 View commit details
    Browse the repository at this point in the history
  7. Warp water check

    bbassie committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    1d980c6 View commit details
    Browse the repository at this point in the history
  8. Removed temp debug rendering

    bbassie committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ebfe24c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Warp additions

    * Add bypass styling and functionality
    * Fix using wrong warp position for goto label
    * Add warp placement checks
    * Edit remove warp to keep the corpses of the entities
    * Fix warp label and textbox
    * Make Warp container wider by 20
    bbassie committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    94fa2bc View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. * If statement restructured like suggested, seems to work fine;

    * Changed cooldown color to be same as the disabled one;
    bbassie committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    c308aa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Color status to icon status

    Because debate about the color usage I made the change to using icons.
    bbassie committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    d0afee7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Warp improvements

    * Fixed that it clears table every warp update.
    * Dirty fix unknown signal icon, it gets replaced by the old icon
    bbassie committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    8b717ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e7660f View commit details
    Browse the repository at this point in the history
  3. Bumped lua action to v8

    Cooldude2606 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    290ec4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7b1d33 View commit details
    Browse the repository at this point in the history
  5. Removed one use variable

    Co-authored-by: Cooldude2606 <cooldude260607@gmail.com>
    bbassie and Cooldude2606 authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    ca8d033 View commit details
    Browse the repository at this point in the history
  6. Fixes to warp module

    * Variable name.
    * Moved variable initialisation to outside a function.
    bbassie committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    e72f927 View commit details
    Browse the repository at this point in the history
  7. Fixes to warp-list gui

    * Fixed indentation.
    * Updated function names to be more representative of what they do.
    * Added more comments
    * Moved some variables around for easier readability and such
    bbassie committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    b84dad6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fc598f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Implemented requested changes

    * Pressing `Discard changes` removes warp if it has been pressed after `New warp`.
    * Changed `not_available` (not in range) status icon to a cross, fits the sizing of the other icons better.
    * Renamed locals key `'warp-list.discard-tooltip'` to `'warp-list.remove-tooltip'`
    * Added textfield squashable and strechable to make it dynamic to the container size.
    * Container size changes depending on permissiong `'allow_add_warp'`
    bbassie committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    cd566c8 View commit details
    Browse the repository at this point in the history
  2. Implemented requested changes

    * Pressing `Discard changes` removes warp if it has been pressed after `New warp`.
    * Changed `not_available` (not in range) status icon to a cross, fits the sizing of the other icons better.
    * Renamed locals key `'warp-list.discard-tooltip'` to `'warp-list.remove-tooltip'`
    * Added textfield squashable and strechable to make it dynamic to the container size.
    * Container size changes depending on permissiong `'allow_add_warp'`
    bbassie committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    90f650c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8499572 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Finishing touches:

    * Removed 1 time use local
    * Fixed double permission check
    * Locale fixes
    bbassie committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    2fe9d56 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    d987a6c View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    All changes where corrections to spelling and grammar in comments.
    
    Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
    Cooldude2606 and mark9064 authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    023e142 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf612e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab590d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60bb28d View commit details
    Browse the repository at this point in the history