Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
8 months ago |
allison
|
c46b5af06b
fix astar partial path destination can be solid/disabled
|
1 year ago |
Martijn
|
202e197717
Improve AStarGrid2D performance when jumping is enabled
|
1 year ago |
Rémi Verschelde
|
1e6b6eaf49
Merge pull request #92123 from timothyqiu/estimate-end
|
11 months ago |
Haoyu Qiu
|
ed61d41697
Change param name of AStar's _estimate_cost method
|
1 year ago |
Yuri Rubinsky
|
db2e09e9cd
Add a method to retrieve all points within a region to `AStarGrid2D`
|
1 year ago |
ashley
|
aa1bbe1542
add partial path return option for astar
|
1 year ago |
Yuri Roubinski
|
04bb89c0bd
Add isometric cell shape mode to `AStarGrid2D`.
|
1 year ago |
Danil Alexeev
|
1621110e2d
Core: Some code style improvements to `AStarGrid2D`
|
1 year ago |
Yuri Sizov
|
d8ff69d53c
Extract ScriptInstance to simplify includes
|
1 year ago |
Yuri Roubinski
|
5f56aa88f8
Add the fill region methods to the `AStarGrid2D`
|
2 years ago |
Danil Alexeev
|
76ee3d4f31
Allow negative coordinates in `AStarGrid2D`
|
2 years ago |
Yuri Rubinsky
|
cc0a243ce0
Enchance the performance of AStar by using a LocalVector(2)
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Yuri Rubinsky
|
16efd0b0fc
Divide `AStarGrid2D::default_heuristic` into two different heuristics
|
2 years ago |
Yuri Rubinsky
|
0bcbf8e00d
Add `get_point_position` method to `AStarGrid2D`
|
2 years ago |
Yuri Rubinsky
|
8c478dcec9
Restore weight scale for `AStarGrid2D` (partially)
|
2 years ago |
MisterMX
|
bf19a1d3b3
refactor(AStarGrid2D): Return Vector2i in get_id_path
|
2 years ago |
Johan Aires Rastén
|
b7e2d45233
Replace Vector2(i) with Size2(i) for methods returning a size
|
3 years ago |
Yuri Rubinsky
|
4d7c1b92e9
Implement `AStarGrid2D` class with jump-point pathfinding
|
3 years ago |