summaryrefslogtreecommitdiff
path: root/doc/classes/AStarGrid2D.xml
AgeCommit message (Expand)Author
2023-01-27C#: Renames to follow .NET naming conventionsRaul Santos
2022-12-24Divide `AStarGrid2D::default_heuristic` into two different heuristicsYuri Rubinsky
2022-12-20Add `get_point_position` method to `AStarGrid2D`Yuri Rubinsky
2022-12-20Restore weight scale for `AStarGrid2D` (partially)Yuri Rubinsky
2022-12-15Improve documentation on heuristics in AStarGrid2DYuri Rubinsky
2022-09-30refactor(AStarGrid2D): Return Vector2i in get_id_pathMisterMX
2022-09-19Add new C# code blocks to class ref pagesPaul Joannon
2022-09-07Add documentation for `AStarGrid2D` classYuri Rubinsky
2022-08-30Implement `AStarGrid2D` class with jump-point pathfindingYuri Rubinsky