]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939)
authorKara <lunarautomaton6@gmail.com>
Sun, 12 May 2024 14:31:54 +0000 (07:31 -0700)
committerGitHub <noreply@github.com>
Sun, 12 May 2024 14:31:54 +0000 (10:31 -0400)
commit855234aa309b0329e1435466b09b85448fa31178
treee2c5a0a0f504677495b0c5623e4ac738d34165a6
parent8938e1d8b25d903355a9e058bbb12904a270ae06
Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939)

* Resolve `'TransformComponent.MapPosition' is obsolete: 'Use TransformSystem.GetMapCoordinates'` in content

* build?
59 files changed:
Content.Client/Administration/UI/SpawnExplosion/SpawnExplosionWindow.xaml.cs
Content.Client/GPS/UI/HandheldGpsStatusControl.cs
Content.Client/MouseRotator/MouseRotatorSystem.cs
Content.Client/Radiation/Overlays/RadiationPulseOverlay.cs
Content.Client/Sprite/SpriteFadeSystem.cs
Content.Client/Tabletop/TabletopSystem.cs
Content.Client/UserInterface/Systems/Chat/ChatUIController.cs
Content.Client/Verbs/VerbSystem.cs
Content.Client/Weapons/Melee/MeleeArcOverlay.cs
Content.Client/Weapons/Melee/MeleeSpreadCommand.cs
Content.Client/Weapons/Melee/MeleeWeaponSystem.cs
Content.Client/Weapons/Ranged/GunSpreadOverlay.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.cs
Content.IntegrationTests/Tests/Doors/AirlockTest.cs
Content.IntegrationTests/Tests/Hands/HandTests.cs
Content.IntegrationTests/Tests/Interaction/InRangeUnobstructed.cs
Content.Server/Administration/Commands/ExplosionCommand.cs
Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs
Content.Server/Anomaly/Effects/ElectricityAnomalySystem.cs
Content.Server/Anomaly/Effects/InjectionAnomalySystem.cs
Content.Server/Beam/BeamSystem.cs
Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs
Content.Server/Chemistry/ReactionEffects/CreateEntityReactionEffect.cs
Content.Server/Chemistry/ReactionEffects/EmpReactionEffect.cs
Content.Server/Cloning/CloningSystem.cs
Content.Server/Construction/ConstructionSystem.Initial.cs
Content.Server/Destructible/Thresholds/Behaviors/SpawnEntitiesBehavior.cs
Content.Server/Disposal/Tube/DisposalTubeSystem.cs
Content.Server/Dragon/DragonSystem.cs
Content.Server/Emp/EmpSystem.cs
Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs
Content.Server/Fluids/EntitySystems/DrainSystem.cs
Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs
Content.Server/Gatherable/GatherableSystem.cs
Content.Server/Guardian/GuardianSystem.cs
Content.Server/Kitchen/EntitySystems/SharpSystem.cs
Content.Server/Lightning/LightningSystem.cs
Content.Server/Lightning/LightningTargetSystem.cs
Content.Server/NPC/Systems/NPCSteeringSystem.cs
Content.Server/NPC/Systems/NPCUtilitySystem.cs
Content.Server/Nuke/NukeSystem.cs
Content.Server/Nutrition/EntitySystems/FoodSystem.cs
Content.Server/PDA/Ringer/RingerSystem.cs
Content.Server/Payload/EntitySystems/PayloadSystem.cs
Content.Server/Pointing/EntitySystems/PointingSystem.cs
Content.Server/Respawn/SpecialRespawnSystem.cs
Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs
Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/EmpArtifactSystem.cs
Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/SpawnArtifactSystem.cs
Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs
Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs
Content.Shared/Examine/ExamineSystemShared.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs
Content.Shared/Interaction/RotateToFaceSystem.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Storage/EntitySystems/MagnetPickupSystem.cs
Content.Shared/Tabletop/SharedTabletopSystem.cs
Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs