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

4.0.0 #82

Merged
merged 53 commits into from
Mar 9, 2024
Merged

4.0.0 #82

merged 53 commits into from
Mar 9, 2024

Commits on Feb 4, 2023

  1. added DSLParser with types and stubs

    Nikolas Howard committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    05cbb89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    584e1d7 View commit details
    Browse the repository at this point in the history
  3. tidying up

    Nikolas Howard committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8c75a9c View commit details
    Browse the repository at this point in the history
  4. more tidting

    Nikolas Howard committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    a62d7c4 View commit details
    Browse the repository at this point in the history
  5. building super simple JSON structure for a few node types, cant handl…

    …e attributes and args yet
    Nikolas Howard committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    fa44018 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Splitting out DSL parsing code

    Nikolas Howard committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4af85ce View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Merge branch 'master' into #52

    Nikolas Howard committed May 16, 2023
    Configuration menu
    Copy the full SHA
    64b44fc View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge branch 'master' into #52

    Nikolas Howard committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    473ace7 View commit details
    Browse the repository at this point in the history
  2. Tidying

    Nikolas Howard committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    cf84399 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. working on MDSL parser

    Nikolas Howard committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    174c202 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. working on MDSLDefinitionParser

    Nikolas Howard committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    67d4c7f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. finished parser but needs testing

    Nikolas Howard committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4c1f074 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. working on definition validation

    Nikolas Howard committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4e175f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. stuff

    Nikolas Howard committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e3f0e40 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Tidying up some of our utilities

    Nikolas Howard committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b1da1eb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. working on tree validator

    Nikolas Howard committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    aeafce0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. more work on validator

    Nikolas Howard committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    159a5f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Finished validator but needs tests

    Nikolas Howard committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    be1d946 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Fixed issue with root-branch circular dependency validation

    Nikolas Howard committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8b17f7d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. working on definition validator

    Nikolas Howard committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fca74d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. stuff

    Nikolas Howard committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6e38ea4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. working on BehaviourTreeBuilder

    Nikolas Howard committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d6f2c53 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. worked on mdsl and json validation

    Nikolas Howard committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3b60629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9bc843 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Fixed broken tests and added vs code mocha debugging

    Nikolas Howard committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    66d4672 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. tests

    Nikolas Howard committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    92dfa55 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. working on specs

    Nikolas Howard committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    451515c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. tree definition validation now returns json definition as part of suc…

    …cessful validation response so that we don't have to parse MDSL twice
    Nikolas Howard committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b31c9db View commit details
    Browse the repository at this point in the history
  2. tidying

    Nikolas Howard committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1ad9ec1 View commit details
    Browse the repository at this point in the history
  3. Updated all test.js files to spec.ts files

    Nikolas Howard committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    70699ad View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Updated Agent typings

    Nikolas Howard committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0b9581c View commit details
    Browse the repository at this point in the history
  2. Updated Retry and Repeat specs

    Nikolas Howard committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cfc26d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. specs

    Nikolas Howard committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    903e634 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. some condition specs

    Nikolas Howard committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8115e45 View commit details
    Browse the repository at this point in the history
  2. condition specs

    Nikolas Howard committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e47bf25 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. actiond and condition specs

    Nikolas Howard committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c1dd5d3 View commit details
    Browse the repository at this point in the history
  2. Fixed issues with action nodes not handling update promise rejections…

    … properly and added specs
    Nikolas Howard committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7c54e03 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Root specs

    Nikolas Howard committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6fd30cc View commit details
    Browse the repository at this point in the history
  2. validator specs

    Nikolas Howard committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b5ec03b View commit details
    Browse the repository at this point in the history
  3. Adding specs and fixing bugs and typings

    Nikolas Howard committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    db1c489 View commit details
    Browse the repository at this point in the history
  4. specs

    Nikolas Howard committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1b2a040 View commit details
    Browse the repository at this point in the history
  5. specs

    Nikolas Howard committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cf068a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Added Exit specs and fixed exit details arg

    Nikolas Howard committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dc312de View commit details
    Browse the repository at this point in the history
  2. Step specs

    Nikolas Howard committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    758adb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Until While specs and error handling

    Nikolas Howard committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    858c0e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Improved error logging for agent functions

    Nikolas Howard committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1aa7712 View commit details
    Browse the repository at this point in the history
  2. Fixed issue where args were not passed to registered funcs properly a…

    …nd subtrees couldnt be registered
    Nikolas Howard committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    814c995 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 6, 2024

  1. README

    Nikolas Howard committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    69b3a7e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. README

    Nikolas Howard committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6e0b071 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. README

    Nikolas Howard committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    857c736 View commit details
    Browse the repository at this point in the history
  2. Fixed mocha glob

    Nikolas Howard committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    261eef4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Tidying

    Nikolas Howard committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    211d540 View commit details
    Browse the repository at this point in the history