| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.8.1 source code.tar.gz | 2013-03-02 | 41.8 kB | |
| 1.8.1 source code.zip | 2013-03-02 | 74.9 kB | |
| README.md | 2013-03-02 | 735 Bytes | |
| Totals: 3 Items | 117.4 kB | 0 | |
- Added optionnal
tunnelingfeature (not fully compatible withJump Point Searchas of now) - Fixed path request failure when stepping from an unwalkable location
- Fixed
getPath()to keep continuously failing right after an wrong path request - Fixed _PATH for compatibility with handheld devices
- Added handling for nil values pushed into heaps
- Added
Nodeas a syntactic shortcut toNode:new(...) - Added type & validity checking for grid objects
- Added type & validity checking for passed-in maps
- Changed pathfinder initialization args order
PathFinder:setFinder()now handles nil- New implementation of Astar, reused internally for Dijkstra Algorithm
- Added Telescope specs tests
- Added Travis-CI validation