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

[WIP] Add an automated grey goo command #4368

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2021

  1. Add an automated grey goo command

    This automates grey goo for grey goo units. 
    * A command issued on a wreck will consume it before performing the next command. (This is useful if that Dante wreck or whatever is nearby)
    * An area command will consume all wrecks in an area (starting with nearby ones then working to the next closest one)
    
    Checks for updates at 5hz.
    
    Attempts to be optimized by checking for nearby wrecks, etc.
    Arch-Shaman authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    35c0a4a View commit details
    Browse the repository at this point in the history
  2. Add the customcmd id

    Arch-Shaman authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    6959085 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Add LOS requirement

    Also includes UI work.
    Arch-Shaman committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    8b88e89 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Propagate command

    Arch-Shaman committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    9aef964 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Deduplicate value

    Arch-Shaman committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    8059d87 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    b5356c5 View commit details
    Browse the repository at this point in the history
  2. Bunch of fixes

    Arch-Shaman authored May 26, 2021
    Configuration menu
    Copy the full SHA
    2189cf4 View commit details
    Browse the repository at this point in the history