fish-station/Content.Server/NPC/Pathfinding
Pieter-Jan Briers c4e2eb9d02
.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-11-20 11:17:45 +11:00
..
GridPathfindingChunk.cs
GridPathfindingComponent.cs Use new ComponentPauseGenerator (#25183) 2024-02-26 14:36:19 +11:00
PathfindingRequestEvent.cs
PathfindingSystem.AStar.cs
PathfindingSystem.BFS.cs
PathfindingSystem.Breadth.cs .NET 9 forward compatibility changes (#33421) 2024-11-20 11:17:45 +11:00
PathfindingSystem.Common.cs Fix npcs throwing themselves straight into space (#31118) 2024-08-17 15:08:13 +10:00
PathfindingSystem.cs Replace Matrix3 with System.Numerics.Matrix3x2 (#27443) 2024-06-02 14:07:41 +10:00
PathfindingSystem.Distance.cs Replace Matrix3 with System.Numerics.Matrix3x2 (#27443) 2024-06-02 14:07:41 +10:00
PathfindingSystem.Grid.cs Replace Matrix3 with System.Numerics.Matrix3x2 (#27443) 2024-06-02 14:07:41 +10:00
PathfindingSystem.Helper.cs
PathfindingSystem.Simple.cs VGRoid support (#27659) 2024-07-03 22:23:11 +10:00
PathfindingSystem.Splines.cs .NET 9 forward compatibility changes (#33421) 2024-11-20 11:17:45 +11:00
PathfindingSystem.Widen.cs .NET 9 forward compatibility changes (#33421) 2024-11-20 11:17:45 +11: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 Significantly improve NPC steering (#17931) 2023-07-14 00:48:04 +10:00
PathResult.cs