]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Emergency revert for pulling (#24923)
authorJezithyr <jezithyr@gmail.com>
Sat, 3 Feb 2024 18:32:30 +0000 (10:32 -0800)
committerGitHub <noreply@github.com>
Sat, 3 Feb 2024 18:32:30 +0000 (10:32 -0800)
commitc15b0691ec452e543a3cc6894a28bb409dbc65f8
treed272f477f33aa18158118ff3f2799ba3690574ef
parent914bab19e8f9d02f28be656d162a0bd102e1070a
Emergency revert for pulling (#24923)

Revert "Pulling rework (#20906)"

This reverts commit 0d8254b2a2891f8d5623c9878bd0e567d0c7fe3c.
53 files changed:
Content.Client/Alerts/ClientAlertsSystem.cs
Content.Client/Physics/Controllers/MoverController.cs
Content.Client/Pulling/PullingSystem.cs [new file with mode: 0644]
Content.Client/Replay/Spectator/ReplaySpectatorSystem.Blockers.cs
Content.Client/Throwing/ThrownItemVisualizerSystem.cs
Content.IntegrationTests/Tests/Puller/PullerTest.cs
Content.Server/Alert/Click/StopBeingPulled.cs
Content.Server/Alert/Click/StopPulling.cs
Content.Server/Electrocution/ElectrocutionSystem.cs
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/NPC/HTN/Preconditions/PulledPrecondition.cs
Content.Server/Objectives/Systems/StealConditionSystem.cs
Content.Server/Physics/Controllers/PullController.cs [new file with mode: 0644]
Content.Server/Pulling/PullingSystem.cs [new file with mode: 0644]
Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactInteractionTriggerSystem.cs
Content.Server/Zombies/ZombieSystem.Transform.cs
Content.Shared/Administration/AdminFrozenSystem.cs
Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs
Content.Shared/Buckle/SharedBuckleSystem.cs
Content.Shared/Construction/EntitySystems/AnchorableSystem.cs
Content.Shared/Cuffs/SharedCuffableSystem.cs
Content.Shared/Follower/FollowerSystem.cs
Content.Shared/Friction/TileFrictionController.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Movement/Pulling/Components/PullableComponent.cs [deleted file]
Content.Shared/Movement/Pulling/Components/PullerComponent.cs [deleted file]
Content.Shared/Movement/Pulling/Events/AttemptPullEvent.cs [deleted file]
Content.Shared/Movement/Pulling/Events/AttemptStopPullingEvent.cs [deleted file]
Content.Shared/Movement/Pulling/Events/PullMessage.cs [deleted file]
Content.Shared/Movement/Pulling/Events/PullStartedMessage.cs [deleted file]
Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs [deleted file]
Content.Shared/Movement/Pulling/Systems/PullingSystem.cs [deleted file]
Content.Shared/Movement/Systems/SharedMoverController.cs
Content.Shared/Pulling/Components/PullableComponent.cs [new file with mode: 0644]
Content.Shared/Pulling/Components/SharedPullerComponent.cs [new file with mode: 0644]
Content.Shared/Pulling/Events/BeingPulledAttemptEvent.cs [moved from Content.Shared/Movement/Pulling/Events/BeingPulledAttemptEvent.cs with 100% similarity]
Content.Shared/Pulling/Events/PullAttemptEvent.cs [new file with mode: 0644]
Content.Shared/Pulling/Events/PullMessage.cs [new file with mode: 0644]
Content.Shared/Pulling/Events/PullStartedMessage.cs [new file with mode: 0644]
Content.Shared/Pulling/Events/PullStoppedMessage.cs [new file with mode: 0644]
Content.Shared/Pulling/Events/StartPullAttemptEvent.cs [moved from Content.Shared/Movement/Pulling/Events/StartPullAttemptEvent.cs with 100% similarity]
Content.Shared/Pulling/PullableMoveMessage.cs [new file with mode: 0644]
Content.Shared/Pulling/PullableStopMovingMessage.cs [new file with mode: 0644]
Content.Shared/Pulling/Systems/SharedPullableSystem.cs [new file with mode: 0644]
Content.Shared/Pulling/Systems/SharedPullerSystem.cs [new file with mode: 0644]
Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs [new file with mode: 0644]
Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs [new file with mode: 0644]
Content.Shared/Pulling/Systems/SharedPullingSystem.cs [new file with mode: 0644]
Content.Shared/Security/Systems/DeployableBarrierSystem.cs
Content.Shared/Teleportation/Systems/SharedPortalSystem.cs
Content.Shared/Throwing/ThrowingSystem.cs
Content.Shared/Throwing/ThrownItemComponent.cs
Content.Shared/Throwing/ThrownItemSystem.cs