| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.7.0 source code.tar.gz | 2013-01-22 | 31.6 kB | |
| 1.7.0 source code.zip | 2013-01-22 | 52.9 kB | |
| README.md | 2013-01-22 | 601 Bytes | |
| Totals: 3 Items | 85.1 kB | 0 | |
- 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