summaryrefslogtreecommitdiffstats
path: root/doc/classes/AStarGrid2D.xml
Commit message (Expand)AuthorAgeFilesLines
* Divide `AStarGrid2D::default_heuristic` into two different heuristicsYuri Rubinsky2022-12-241-2/+5
* Add `get_point_position` method to `AStarGrid2D`Yuri Rubinsky2022-12-201-0/+7
* Restore weight scale for `AStarGrid2D` (partially)Yuri Rubinsky2022-12-201-0/+17
* Improve documentation on heuristics in AStarGrid2DYuri Rubinsky2022-12-151-3/+6
* refactor(AStarGrid2D): Return Vector2i in get_id_pathMisterMX2022-09-301-1/+1
* Add new C# code blocks to class ref pagesPaul Joannon2022-09-191-2/+12
* Add documentation for `AStarGrid2D` classYuri Rubinsky2022-09-071-0/+62
* Implement `AStarGrid2D` class with jump-point pathfindingYuri Rubinsky2022-08-301-0/+116