summaryrefslogtreecommitdiffstats
path: root/doc/classes/AStarGrid2D.xml
Commit message (Expand)AuthorAgeFilesLines
* fix astar partial path destination can be solid/disabledallison2024-09-121-0/+2
* Merge pull request #92123 from timothyqiu/estimate-endRémi Verschelde2024-08-281-1/+1
|\
| * Change param name of AStar's _estimate_cost methodHaoyu Qiu2024-05-191-1/+1
* | Add a method to retrieve all points within a region to `AStarGrid2D`Yuri Rubinsky2024-05-121-0/+7
|/
* Fix wrong return type mention in AStarGrid2D docsBrandtware2024-04-041-1/+1
* add partial path return option for astarashley2024-04-031-0/+4
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-2/+1
* Merge pull request #81267 from Chaosus/astargrid_isometric_modeRémi Verschelde2024-01-041-0/+15
|\
| * Add isometric cell shape mode to `AStarGrid2D`.Yuri Roubinski2023-10-031-0/+15
* | Merge pull request #82691 from YuriSizov/rst-validate-with-exceptionsRémi Verschelde2023-10-041-3/+3
|\ \ | |/ |/|
| * Validate `code` tags for class and member referencesYuri Sizov2023-10-031-3/+3
* | Clarify `AStarGrid2D.is_in_bounds` functionalityA Thousand Ships2023-10-031-2/+2
|/
* 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