summaryrefslogtreecommitdiffstats
path: root/doc/classes/AStarGrid2D.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #79495 from Chaosus/astargrid_all_solidRémi Verschelde2023-08-041-0/+18
|\
| * Add the fill region methods to the `AStarGrid2D`Yuri Roubinski2023-07-151-0/+18
* | Updated Deprecated Method in C# Example Size to RegionSathvik Mulukutla2023-07-221-1/+1
|/
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Documentation: Unify deprecationsDanil Alexeev2023-06-071-2/+2
* Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-3/+4
* Allow negative coordinates in `AStarGrid2D`Danil Alexeev2023-04-261-4/+9
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* C#: Renames to follow .NET naming conventionsRaul Santos2023-01-271-4/+4
* 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