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: bgrins/javascript-astar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: explodingbarrel/javascript-astar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 3, 2014

  1. -Add ability to enable diagonal per gridNode

    Daniel committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    e93574b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2014

  1. If diagonal is disabled and a tile has no non-diagonal neighbours, fo…

    …rce allow diagonal as a fall-back
    Daniel committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    2028fcc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Add ability to enable any direction per gridNode

    Daniel committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    a3e5c00 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Add Portal support

    Daniel committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    69c044e View commit details
    Browse the repository at this point in the history
Loading