Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RemoteTechnologiesGroup/RemoteTech-CommandHandler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: RemoteTechnologiesGroup/RemoteTech-CommandHandler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 20 files changed
  • 3 contributors

Commits on Dec 26, 2016

  1. Create README.md

    neitsa authored Dec 26, 2016
    Configuration menu
    Copy the full SHA
    9ff2445 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. project setup

    Yamori Yuki committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    d5b6224 View commit details
    Browse the repository at this point in the history
  2. days end commit

    plenty of work left
    Yamori Yuki committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    e91ad75 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. some progress

    slowly getting there
    Yamori Yuki committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    bead72a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. save/load cond/cmd

    - figured out the save/load mechanism that won't require too much
    messing around
    - sorted out parts of object structure for Command/Condition trees
    Yamori Yuki committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    1af5a8e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. changed Command to static methods

    Move to static methods to avoid duplicating the tree structure.
    Maybe these could be changed to extension methods on IProvider?
    Yamori Yuki committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    85e8d48 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2017

  1. dropped Command and Condition classes

    moved code from save/load classes into PlannedCommand
    Yamori Yuki committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    db0018a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. some more progress

    - filled out more of saving loading code
    - changed planned command list to a dictionary holding a list of
    commands for each vessel separately
    Yamori Yuki committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    bf4f5b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. command and delay handling

    - added actual command and delay handling
    - not sure what to do about failed commands
    - renamed ICommand to IAction and all related names
    Yamori Yuki committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    6da1771 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Finally happy with the internals

    I think I figured out, how to do the internals and third party modding
    support, so here it is.
    Yamori Yuki committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    3df21bd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

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

Commits on Jun 16, 2018

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