Delta-v/Content.Server/NPC/Pathfinding
Pieter-Jan Briers 7ece549aa8 .NET 9 forward compatibility changes (#33421)
This doesn't switch the projects over to .NET 9, but it does make them work on .NET 9 when we decide to switch in the future.
2024-12-07 16:21:13 +00:00
..
GridPathfindingChunk.cs
GridPathfindingComponent.cs Use new ComponentPauseGenerator (#25183) 2024-03-07 00:57:05 +01:00
PathFlags.cs Add pathfinding support for NPCs climbing tables (#17415) 2023-07-28 16:37:29 +10:00
PathPoly.cs
PathPortal.cs
PathRequest.cs
PathResult.cs
PathfindingRequestEvent.cs
PathfindingSystem.AStar.cs
PathfindingSystem.BFS.cs
PathfindingSystem.Breadth.cs .NET 9 forward compatibility changes (#33421) 2024-12-07 16:21:13 +00:00
PathfindingSystem.Common.cs Fix npcs throwing themselves straight into space (#31118) 2024-08-21 15:21:03 +01:00
PathfindingSystem.Distance.cs Replace Matrix3 with System.Numerics.Matrix3x2 (#27443) 2024-06-06 21:44:48 +02:00
PathfindingSystem.Grid.cs Replace Matrix3 with System.Numerics.Matrix3x2 (#27443) 2024-06-06 21:44:48 +02:00
PathfindingSystem.Helper.cs
PathfindingSystem.Simple.cs VGRoid support (#27659) 2024-08-09 17:27:13 +01:00
PathfindingSystem.Splines.cs .NET 9 forward compatibility changes (#33421) 2024-12-07 16:21:13 +00:00
PathfindingSystem.Widen.cs .NET 9 forward compatibility changes (#33421) 2024-12-07 16:21:13 +00:00
PathfindingSystem.cs Replace Matrix3 with System.Numerics.Matrix3x2 (#27443) 2024-06-06 21:44:48 +02:00