Remove RobustTree & PVSCollection (#4759)

* Cut down RobustTree

* Better LoD

* Add PvsPriority flag

* Undo cvar name change

* reorganize grafana metrics

* Fix tests

* Fix replays

* Don't try process empty chunks

* Fix move benchmark

* Fix benchmark

* Remove obsolete audio methods

* Moar benchmarks

* Rename EntityData

* A

* B
This commit is contained in:
Leon Friedrich
2023-12-28 09:10:13 +11:00
committed by GitHub
parent ced6d5a8b0
commit eba58cb893
64 changed files with 2373 additions and 2621 deletions
@@ -4,9 +4,7 @@ using Robust.Shared.Map;
using Robust.Shared.Maths;
using Robust.Shared.Physics;
using Robust.Shared.Physics.Components;
using Robust.Shared.Physics.Systems;
using Robust.Shared.Utility;
using System.Diagnostics.CodeAnalysis;
namespace Robust.Shared.Containers;