index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
math
/
a_star_grid_2d.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
feat: add maximum traversals to astargrid2d
Veradictus
2024-10-17
1
-0
/
+4
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
fix astar partial path destination can be solid/disabled
allison
2024-09-12
1
-1
/
+1
*
Improve AStarGrid2D performance when jumping is enabled
Martijn
2024-09-05
1
-5
/
+19
*
Merge pull request #92123 from timothyqiu/estimate-end
Rémi Verschelde
2024-08-28
1
-1
/
+1
|
\
|
*
Change param name of AStar's _estimate_cost method
Haoyu Qiu
2024-05-19
1
-1
/
+1
*
|
Add a method to retrieve all points within a region to `AStarGrid2D`
Yuri Rubinsky
2024-05-12
1
-0
/
+1
|
/
*
add partial path return option for astar
ashley
2024-04-03
1
-2
/
+13
*
Add isometric cell shape mode to `AStarGrid2D`.
Yuri Roubinski
2023-10-03
1
-0
/
+12
*
Core: Some code style improvements to `AStarGrid2D`
Danil Alexeev
2023-09-19
1
-7
/
+12
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-1
/
+0
*
Add the fill region methods to the `AStarGrid2D`
Yuri Roubinski
2023-07-15
1
-0
/
+3
*
Allow negative coordinates in `AStarGrid2D`
Danil Alexeev
2023-04-26
1
-6
/
+9
*
Enchance the performance of AStar by using a LocalVector(2)
Yuri Rubinsky
2023-01-27
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Divide `AStarGrid2D::default_heuristic` into two different heuristics
Yuri Rubinsky
2022-12-24
1
-3
/
+7
*
Add `get_point_position` method to `AStarGrid2D`
Yuri Rubinsky
2022-12-20
1
-0
/
+1
*
Restore weight scale for `AStarGrid2D` (partially)
Yuri Rubinsky
2022-12-20
1
-0
/
+4
*
refactor(AStarGrid2D): Return Vector2i in get_id_path
MisterMX
2022-09-30
1
-1
/
+1
*
Replace Vector2(i) with Size2(i) for methods returning a size
Johan Aires Rastén
2022-09-01
1
-6
/
+6
*
Implement `AStarGrid2D` class with jump-point pathfinding
Yuri Rubinsky
2022-08-30
1
-0
/
+178