This website requires JavaScript.
Explore
Help
Register
Sign In
epic
/
OpenRA
Watch
1
Star
0
Fork
0
You've already forked OpenRA
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
16babc1975af3e246fcae37d71c1a265a667522e
OpenRA
/
OpenRA.Mods.Common
/
Pathfinder
History
RoosterDragon
32aaac1dc2
HierarchicalPathFinder.PathExists checks the locations are in map bounds.
...
Without this, passing locations outside the map could cause a crash instead of reporting no path.
2022-08-17 10:13:27 +03:00
..
CellInfo.cs
Update the copyright header year
2022-05-28 00:35:10 -05:00
CellInfoLayerPool.cs
Update the copyright header year
2022-05-28 00:35:10 -05:00
DensePathGraph.cs
Add a hierarchical path finder to improve pathfinding performance.
2022-08-03 23:12:42 +02:00
Grid.cs
Add a hierarchical path finder to improve pathfinding performance.
2022-08-03 23:12:42 +02:00
GridPathGraph.cs
Add a hierarchical path finder to improve pathfinding performance.
2022-08-03 23:12:42 +02:00
HierarchicalPathFinder.cs
HierarchicalPathFinder.PathExists checks the locations are in map bounds.
2022-08-17 10:13:27 +03:00
IPathGraph.cs
Add a hierarchical path finder to improve pathfinding performance.
2022-08-03 23:12:42 +02:00
MapPathGraph.cs
Rename PathGraph to MapPathGraph.
2022-04-27 23:19:59 +02:00
PathSearch.cs
Allow custom cost to exclude source locations in path searches.
2022-08-13 11:58:45 +03:00
SparsePathGraph.cs
Add a hierarchical path finder to improve pathfinding performance.
2022-08-03 23:12:42 +02:00