]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Code cleanup: Purge calls to obsolete EntityCoordinates methods (#26292)
authorTayrtahn <tayrtahn@gmail.com>
Thu, 21 Mar 2024 01:59:56 +0000 (21:59 -0400)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2024 01:59:56 +0000 (12:59 +1100)
commitf4cb02fb0ca385c858569c07c51afb0d24ade949
treeb9cc1e821de230f13bb78e1df0395b28f03103a8
parentb34777177ca2b379c67fb5d0d117f95b8809f43e
Code cleanup: Purge calls to obsolete EntityCoordinates methods (#26292)

* Purge calls to obsolete EntityCoordinates methods

* Pizza defruited; rerun those tests!
34 files changed:
Content.Client/Construction/ConstructionSystem.cs
Content.Client/ContextMenu/UI/EntityMenuUIController.cs
Content.Client/Gameplay/GameplayStateBase.cs
Content.Client/NPC/PathfindingSystem.cs
Content.Client/Popups/PopupOverlay.cs
Content.Client/Popups/PopupSystem.cs
Content.Client/Radiation/Overlays/RadiationPulseOverlay.cs
Content.Client/Sandbox/SandboxSystem.cs
Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs
Content.Server/Chemistry/EntitySystems/VaporSystem.cs
Content.Server/Construction/Conditions/ComponentInTile.cs
Content.Server/Construction/ConstructionSystem.Initial.cs
Content.Server/Dragon/DragonSystem.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.cs
Content.Server/GameTicking/GameTicker.Spawning.cs
Content.Server/Guardian/GuardianSystem.cs
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/Implants/SubdermalImplantSystem.cs
Content.Server/Magic/MagicSystem.cs
Content.Server/NPC/HTN/Preconditions/CoordinatesInRangePrecondition.cs
Content.Server/NPC/HTN/Preconditions/CoordinatesNotInRangePrecondition.cs
Content.Server/NPC/HTN/Preconditions/TargetInRangePrecondition.cs
Content.Server/NPC/Pathfinding/PathfindingSystem.cs
Content.Server/Pointing/EntitySystems/PointingSystem.cs
Content.Server/Respawn/SpecialRespawnSystem.cs
Content.Server/Singularity/EntitySystems/GravityWellSystem.cs
Content.Server/Singularity/EntitySystems/SingularityAttractorSystem.cs
Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs
Content.Server/Worldgen/Systems/Carvers/NoiseRangeCarverSystem.cs
Content.Shared/Construction/Conditions/WallmountCondition.cs
Content.Shared/Examine/ExamineSystemShared.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Spawning/EntitySystemExtensions.cs