summaryrefslogtreecommitdiff
path: root/core/math/a_star_grid_2d.cpp
AgeCommit message (Expand)Author
2023-01-27Enchance the performance of AStar by using a LocalVector(2)Yuri Rubinsky
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-08Fix error in `AstarGrid2D::get_id_path`Yuri Rubinsky
2023-01-06Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabledYuri Rubinsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
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-09-30refactor(AStarGrid2D): Return Vector2i in get_id_pathMisterMX
2022-09-12Fix incorrect heuristic order in `AStarGrid2D`Yuri Rubinsky
2022-09-01Replace Vector2(i) with Size2(i) for methods returning a sizeJohan Aires Rastén
2022-08-30Implement `AStarGrid2D` class with jump-point pathfindingYuri Rubinsky