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

forgotten changes with the second fix to issue #80 #85

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

Commits on Dec 20, 2016

  1. possible fix to issue libgdx#80

    hi i added an overloading constructor that allows an addition of specified timepiece to the Wander.java class. this is my first ever contribution to any real project so please give feedback if there are any issues with the changes
    patrick1964 committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    b980707 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from patrick1964/patrick1964-patch-1

    possible fix to issue libgdx#80
    patrick1964 committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    3c63f53 View commit details
    Browse the repository at this point in the history
  3. reverting to original

    patrick1964 committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    af00846 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. second possible fix to issue libgdx#80

    i took into account that i shouldn't change the static timepiece in the GdxAI class so i gave very wandering option its own timepiece based on the GdxAI class while having an overload constructor that would allow a different timepiece if needed.
    patrick1964 committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    52f1dd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. forgotten changes

    i apologize i forgot to replace GdxAI.getTimepiece() to timepiece in calculateRealSteering
    patrick1964 committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    7a437c2 View commit details
    Browse the repository at this point in the history