]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Content ecs containers (#22484)
authorTemporalOroboros <TemporalOroboros@gmail.com>
Thu, 28 Dec 2023 05:30:03 +0000 (21:30 -0800)
committerGitHub <noreply@github.com>
Thu, 28 Dec 2023 05:30:03 +0000 (01:30 -0400)
commit7a77d6d5dd73a34be238fdebc284da5bc2917c67
tree1e817dd6cf94d65269b52a26fc732bd7627513a9
parent1d065394327fa8a549d3f30cb4e1a9aae5887180
Content ecs containers (#22484)
72 files changed:
Content.Client/Weapons/Ranged/Systems/GunSystem.Ballistic.cs
Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs
Content.Server/Ame/EntitySystems/AmeControllerSystem.cs
Content.Server/Antag/AntagSelectionSystem.cs
Content.Server/CartridgeLoader/CartridgeLoaderSystem.cs
Content.Server/Cloning/CloningSystem.cs
Content.Server/Construction/Completions/BuildMech.cs
Content.Server/Construction/Completions/DeleteEntitiesInContainer.cs
Content.Server/Construction/Completions/MoveContainer.cs
Content.Server/Construction/Completions/SpawnPrototypeAtContainer.cs
Content.Server/Construction/ConstructionSystem.Computer.cs
Content.Server/Construction/ConstructionSystem.Graph.cs
Content.Server/Construction/ConstructionSystem.Initial.cs
Content.Server/Construction/ConstructionSystem.Interactions.cs
Content.Server/Construction/ConstructionSystem.Machine.cs
Content.Server/Construction/MachineFrameSystem.cs
Content.Server/Construction/PartExchangerSystem.cs
Content.Server/Containers/EmptyOnMachineDeconstructSystem.cs
Content.Server/Devour/DevourSystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposableSystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs
Content.Server/Ensnaring/EnsnareableSystem.cs
Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs
Content.Server/Guardian/GuardianSystem.cs
Content.Server/IdentityManagement/IdentitySystem.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Kitchen/EntitySystems/ReagentGrinderSystem.cs
Content.Server/Light/EntitySystems/LightReplacerSystem.cs
Content.Server/Light/EntitySystems/PoweredLightSystem.cs
Content.Server/Materials/MaterialReclaimerSystem.cs
Content.Server/Mech/Equipment/EntitySystems/MechGrabberSystem.cs
Content.Server/Mech/Systems/MechAssemblySystem.cs
Content.Server/Mech/Systems/MechSystem.cs
Content.Server/Medical/MedicalScannerSystem.cs
Content.Server/Morgue/CrematoriumSystem.cs
Content.Server/Polymorph/Systems/PolymorphSystem.cs
Content.Server/Silicons/Borgs/BorgSystem.Modules.cs
Content.Server/Silicons/Borgs/BorgSystem.Ui.cs
Content.Server/Silicons/Borgs/BorgSystem.cs
Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs
Content.Server/Sticky/Systems/StickySystem.cs
Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs
Content.Server/Storage/EntitySystems/CursedEntityStorageSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Ballistic.cs
Content.Shared/Actions/ActionContainerSystem.cs
Content.Shared/Body/Systems/SharedBodySystem.Body.cs
Content.Shared/Body/Systems/SharedBodySystem.Organs.cs
Content.Shared/Body/Systems/SharedBodySystem.Parts.cs
Content.Shared/CartridgeLoader/SharedCartridgeLoaderSystem.cs
Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs
Content.Shared/Construction/PartAssemblySystem.cs
Content.Shared/Containers/ContainerFillSystem.cs
Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs
Content.Shared/Cuffs/SharedCuffableSystem.cs
Content.Shared/Devour/SharedDevourSystem.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.cs
Content.Shared/Implants/SharedImplanterSystem.cs
Content.Shared/Implants/SharedSubdermalImplantSystem.cs
Content.Shared/Inventory/InventorySystem.Equip.cs
Content.Shared/Materials/SharedMaterialReclaimerSystem.cs
Content.Shared/Mech/EntitySystems/SharedMechSystem.cs
Content.Shared/Medical/Cryogenics/SharedCryoPodSystem.cs
Content.Shared/Radio/EntitySystems/EncryptionKeySystem.cs
Content.Shared/Storage/EntitySystems/BinSystem.cs
Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.ChamberMagazine.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Container.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Revolver.cs