]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Partial buckling refactor (#29031)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Wed, 19 Jun 2024 15:14:18 +0000 (03:14 +1200)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2024 15:14:18 +0000 (01:14 +1000)
commitfa3c89a521e14878b8890afdbd4feaef5b9a9a12
treecfb412405e18d2e440a1321ce6b5e781a3678180
parente33f0341ada2d8bd6ed4195ac3f0578b23e4ba8c
Partial buckling refactor (#29031)

* partial buckling refactor

* git mv test

* change test namespace

* git mv test

* Update test namespace

* Add pulling test

* Network BuckleTime

* Add two more tests

* smelly
38 files changed:
Content.Client/Buckle/BuckleSystem.cs
Content.IntegrationTests/Tests/Buckle/BuckleDragTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Buckle/BuckleTest.cs
Content.IntegrationTests/Tests/Climbing/ClimbingTest.cs
Content.IntegrationTests/Tests/Construction/Interaction/CraftingTests.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.cs
Content.IntegrationTests/Tests/Movement/BuckleMovementTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Movement/MovementTest.cs [moved from Content.IntegrationTests/Tests/Interaction/MovementTest.cs with 95% similarity]
Content.IntegrationTests/Tests/Movement/PullingTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Movement/SlippingTest.cs [moved from Content.IntegrationTests/Tests/Slipping/SlippingTest.cs with 91% similarity]
Content.Server/Bed/BedSystem.cs
Content.Server/Bed/Components/HealOnBuckleComponent.cs
Content.Server/Bed/Components/HealOnBuckleHealing.cs
Content.Server/Bed/Components/StasisBedComponent.cs
Content.Server/Body/Systems/BloodstreamSystem.cs
Content.Server/Body/Systems/MetabolizerSystem.cs
Content.Server/Body/Systems/RespiratorSystem.cs
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Combat/UnbuckleOperator.cs
Content.Shared/Bed/Sleep/SleepingSystem.cs
Content.Shared/Buckle/Components/BuckleComponent.cs
Content.Shared/Buckle/Components/StrapComponent.cs
Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs
Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs [new file with mode: 0644]
Content.Shared/Buckle/SharedBuckleSystem.Strap.cs
Content.Shared/Buckle/SharedBuckleSystem.cs
Content.Shared/Climbing/Systems/ClimbSystem.cs
Content.Shared/Cuffs/SharedCuffableSystem.cs
Content.Shared/Foldable/FoldableSystem.cs
Content.Shared/Interaction/RotateToFaceSystem.cs
Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs
Content.Shared/Movement/Pulling/Events/PullStartedMessage.cs
Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs
Content.Shared/Movement/Pulling/Systems/PullingSystem.cs
Content.Shared/Movement/Systems/SharedWaddleAnimationSystem.cs
Content.Shared/Traits/Assorted/LegsParalyzedSystem.cs
Resources/Prototypes/Entities/Structures/Furniture/chairs.yml
Resources/Prototypes/Entities/Structures/Furniture/rollerbeds.yml