Age | Commit message (Expand) | Author |
---|---|---|
2023-01-27 | Enchance the performance of AStar by using a LocalVector(2) | Yuri Rubinsky |
2023-01-23 | Convert en_GB spelling to en_US with codespell | Rémi Verschelde |
2023-01-08 | Fix error in `AstarGrid2D::get_id_path` | Yuri Rubinsky |
2023-01-06 | Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabled | Yuri Rubinsky |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-24 | Divide `AStarGrid2D::default_heuristic` into two different heuristics | Yuri Rubinsky |
2022-12-20 | Add `get_point_position` method to `AStarGrid2D` | Yuri Rubinsky |
2022-12-20 | Restore weight scale for `AStarGrid2D` (partially) | Yuri Rubinsky |
2022-09-30 | refactor(AStarGrid2D): Return Vector2i in get_id_path | MisterMX |
2022-09-12 | Fix incorrect heuristic order in `AStarGrid2D` | Yuri Rubinsky |
2022-09-01 | Replace Vector2(i) with Size2(i) for methods returning a size | Johan Aires Rastén |
2022-08-30 | Implement `AStarGrid2D` class with jump-point pathfinding | Yuri Rubinsky |