Commit History

Author SHA1 Message Date
  allison c46b5af06b fix astar partial path destination can be solid/disabled 1 year ago
  Martijn 202e197717 Improve AStarGrid2D performance when jumping is enabled 1 year ago
  Rémi Verschelde 1e6b6eaf49 Merge pull request #92123 from timothyqiu/estimate-end 11 months ago
  Rémi Verschelde 9c7cf5440c Merge pull request #91868 from Chaosus/astargrid_get_point_positions_in_region 11 months ago
  Yuri Rubinsky 453c8753a9 Add a check to prevent user to call `AStarGrid2D::update` when its not needed 1 year ago
  Haoyu Qiu ed61d41697 Change param name of AStar's _estimate_cost method 1 year ago
  Yuri Rubinsky db2e09e9cd Add a method to retrieve all points within a region to `AStarGrid2D` 1 year ago
  ashley aa1bbe1542 add partial path return option for astar 1 year ago
  Yuri Roubinski 04bb89c0bd Add isometric cell shape mode to `AStarGrid2D`. 1 year ago
  SADIK KUZU a8ff5f086d Fix typo in `heuristic_euclidian` helper in AStarGrid2D 1 year ago
  Danil Alexeev 1621110e2d Core: Some code style improvements to `AStarGrid2D` 1 year ago
  Yuri Roubinski 5f56aa88f8 Add the fill region methods to the `AStarGrid2D` 2 years ago
  Danil Alexeev 76ee3d4f31 Allow negative coordinates in `AStarGrid2D` 2 years ago
  Yuri Rubinsky cc0a243ce0 Enchance the performance of AStar by using a LocalVector(2) 2 years ago
  Rémi Verschelde 5b1df48c6c Convert en_GB spelling to en_US with codespell 2 years ago
  Yuri Rubinsky 6640eb8065 Fix error in `AstarGrid2D::get_id_path` 2 years ago
  Yuri Rubinsky 4a45c76737 Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabled 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  Yuri Rubinsky 16efd0b0fc Divide `AStarGrid2D::default_heuristic` into two different heuristics 2 years ago
  Yuri Rubinsky 0bcbf8e00d Add `get_point_position` method to `AStarGrid2D` 2 years ago
  Yuri Rubinsky 8c478dcec9 Restore weight scale for `AStarGrid2D` (partially) 2 years ago
  MisterMX bf19a1d3b3 refactor(AStarGrid2D): Return Vector2i in get_id_path 2 years ago
  Yuri Rubinsky 533e3669e7 Fix incorrect heuristic order in `AStarGrid2D` 2 years ago
  Johan Aires Rastén b7e2d45233 Replace Vector2(i) with Size2(i) for methods returning a size 3 years ago
  Yuri Rubinsky 4d7c1b92e9 Implement `AStarGrid2D` class with jump-point pathfinding 3 years ago