Delta-v/Content.Server/GameObjects/EntitySystems/AI/Pathfinding
metalgearsloth 452a67032f
Fix the pathfinding leak (#1647)
Off-grid entities were continually expanding the graph indefinitely which is... bad.

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
2020-08-11 17:36:40 +02:00
..
Accessible AI reachable improvements (#1595) 2020-08-05 16:19:00 +02:00
Pathfinders Minor A* optimisations (#1335) 2020-07-10 20:30:33 +02:00
PathfindingChunk.cs AI Reachable system (#1342) 2020-07-11 15:09:37 +02:00
PathfindingHelpers.cs AI Reachable system (#1342) 2020-07-11 15:09:37 +02:00
PathfindingNode.cs Fix the pathfinding leak (#1647) 2020-08-11 17:36:40 +02:00
PathfindingSystem.cs Fix the pathfinding leak (#1647) 2020-08-11 17:36:40 +02:00
ServerPathfindingDebugSystem.cs Minor A* optimisations (#1335) 2020-07-10 20:30:33 +02:00