Delta-v/Content.Server/GameObjects/EntitySystems/AI/Pathfinding/Pathfinders
metalgearsloth a77f219515
Minor A* optimisations (#1335)
* Add some extra comments
* Remove the redundant closedTiles variable
* Rename some variables to better match the common naming schemes

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
2020-07-10 20:30:33 +02:00
..
AStarPathfindingJob.cs Minor A* optimisations (#1335) 2020-07-10 20:30:33 +02:00
JpsPathfindingJob.cs Remove pathfinding graph node directions (#1223) 2020-06-28 17:43:06 +02:00
PathfindingArgs.cs Refactor pathfinding updates and add AccessReader support (#1183) 2020-06-22 18:55:50 +02:00
PathfindingComparer.cs Add utility AI (#806) 2020-06-18 14:52:44 +02:00