]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Code Cleanup: Purge obsolete MapManager methods (#26279)
authorTayrtahn <tayrtahn@gmail.com>
Fri, 22 Mar 2024 07:08:40 +0000 (03:08 -0400)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2024 07:08:40 +0000 (18:08 +1100)
commitae3d745430e3c5250d19553429e7cda2b8050d10
treeb4ef1e4bd6d0f8edcd133c88f1bf71252ac952a4
parent2ed0e580690aa1868e09d21e1351e32128cf6cfd
Code Cleanup: Purge obsolete MapManager methods (#26279)

* GetGrid

* GridExists

* TryGetGrid
49 files changed:
Content.Client/IconSmoothing/IconSmoothSystem.cs
Content.Client/Movement/Systems/JetpackSystem.cs
Content.Client/NodeContainer/NodeVisualizationOverlay.cs
Content.Client/Radiation/Overlays/RadiationDebugOverlay.cs
Content.IntegrationTests/Tests/Fluids/FluidSpillTest.cs
Content.Server/Anomaly/AnomalySystem.Generator.cs
Content.Server/Anomaly/Effects/GasProducerAnomalySystem.cs
Content.Server/Atmos/Commands/DeleteGasCommand.cs
Content.Server/Atmos/Piping/EntitySystems/AtmosPipeAppearanceSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs
Content.Server/Decals/Commands/EditDecalCommand.cs
Content.Server/Decals/Commands/RemoveDecalCommand.cs
Content.Server/Decals/DecalSystem.cs
Content.Server/Disposal/Tube/DisposalTubeSystem.cs
Content.Server/Dragon/DragonSystem.cs
Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.Airtight.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs
Content.Server/ImmovableRod/ImmovableRodSystem.cs
Content.Server/Interaction/TilePryCommand.cs
Content.Server/Magic/MagicSystem.cs
Content.Server/NPC/HTN/PrimitiveTasks/Operators/MoveToOperator.cs
Content.Server/NPC/Systems/NPCSteeringSystem.Obstacles.cs
Content.Server/NPC/Systems/NPCSteeringSystem.cs
Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs
Content.Server/Nuke/NukeSystem.cs
Content.Server/Physics/Controllers/MoverController.cs
Content.Server/Power/EntitySystems/CableSystem.Placer.cs
Content.Server/Power/EntitySystems/CableSystem.cs
Content.Server/Power/EntitySystems/CableVisSystem.cs
Content.Server/Respawn/SpecialRespawnSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs
Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs
Content.Server/Shuttles/Systems/ThrusterSystem.cs
Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs
Content.Server/SubFloor/SubFloorHideSystem.cs
Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs
Content.Shared/Construction/EntitySystems/AnchorableSystem.cs
Content.Shared/Coordinates/Helpers/SnapgridHelper.cs
Content.Shared/Maps/TurfHelpers.cs
Content.Shared/Maps/TurfSystem.cs
Content.Shared/Movement/Systems/SharedMoverController.cs
Content.Shared/Physics/Controllers/SharedConveyorController.cs
Content.Shared/RCD/Systems/RCDSystem.cs
Content.Shared/Sound/SharedEmitSoundSystem.cs
Content.Shared/SubFloor/SharedSubFloorHideSystem.cs
Content.Shared/Tiles/FloorTileSystem.cs