Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Get Ore Markers in the Programmable Block #567

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

Commits on Oct 12, 2016

  1. finished the pull request

    Roof Level Suite committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    2463505 View commit details
    Browse the repository at this point in the history
  2. Refined a couple names.

    Roof Level Suite committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    507bea4 View commit details
    Browse the repository at this point in the history
  3. refined a couple names.

    Roof Level Suite committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    2a6f511 View commit details
    Browse the repository at this point in the history
  4. refined a couple names.

    Roof Level Suite committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    27334a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79ef9a8 View commit details
    Browse the repository at this point in the history
  6. refined some names.

    haveachillday committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    1edb274 View commit details
    Browse the repository at this point in the history
  7. Refactored slightly to maximize performance.

    haveachillday committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    d424eb2 View commit details
    Browse the repository at this point in the history
  8. Checks for null and does its job anyway.

    haveachillday committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    10e04ad View commit details
    Browse the repository at this point in the history
  9. Added more information to struct MyOreMarker and added more informati…

    …on to summary.
    haveachillday committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    95ec518 View commit details
    Browse the repository at this point in the history
  10. no message

    haveachillday committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    855aa1d View commit details
    Browse the repository at this point in the history
  11. no message

    haveachillday committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    fd1bfde View commit details
    Browse the repository at this point in the history
  12. no message

    haveachillday committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    288ccee View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. exposed subtypeID due to request.

    haveachillday committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    fb0c938 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

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

Commits on Oct 22, 2016

  1. fixed a small compilation error.

    haveachillday committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    3cbf20e View commit details
    Browse the repository at this point in the history
  2. fixed a null exception in my code.

    haveachillday committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    4fb7a9c View commit details
    Browse the repository at this point in the history
  3. Finished, Polished, Tested.

    Major Change: GetOreMarkers() can now get updates without needing a radio antenna.
    haveachillday committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    cf6d8b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ef491c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2016

  1. minor text change

    haveachillday committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    ffebf73 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. ref makes it clear to the user how exactly they will get their ore ma…

    …rkers.
    haveachillday committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    75ac63c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2016

  1. GetOreMarkers() now prevents excessively fast runs. Removed duplicate…

    … variable but still needs to be tested.
    Roof Level Suite committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    16f9340 View commit details
    Browse the repository at this point in the history
  2. tweaked MyOreDetectorComponent.Update() to perform exactly the same a…

    …s its previous version.
    haveachillday committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    86cd578 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

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

Commits on Mar 1, 2017

  1. Removed unnecessary ref

    List is a reference type anyway, the `ref` qualifier is useless unless you want to assign to the argument, which defeats the point of making it an argument and not a return value.
    Pharap authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    d92c5bf View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary ref

    List is a reference type anyway, the `ref` qualifier is useless unless you want to assign to the argument, which defeats the point of making it an argument and not a return value.
    Pharap authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    a1feff6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Merge pull request #1 from Pharap/GetOreMarkersInPB

    Removed unnecessary ref qualifiers.
    Samuel authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    c51dfcb View commit details
    Browse the repository at this point in the history