Skip to content

1.7.0

Compare
Choose a tag to compare
@Yonaba Yonaba released this 24 Mar 14:08
· 183 commits to master since this release
  • Added Astar search algorithm, along with Jump Point Search
  • Implemented a common interface for the Pathfinder object
  • Added argument type checking on pathfinder initialization
  • Added Pathfinder:setFinder
  • Added Pathfinder:getFinder
  • Added Pathfinder:getFinders
  • Added Pathfinder:getHeuristics
  • Added Pathfinder:getModes
  • Added Pathfinder:filter for path compression
  • Removed autoFill feature (setAutoFill, getAutoFill)
  • Faster heapify method in binary heaps module
  • Updated docs, README, rockspecs