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: DeveloperUX/BehaviorLibrary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: listentorick/UnityBehaviorLibrary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 23 files changed
  • 2 contributors

Commits on Oct 3, 2013

  1. Refactored Selector/Sequence to PartialSelector/Sequence

    Refactored ParallelSequence/Selector to Selector/Sequence
    Added StatefulSelector/Sequence (keeps state during running)
    Added Initial Test cases. Uses CSTester library
    NetGnome committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    d1afad3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2013

  1. removed userprefs, shouldnt have been added

    NetGnome committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    ffc9953 View commit details
    Browse the repository at this point in the history
  2. improved some test cases

    NetGnome committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    17dfae5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d494d51 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2013

  1. Sequence will now return running if any are running

    Sequence will now only return success if all are success
    updated private variables to start with underscore rather than initial class character to follow more standardized approach...
    NetGnome committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    dc57d06 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2013

  1. updated tests for CSTester updates

    NetGnome committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    1bc7543 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2014

  1. Update README.md

    listentorick committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    25d5507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcea1c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f71499a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46fad4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a7f45c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6daaac View commit details
    Browse the repository at this point in the history
  7. Update README.md

    listentorick committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    9683385 View commit details
    Browse the repository at this point in the history
Loading