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.cpp
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
/
+20
*
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
-4
/
+4
*
Improve AStarGrid2D performance when jumping is enabled
Martijn
2024-09-05
1
-72
/
+113
*
Merge pull request #92123 from timothyqiu/estimate-end
Rémi Verschelde
2024-08-28
1
-4
/
+4
|
\
|
*
Change param name of AStar's _estimate_cost method
Haoyu Qiu
2024-05-19
1
-4
/
+4
*
|
Merge pull request #91868 from Chaosus/astargrid_get_point_positions_in_region
Rémi Verschelde
2024-08-28
1
-0
/
+28
|
\
\
|
*
|
Add a method to retrieve all points within a region to `AStarGrid2D`
Yuri Rubinsky
2024-05-12
1
-0
/
+28
|
|
/
*
/
Add a check to prevent user to call `AStarGrid2D::update` when its not needed
Yuri Rubinsky
2024-07-06
1
-0
/
+4
|
/
*
add partial path return option for astar
ashley
2024-04-03
1
-6
/
+28
*
Add isometric cell shape mode to `AStarGrid2D`.
Yuri Roubinski
2023-10-03
1
-1
/
+38
*
Fix typo in `heuristic_euclidian` helper in AStarGrid2D
SADIK KUZU
2023-09-25
1
-2
/
+2
*
Core: Some code style improvements to `AStarGrid2D`
Danil Alexeev
2023-09-19
1
-40
/
+36
*
Add the fill region methods to the `AStarGrid2D`
Yuri Roubinski
2023-07-15
1
-0
/
+34
*
Allow negative coordinates in `AStarGrid2D`
Danil Alexeev
2023-04-26
1
-26
/
+48
*
Enchance the performance of AStar by using a LocalVector(2)
Yuri Rubinsky
2023-01-27
1
-8
/
+8
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
*
Fix error in `AstarGrid2D::get_id_path`
Yuri Rubinsky
2023-01-08
1
-1
/
+1
*
Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabled
Yuri Rubinsky
2023-01-06
1
-12
/
+4
*
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
-10
/
+22
*
Add `get_point_position` method to `AStarGrid2D`
Yuri Rubinsky
2022-12-20
1
-0
/
+7
*
Restore weight scale for `AStarGrid2D` (partially)
Yuri Rubinsky
2022-12-20
1
-1
/
+20
*
refactor(AStarGrid2D): Return Vector2i in get_id_path
MisterMX
2022-09-30
1
-12
/
+12
*
Fix incorrect heuristic order in `AStarGrid2D`
Yuri Rubinsky
2022-09-12
1
-6
/
+6
*
Replace Vector2(i) with Size2(i) for methods returning a size
Johan Aires Rastén
2022-09-01
1
-4
/
+4
*
Implement `AStarGrid2D` class with jump-point pathfinding
Yuri Rubinsky
2022-08-30
1
-0
/
+589