]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Moves SolutionContainerManagerComponent to Shared. (#20944)
authorTemporalOroboros <TemporalOroboros@gmail.com>
Sat, 14 Oct 2023 16:45:28 +0000 (09:45 -0700)
committerGitHub <noreply@github.com>
Sat, 14 Oct 2023 16:45:28 +0000 (03:45 +1100)
commit0775ab6a1475f51707f51eea93f7bf80a6a9a075
tree202477057f257a0b75f0acf1821321344353b8ad
parent546fa445260734de9dc72078f541676fa27e0b10
Moves SolutionContainerManagerComponent to Shared. (#20944)
91 files changed:
Content.IntegrationTests/Tests/Chemistry/SolutionSystemTests.cs
Content.IntegrationTests/Tests/Chemistry/TryAllReactionsTest.cs
Content.Server/Administration/Commands/AddReagent.cs
Content.Server/Administration/Commands/SetSolutionCapacity.cs
Content.Server/Administration/Commands/SetSolutionTemperature.cs
Content.Server/Administration/Commands/SetSolutionThermalEnergy.cs
Content.Server/Administration/Systems/AdminVerbSystem.cs
Content.Server/Administration/Toolshed/SolutionCommand.cs
Content.Server/Administration/UI/EditSolutionsEui.cs
Content.Server/Animals/Systems/UdderSystem.cs
Content.Server/Anomaly/Effects/InjectionAnomalySystem.cs
Content.Server/Anomaly/Effects/PuddleCreateAnomalySystem.cs
Content.Server/Anomaly/Effects/ReagentProducerAnomalySystem.cs
Content.Server/Body/Systems/BloodstreamSystem.cs
Content.Server/Body/Systems/LungSystem.cs
Content.Server/Body/Systems/MetabolizerSystem.cs
Content.Server/Body/Systems/StomachSystem.cs
Content.Server/Botany/Systems/BotanySystem.Seed.cs
Content.Server/Botany/Systems/PlantHolderSystem.cs
Content.Server/Cargo/Systems/PricingSystem.cs
Content.Server/Chemistry/Components/RandomFillSolutionComponent.cs [moved from Content.Server/Chemistry/Components/SolutionManager/RandomFillSolutionComponent.cs with 93% similarity]
Content.Server/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs [deleted file]
Content.Server/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs [deleted file]
Content.Server/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs [deleted file]
Content.Server/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs [deleted file]
Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs
Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs
Content.Server/Chemistry/EntitySystems/ChemistrySystem.cs
Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs
Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs
Content.Server/Chemistry/EntitySystems/RehydratableSystem.cs
Content.Server/Chemistry/EntitySystems/SolutionHeaterSystem.cs
Content.Server/Chemistry/EntitySystems/SolutionInjectOnCollideSystem.cs
Content.Server/Chemistry/EntitySystems/SolutionPurgeSystem.cs
Content.Server/Chemistry/EntitySystems/SolutionRandomFillSystem.cs
Content.Server/Chemistry/EntitySystems/SolutionRegenerationSystem.cs
Content.Server/Chemistry/EntitySystems/SolutionSpikableSystem.cs
Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs
Content.Server/Chemistry/EntitySystems/TransformableContainerSystem.cs
Content.Server/Chemistry/EntitySystems/VaporSystem.cs
Content.Server/Chemistry/ReactionEffects/AreaReactionEffect.cs
Content.Server/Chemistry/ReagentEffects/AddToSolutionReaction.cs
Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs
Content.Server/Chemistry/TileReactions/CleanTileReaction.cs
Content.Server/Destructible/DestructibleSystem.cs
Content.Server/Destructible/Thresholds/Behaviors/SolutionExplosionBehavior.cs
Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs
Content.Server/Explosion/EntitySystems/TriggerSystem.cs
Content.Server/Extinguisher/FireExtinguisherSystem.cs
Content.Server/Fluids/EntitySystems/AbsorbentSystem.cs
Content.Server/Fluids/EntitySystems/DrainSystem.cs
Content.Server/Fluids/EntitySystems/PuddleSystem.Spillable.cs
Content.Server/Fluids/EntitySystems/PuddleSystem.cs
Content.Server/Fluids/EntitySystems/SmokeSystem.cs
Content.Server/Fluids/EntitySystems/SpraySystem.cs
Content.Server/Glue/GlueSystem.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Kitchen/EntitySystems/ReagentGrinderSystem.cs
Content.Server/Lube/LubeSystem.cs
Content.Server/Materials/MaterialReclaimerSystem.cs
Content.Server/Medical/CryoPodSystem.cs
Content.Server/Medical/VomitSystem.cs
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Specific/MedibotInjectOperator.cs
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Specific/PickNearbyInjectableOperator.cs
Content.Server/NPC/Systems/NPCUtilitySystem.cs
Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs
Content.Server/Nutrition/EntitySystems/DrinkSystem.cs
Content.Server/Nutrition/EntitySystems/FoodSystem.cs
Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs
Content.Server/Nutrition/EntitySystems/SmokingSystem.SmokingPipe.cs
Content.Server/Nutrition/EntitySystems/SmokingSystem.cs
Content.Server/Nutrition/EntitySystems/TrashOnEmptySystem.cs
Content.Server/Payload/EntitySystems/PayloadSystem.cs
Content.Server/Power/EntitySystems/RiggableSystem.cs
Content.Server/Power/Generator/ChemicalFuelGeneratorAdapterComponent.cs
Content.Server/Power/Generator/GeneratorSystem.cs
Content.Server/Stunnable/Systems/StunbatonSystem.cs
Content.Server/Tools/ToolSystem.Welder.cs
Content.Server/Tools/ToolSystem.cs
Content.Server/Weapons/Melee/MeleeWeaponSystem.cs
Content.Server/Weapons/Ranged/Systems/ChemicalAmmoSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Solution.cs
Content.Shared/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs [new file with mode: 0644]
Content.Shared/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs [new file with mode: 0644]
Content.Shared/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs [new file with mode: 0644]
Content.Shared/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs [new file with mode: 0644]
Content.Shared/Chemistry/EntitySystems/SolutionContainerSystem.Capabilities.cs [moved from Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.Capabilities.cs with 98% similarity]
Content.Shared/Chemistry/EntitySystems/SolutionContainerSystem.cs [moved from Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs with 97% similarity]
Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/noodles.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml