]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Refactoring body system to use containers and general body cleanup (#20202)
authorJezithyr <jezithyr@gmail.com>
Thu, 21 Sep 2023 07:23:02 +0000 (00:23 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Sep 2023 07:23:02 +0000 (17:23 +1000)
commit31b2c9f8309d1961a62d7fa60aaa9a9d7246c7c0
treeca2c30be9d6500d6c1eb7f37d39ba63c2b2ef53d
parentd888d9ad67893e76fb82b0740f3aa99a982eb494
Refactoring body system to use containers and general body cleanup (#20202)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
38 files changed:
.github/CODEOWNERS
Content.IntegrationTests/Tests/Body/LegTest.cs
Content.IntegrationTests/Tests/Body/SaveLoadReparentTest.cs
Content.IntegrationTests/Tests/Buckle/BuckleTest.cs
Content.IntegrationTests/Tests/EncryptionKeys/RemoveEncryptionKeys.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.cs
Content.Server/Administration/Commands/AddBodyPartCommand.cs
Content.Server/Administration/Commands/AddMechanismCommand.cs
Content.Server/Administration/Commands/RemoveBodyPartCommand.cs
Content.Server/Administration/Commands/RemoveMechanismCommand.cs
Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs
Content.Server/Body/Commands/AddHandCommand.cs
Content.Server/Body/Commands/AttachBodyPartCommand.cs
Content.Server/Body/Commands/DestroyMechanismCommand.cs
Content.Server/Body/Commands/RemoveHandCommand.cs
Content.Server/Body/Systems/BodySystem.cs
Content.Server/Body/Systems/BrainSystem.cs
Content.Server/Cargo/Systems/PricingSystem.cs
Content.Server/Climbing/ClimbSystem.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Toilet/ToiletSystem.cs
Content.Shared/Body/Components/BodyComponent.cs
Content.Shared/Body/Components/BodyComponentState.cs [deleted file]
Content.Shared/Body/Organ/OrganComponent.cs
Content.Shared/Body/Organ/OrganComponentState.cs [deleted file]
Content.Shared/Body/Organ/OrganSlot.cs [deleted file]
Content.Shared/Body/Part/BodyPartComponent.cs
Content.Shared/Body/Part/BodyPartComponentState.cs [deleted file]
Content.Shared/Body/Part/BodyPartSlot.cs [deleted file]
Content.Shared/Body/Prototypes/BodyPrototype.cs
Content.Shared/Body/Prototypes/BodyPrototypeSerializer.cs
Content.Shared/Body/Systems/SharedBodySystem.Body.cs
Content.Shared/Body/Systems/SharedBodySystem.Organs.cs
Content.Shared/Body/Systems/SharedBodySystem.Parts.cs
Content.Shared/Body/Systems/SharedBodySystem.cs
Resources/Prototypes/Body/Prototypes/a_ghost.yml
Resources/Prototypes/Body/Prototypes/human.yml
Resources/Prototypes/Catalog/Cargo/cargo_livestock.yml