| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.8.0 source code.tar.gz | 2013-01-30 | 34.7 kB | |
| 1.8.0 source code.zip | 2013-01-30 | 69.0 kB | |
| README.md | 2013-01-30 | 1.0 kB | |
| Totals: 3 Items | 104.8 kB | 0 | |
- Moved the internal
Gridmodule at the top level - Separated path handling logic from the pathfinder class
- Added a new
Pathclass - Moved Pathfinder:filter and Pathfinder:fill to Path:filter and Path:fill
- Changed Pathfinder:new args, to handle the explicit choice of a finder.
- Added Pathfinder:setGrid
- Added Pathfinder:getGrid
- Added Pathfinder:setWalkable
- Added Pathfinder:getWalkable
- Changed Grid:isWalkableAt to handle a third-parameter for node walkability testing
- Added Grid:getWidth
- Added Grid:getHeight
- Added Grid:getMap
- Added Grid:getNodes
- Added Grid:getNodes
- Added Path:getLength for the
Pathclass, for path length self-evaluation, as it fails with finders not handling heuristics. - Added Dijkstra algorithm
- Added Breadth-First search algorithm
- Added Depth-First search algorithm
- Updated README and documentation