]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add multipart machines system (#35969)
authorBarryNorfolk <barrynorfolkman@protonmail.com>
Mon, 2 Jun 2025 14:02:41 +0000 (16:02 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Jun 2025 14:02:41 +0000 (17:02 +0300)
commitb2d0f7ed284085203a64dbfb71261aa8335a96b7
treedccabf3177cf8def1d57943172e6ccf9cd75ecfc
parent9a38d66df2e9f615f0a51f7b46754d14ce7fcdb6
Add multipart machines system (#35969)
32 files changed:
Content.Client/Machines/Components/MultipartMachineGhostComponent.cs [new file with mode: 0644]
Content.Client/Machines/EntitySystems/MultipartMachineSystem.cs [new file with mode: 0644]
Content.Client/ParticleAccelerator/UI/ParticleAcceleratorControlMenu.xaml
Content.Client/ParticleAccelerator/UI/ParticleAcceleratorControlMenu.xaml.cs
Content.Server/Construction/ConstructionSystem.Graph.cs
Content.Server/Entry/IgnoredComponents.cs
Content.Server/Machines/EntitySystems/MultipartMachineSystem.cs [new file with mode: 0644]
Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs
Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPartComponent.cs [deleted file]
Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.ControlBox.cs
Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Emitter.cs
Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Parts.cs [deleted file]
Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.PowerBox.cs
Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.cs
Content.Server/ParticleAccelerator/Wires/ParticleAcceleratorToggleWireAction.cs
Content.Server/Singularity/StartSingularityEngineCommand.cs
Content.Shared/Machines/Components/MultipartMachineComponent.cs [new file with mode: 0644]
Content.Shared/Machines/Components/MultipartMachinePartComponent.cs [new file with mode: 0644]
Content.Shared/Machines/EntitySystems/SharedMultipartMachineSystem.cs [new file with mode: 0644]
Content.Shared/Machines/Events/MultipartMachineEvents.cs [new file with mode: 0644]
Content.Shared/ParticleAccelerator/AcceleratorParts.cs [new file with mode: 0644]
Content.Shared/ParticleAccelerator/Components/ParticleAcceleratorEmitterComponent.cs [moved from Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEmitterComponent.cs with 90% similarity]
Content.Shared/ParticleAccelerator/Components/ParticleAcceleratorEndCapComponent.cs [moved from Content.Server/ParticleAccelerator/Components/ParticleAcceleratorEndCapComponent.cs with 62% similarity]
Content.Shared/ParticleAccelerator/Components/ParticleAcceleratorFuelChamberComponent.cs [moved from Content.Server/ParticleAccelerator/Components/ParticleAcceleratorFuelChamberComponent.cs with 63% similarity]
Content.Shared/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs [moved from Content.Server/ParticleAccelerator/Components/ParticleAcceleratorPowerBoxComponent.cs with 62% similarity]
Resources/Prototypes/Entities/Structures/Machines/multipart.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Power/Generation/PA/base_particleaccelerator.yml
Resources/Prototypes/Entities/Structures/Power/Generation/PA/control_box.yml
Resources/Prototypes/Entities/Structures/Power/Generation/PA/emitter.yml
Resources/Prototypes/Entities/Structures/Power/Generation/PA/end_cap.yml
Resources/Prototypes/Entities/Structures/Power/Generation/PA/fuel_chamber.yml
Resources/Prototypes/Entities/Structures/Power/Generation/PA/power_box.yml