Skip to content

Releases: bolom009/pathfind

v1.17.0

10 Nov 22:26

Choose a tag to compare

  • updated astar version (optimized)
  • updated test cases

v1.16.1

10 Oct 20:46

Choose a tag to compare

  • fixed search out of navigation area

v1.16.0

09 Oct 15:28

Choose a tag to compare

  • implemented dynamic obstacles handling for recast graph (rebuild graph during add or remove dynamic obstacle)

v1.15.0

08 Oct 08:54

Choose a tag to compare

  • improved getVisiblePoints method performance

v1.14.1

07 Oct 21:37

Choose a tag to compare

  • fixed getVisiblePoints method (find closest visible vertices to point)
  • updated example and tests

v1.14.0

07 Oct 13:38

Choose a tag to compare

  • removed decimal from calculation (no need super precision)
  • optimized recast generation (cpu+mem usage)

v1.13.1

05 Oct 20:58

Choose a tag to compare

  • added helper methods pathfinder

v1.13.0

04 Oct 18:29

Choose a tag to compare

  • small refactoring,
  • added goclipper2 to recast polygon offset
  • raycast for obstacle
  • pathfind helper methods (Raycast, ClosestPoint)

v1.12.0

12 Sep 21:13

Choose a tag to compare

updated logic with finding closest point to politon when point not in graph (start, dest points)

v1.11.2

14 Mar 16:44

Choose a tag to compare

  • solved option grid issue