Delta-v/Content.Server/NPC/Pathfinding
metalgearsloth a2f99cc69e
VGRoid support (#27659)
* Dungeon spawn support for grid spawns

* Recursive dungeons working

* Mask approach working

* zack

* More work

* Fix recursive dungeons

* Heap of work

* weh

* the cud

* rar

* Job

* weh

* weh

* weh

* Master merges

* orch

* weh

* vgroid most of the work

* Tweaks

* Tweaks

* weh

* do do do do do do

* Basic layout

* Ore spawning working

* Big breaking changes

* Mob gen working

* weh

* Finalising

* emo

* More finalising

* reverty

* Reduce distance
2024-07-03 22:23:11 +10:00
..
GridPathfindingChunk.cs
GridPathfindingComponent.cs Use new ComponentPauseGenerator (#25183) 2024-02-26 14:36:19 +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
PathResult.cs
PathfindingRequestEvent.cs
PathfindingSystem.AStar.cs
PathfindingSystem.BFS.cs
PathfindingSystem.Breadth.cs VGRoid support (#27659) 2024-07-03 22:23:11 +10:00
PathfindingSystem.Common.cs Add pathfinding support for NPCs climbing tables (#17415) 2023-07-28 16:37:29 +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.Line.cs VGRoid support (#27659) 2024-07-03 22:23:11 +10:00
PathfindingSystem.Simple.cs VGRoid support (#27659) 2024-07-03 22:23:11 +10:00
PathfindingSystem.Splines.cs VGRoid support (#27659) 2024-07-03 22:23:11 +10:00
PathfindingSystem.Widen.cs VGRoid support (#27659) 2024-07-03 22:23:11 +10:00
PathfindingSystem.cs Replace Matrix3 with System.Numerics.Matrix3x2 (#27443) 2024-06-02 14:07:41 +10:00