Delta-v/Content.Server/NPC/Pathfinding
metalgearsloth d58bdd65ec Station AI (#30944)
* Station AI overlay

* implement

* Bunch of ports

* Fix a heap of bugs and basic scouting

* helldivers

* Shuffle interactions a bit

* navmap stuff

* Revert "navmap stuff"

This reverts commit d1f89dd4be83233e22cf5dd062b2581f3c6da062.

* AI wires implemented

* Fix examines

* Optimise the overlay significantly

* Back to old static

* BUI radial working

* lots of work

* Saving work

* thanks fork

* alright

* pc

* AI upload console

* AI upload

* stuff

* Fix copy-paste shitcode

* AI actions

* navmap work

* Fixes

* first impressions

* a

* reh

* Revert "navmap work"

This reverts commit 6f63fea6e9245e189f368f97be3e32e9b210580e.

* OD

* radar

* weh

* Fix examines

* scoop mine eyes

* fixes

* reh

* Optimise

* Final round of optimisations

* Fixes

* fixes
2024-08-30 07:53:19 +01:00
..
GridPathfindingChunk.cs Add VV to gridpathfinding comp (#13081) 2022-12-19 13:11:09 +11:00
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 Make NPC steering actually debuggable (#14142) 2023-02-17 12:30:10 +11:00
PathPortal.cs Pathfinder rework (#11452) 2022-09-30 14:39:48 +10:00
PathRequest.cs Significantly improve NPC steering (#17931) 2023-07-14 00:48:04 +10:00
PathResult.cs Pathfinder rework (#11452) 2022-09-30 14:39:48 +10:00
PathfindingRequestEvent.cs Pathfinder rework (#11452) 2022-09-30 14:39:48 +10:00
PathfindingSystem.AStar.cs Pathfinder tweaks (#12848) 2022-12-06 15:33:44 -08:00
PathfindingSystem.BFS.cs Hotfix path empty frontier issue (#12334) 2022-11-01 22:50:35 +11:00
PathfindingSystem.Breadth.cs VGRoid support (#27659) 2024-08-09 17:27:13 +01: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 Salvage dungeons (#14520) 2023-03-10 16:41:22 +11:00
PathfindingSystem.Simple.cs VGRoid support (#27659) 2024-08-09 17:27:13 +01:00
PathfindingSystem.Splines.cs VGRoid support (#27659) 2024-08-09 17:27:13 +01:00
PathfindingSystem.Widen.cs VGRoid support (#27659) 2024-08-09 17:27:13 +01:00
PathfindingSystem.cs Replace Matrix3 with System.Numerics.Matrix3x2 (#27443) 2024-06-06 21:44:48 +02:00