]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Revert 'Revert 'Solution Entities'' (#23168)
authorTemporalOroboros <TemporalOroboros@gmail.com>
Fri, 29 Dec 2023 12:47:43 +0000 (04:47 -0800)
committerGitHub <noreply@github.com>
Fri, 29 Dec 2023 12:47:43 +0000 (08:47 -0400)
commitd23c8d5c19e56a582b6b12f832bd318efbdac7c7
treecde94a5e7f2807c683f3de2d9d4436c0d9ba6c5f
parent93e1af2f8d7c20fdcab3d0619be0ea57cc9fb09f
Revert 'Revert 'Solution Entities'' (#23168)
180 files changed:
Content.Client/Administration/UI/ManageSolutions/AddReagentWindow.xaml.cs
Content.Client/Administration/UI/ManageSolutions/EditSolutionsWindow.xaml.cs
Content.Client/Chemistry/Containers/EntitySystems/SolutionContainerSystem.cs [new file with mode: 0644]
Content.Client/Kitchen/UI/GrinderMenu.xaml.cs
Content.Client/Kitchen/UI/MicrowaveBoundUserInterface.cs
Content.IntegrationTests/Tests/Chemistry/SolutionSystemTests.cs
Content.IntegrationTests/Tests/Chemistry/TryAllReactionsTest.cs
Content.IntegrationTests/Tests/Fluids/AbsorbentTest.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/Components/UdderComponent.cs
Content.Server/Animals/Components/WoolyComponent.cs
Content.Server/Animals/Systems/UdderSystem.cs
Content.Server/Animals/Systems/WoolySystem.cs
Content.Server/Anomaly/Components/ReagentProducerAnomalyComponent.cs
Content.Server/Anomaly/Effects/InjectionAnomalySystem.cs
Content.Server/Anomaly/Effects/PuddleCreateAnomalySystem.cs
Content.Server/Anomaly/Effects/ReagentProducerAnomalySystem.cs
Content.Server/Atmos/Piping/Unary/Components/GasCondenserComponent.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasCondenserSystem.cs
Content.Server/Body/Components/BloodstreamComponent.cs
Content.Server/Body/Components/LungComponent.cs
Content.Server/Body/Components/MetabolizerComponent.cs
Content.Server/Body/Components/StomachComponent.cs
Content.Server/Body/Systems/BloodstreamSystem.cs
Content.Server/Body/Systems/LungSystem.cs
Content.Server/Body/Systems/MetabolizerSystem.cs
Content.Server/Body/Systems/RespiratorSystem.cs
Content.Server/Body/Systems/StomachSystem.cs
Content.Server/Botany/Components/PlantHolderComponent.cs
Content.Server/Botany/Systems/BotanySystem.Produce.cs
Content.Server/Botany/Systems/BotanySystem.Seed.cs
Content.Server/Botany/Systems/PlantHolderSystem.cs
Content.Server/Cargo/Systems/PricingSystem.cs
Content.Server/Chemistry/Components/HyposprayComponent.cs
Content.Server/Chemistry/Components/SolutionRegenerationComponent.cs
Content.Server/Chemistry/Containers/EntitySystems/SolutionContainerSystem.cs [new file with mode: 0644]
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/ChemistrySystemMixer.cs
Content.Server/Chemistry/EntitySystems/DeleteOnSolutionEmptySystem.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/ReactionEffects/CreateEntityReactionEffect.cs
Content.Server/Chemistry/ReactionEffects/EmpReactionEffect.cs
Content.Server/Chemistry/ReactionEffects/ExplosionReactionEffect.cs
Content.Server/Chemistry/ReactionEffects/SmokeAreaReactionEffect.cs [deleted file]
Content.Server/Chemistry/ReactionEffects/SolutionTemperatureEffects.cs
Content.Server/Chemistry/ReagentEffectConditions/BodyTemperature.cs
Content.Server/Chemistry/ReagentEffectConditions/HasTagCondition.cs
Content.Server/Chemistry/ReagentEffectConditions/MobStateCondition.cs
Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs
Content.Server/Chemistry/ReagentEffectConditions/ReagentThreshold.cs
Content.Server/Chemistry/ReagentEffectConditions/SolutionTemperature.cs
Content.Server/Chemistry/ReagentEffectConditions/TotalDamage.cs
Content.Server/Chemistry/ReagentEffects/AddToSolutionReaction.cs
Content.Server/Chemistry/ReagentEffects/AdjustAlert.cs
Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs
Content.Server/Chemistry/ReagentEffects/AdjustTemperature.cs
Content.Server/Chemistry/ReagentEffects/CauseZombieInfection.cs
Content.Server/Chemistry/ReagentEffects/ChemCleanBoodstream.cs
Content.Server/Chemistry/ReagentEffects/ChemHealEyeDamage.cs
Content.Server/Chemistry/ReagentEffects/ChemVomit.cs
Content.Server/Chemistry/ReagentEffects/CreateGas.cs
Content.Server/Chemistry/ReagentEffects/CureZombieInfection.cs
Content.Server/Chemistry/ReagentEffects/Drunk.cs
Content.Server/Chemistry/ReagentEffects/Electrocute.cs
Content.Server/Chemistry/ReagentEffects/Emote.cs
Content.Server/Chemistry/ReagentEffects/FlammableReaction.cs
Content.Server/Chemistry/ReagentEffects/HealthChange.cs
Content.Server/Chemistry/ReagentEffects/ModifyBleedAmount.cs
Content.Server/Chemistry/ReagentEffects/ModifyBloodLevel.cs
Content.Server/Chemistry/ReagentEffects/MovespeedModifier.cs
Content.Server/Chemistry/ReagentEffects/Oxygenate.cs
Content.Server/Chemistry/ReagentEffects/Paralyze.cs
Content.Server/Chemistry/ReagentEffects/PlantMetabolism/PlantAdjustAttribute.cs
Content.Server/Chemistry/ReagentEffects/PlantMetabolism/RobustHarvest.cs
Content.Server/Chemistry/ReagentEffects/PopupMessage.cs
Content.Server/Chemistry/ReagentEffects/StatusEffects/GenericStatusEffect.cs
Content.Server/Chemistry/ReagentEffects/StatusEffects/Jitter.cs
Content.Server/Chemistry/TileReactions/CleanDecalsReaction.cs
Content.Server/Chemistry/TileReactions/CleanTileReaction.cs
Content.Server/Chemistry/TileReactions/CreateEntityTileReaction.cs
Content.Server/Cloning/CloningSystem.cs
Content.Server/Construction/Conditions/MinSolution.cs
Content.Server/Construction/Conditions/SolutionEmpty.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.Evaporation.cs
Content.Server/Fluids/EntitySystems/PuddleSystem.Spillable.cs
Content.Server/Fluids/EntitySystems/PuddleSystem.Transfers.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/HealingSystem.cs
Content.Server/Medical/HealthAnalyzerSystem.cs
Content.Server/Medical/VomitSystem.cs
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Specific/MedibotInjectOperator.cs
Content.Server/NPC/Systems/NPCUtilitySystem.cs
Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs
Content.Server/Nutrition/EntitySystems/DrinkSystem.cs
Content.Server/Nutrition/EntitySystems/FlavorProfileSystem.cs
Content.Server/Nutrition/EntitySystems/FoodSystem.cs
Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs
Content.Server/Nutrition/EntitySystems/SmokingSystem.Cigar.cs
Content.Server/Nutrition/EntitySystems/SmokingSystem.SmokingPipe.cs
Content.Server/Nutrition/EntitySystems/SmokingSystem.Vape.cs
Content.Server/Nutrition/EntitySystems/SmokingSystem.cs
Content.Server/Nutrition/EntitySystems/TrashOnSolutionEmptySystem.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/Components/WelderComponent.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.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/ChemicalPuddleArtifactComponent.cs
Content.Shared/Administration/EditSolutionsEuiState.cs
Content.Shared/Chemistry/Components/DrainableSolutionComponent.cs
Content.Shared/Chemistry/Components/DumpableSolutionComponent.cs
Content.Shared/Chemistry/Components/FitsInDispenserComponent.cs
Content.Shared/Chemistry/Components/RefillableSolutionComponent.cs
Content.Shared/Chemistry/Components/SmokeComponent.cs
Content.Shared/Chemistry/Components/Solution.cs
Content.Shared/Chemistry/Components/SolutionComponent.cs [new file with mode: 0644]
Content.Shared/Chemistry/Components/SolutionManager/ContainedSolutionComponent.cs [new file with mode: 0644]
Content.Shared/Chemistry/Components/SolutionManager/DrawableSolutionComponent.cs
Content.Shared/Chemistry/Components/SolutionManager/ExaminableSolutionComponent.cs
Content.Shared/Chemistry/Components/SolutionManager/InjectableSolutionComponent.cs
Content.Shared/Chemistry/Components/SolutionManager/SolutionContainerManagerComponent.cs
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerMixerSystem.cs
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.Capabilities.cs [new file with mode: 0644]
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.Relays.cs [new file with mode: 0644]
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.cs [new file with mode: 0644]
Content.Shared/Chemistry/EntitySystems/SolutionContainerSystem.Capabilities.cs [deleted file]
Content.Shared/Chemistry/EntitySystems/SolutionContainerSystem.cs [deleted file]
Content.Shared/Chemistry/Reaction/ChemicalReactionSystem.cs
Content.Shared/Chemistry/Reaction/ReactionMixerComponent.cs
Content.Shared/Chemistry/ReactiveSystem.cs
Content.Shared/Chemistry/SharedChemMaster.cs
Content.Shared/Fluids/Components/DrainComponent.cs
Content.Shared/Fluids/Components/PuddleComponent.cs
Content.Shared/Fluids/SharedPuddleSystem.cs
Content.Shared/Kitchen/Components/SharedMicrowave.cs
Content.Shared/Kitchen/SharedReagentGrinder.cs
Content.Shared/Materials/MaterialReclaimerComponent.cs
Content.Shared/Nutrition/Events.cs
Content.Tests/Shared/Chemistry/SolutionTests.cs