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

feat(ai): Add Pursue behavior from gdx-ai #1267

Closed
wants to merge 34 commits into from

Commits on Dec 23, 2021

  1. Added readme for ai/ folder

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    2b4613c View commit details
    Browse the repository at this point in the history
  2. added Limiter

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    203d9a3 View commit details
    Browse the repository at this point in the history
  3. added Location class

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    d69d956 View commit details
    Browse the repository at this point in the history
  4. added Steerable

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    147c1de View commit details
    Browse the repository at this point in the history
  5. added SteeringBehavior

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    fcdeec4 View commit details
    Browse the repository at this point in the history
  6. added SteeringAcceleration

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    7db8b42 View commit details
    Browse the repository at this point in the history
  7. Added Pursue behavior

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    64e0beb View commit details
    Browse the repository at this point in the history
  8. comments

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    2acbe83 View commit details
    Browse the repository at this point in the history
  9. added SteerableComponent

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    0c77a51 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    73f1b23 View commit details
    Browse the repository at this point in the history
  11. added example

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    b7bbc06 View commit details
    Browse the repository at this point in the history
  12. update example

    st-pasha committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    5ceeed0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. start working on docs

    st-pasha committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    1f54893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d01b9db View commit details
    Browse the repository at this point in the history
  3. update docs

    st-pasha committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    e34e487 View commit details
    Browse the repository at this point in the history
  4. more comments

    st-pasha committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    df07086 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c70e46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec634fc View commit details
    Browse the repository at this point in the history
  7. format

    st-pasha committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    34f6a40 View commit details
    Browse the repository at this point in the history
  8. unused import

    st-pasha committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    df22108 View commit details
    Browse the repository at this point in the history
  9. added test for Pursuit

    st-pasha committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    e9615fd View commit details
    Browse the repository at this point in the history
  10. one more test

    st-pasha committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    c54554f View commit details
    Browse the repository at this point in the history
  11. remove unnecessary import

    st-pasha committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    e05cb43 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. fix tabs

    st-pasha committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    eb751ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1df2bb0 View commit details
    Browse the repository at this point in the history
  3. rename mulAdd -> addScaled

    st-pasha committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    3c2eea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4df53d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2c5ad5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

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

    st-pasha committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    5c56016 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

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

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    c18603e View commit details
    Browse the repository at this point in the history
  2. unexport SteeravkeComponent

    st-pasha committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    6444bdd View commit details
    Browse the repository at this point in the history
  3. unnecessary import

    st-pasha committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    e9dadcf View commit details
    Browse the repository at this point in the history