summaryrefslogtreecommitdiffstats
path: root/core/math/a_star_grid_2d.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* feat: add maximum traversals to astargrid2dVeradictus2024-10-171-0/+4
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* fix astar partial path destination can be solid/disabledallison2024-09-121-1/+1
* Improve AStarGrid2D performance when jumping is enabledMartijn2024-09-051-5/+19
* 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/+1
|/
* add partial path return option for astarashley2024-04-031-2/+13
* Add isometric cell shape mode to `AStarGrid2D`.Yuri Roubinski2023-10-031-0/+12
* Core: Some code style improvements to `AStarGrid2D`Danil Alexeev2023-09-191-7/+12
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-1/+0
* Add the fill region methods to the `AStarGrid2D`Yuri Roubinski2023-07-151-0/+3
* Allow negative coordinates in `AStarGrid2D`Danil Alexeev2023-04-261-6/+9
* Enchance the performance of AStar by using a LocalVector(2)Yuri Rubinsky2023-01-271-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Divide `AStarGrid2D::default_heuristic` into two different heuristicsYuri Rubinsky2022-12-241-3/+7
* Add `get_point_position` method to `AStarGrid2D`Yuri Rubinsky2022-12-201-0/+1
* Restore weight scale for `AStarGrid2D` (partially)Yuri Rubinsky2022-12-201-0/+4
* refactor(AStarGrid2D): Return Vector2i in get_id_pathMisterMX2022-09-301-1/+1
* Replace Vector2(i) with Size2(i) for methods returning a sizeJohan Aires Rastén2022-09-011-6/+6
* Implement `AStarGrid2D` class with jump-point pathfindingYuri Rubinsky2022-08-301-0/+178