]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Use new ComponentPauseGenerator (#25183)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Mon, 26 Feb 2024 03:36:19 +0000 (04:36 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 03:36:19 +0000 (14:36 +1100)
commite00f74505c62310bd15aeaba8d6530f648397074
tree657200f567747aaf40c4fe26dbabe34d26f1eb5c
parent2a2324ecaf0dbe5e384ae4f7bdb241a817b3653f
Use new ComponentPauseGenerator (#25183)

Also includes some (non critical) changes to the solution file to re-organize the Roslyn components.
130 files changed:
Content.Server/Anomaly/AnomalySystem.Generator.cs
Content.Server/Anomaly/AnomalySystem.Vessel.cs
Content.Server/Anomaly/Components/AnomalyGeneratorComponent.cs
Content.Server/Anomaly/Components/AnomalyVesselComponent.cs
Content.Server/Anomaly/Components/GeneratingAnomalyGeneratorComponent.cs
Content.Server/Atmos/Rotting/RottingSystem.cs
Content.Server/Charges/Components/AutoRechargeComponent.cs
Content.Server/Charges/Systems/ChargesSystem.cs
Content.Server/Chat/EmoteOnDamageComponent.cs
Content.Server/Chat/Systems/EmoteOnDamageSystem.cs
Content.Server/Chemistry/Components/SolutionPurgeComponent.cs
Content.Server/Chemistry/Components/SolutionRegenerationComponent.cs
Content.Server/Chemistry/EntitySystems/SolutionPurgeSystem.cs
Content.Server/Chemistry/EntitySystems/SolutionRegenerationSystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Content.Server/Emp/EmpSystem.cs
Content.Server/Explosion/Components/OnTrigger/TwoStageTriggerComponent.cs
Content.Server/Explosion/Components/TriggerOnProximityComponent.cs
Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs
Content.Server/Explosion/EntitySystems/TwoStageTriggerSystem.cs
Content.Server/Fluids/EntitySystems/SmokeSystem.cs
Content.Server/Gateway/Components/GatewayComponent.cs
Content.Server/Gateway/Components/GatewayGeneratorComponent.cs
Content.Server/Gateway/Systems/GatewayGeneratorSystem.cs
Content.Server/Gateway/Systems/GatewaySystem.cs
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/Kitchen/Components/ActiveMicrowaveComponent.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Medical/Components/HealthAnalyzerComponent.cs
Content.Server/Medical/DefibrillatorSystem.cs
Content.Server/Medical/HealthAnalyzerSystem.cs
Content.Server/Medical/SuitSensors/SuitSensorComponent.cs
Content.Server/Medical/SuitSensors/SuitSensorSystem.cs
Content.Server/NPC/Components/NPCJukeComponent.cs
Content.Server/NPC/Components/NPCSteeringComponent.cs
Content.Server/NPC/Pathfinding/GridPathfindingComponent.cs
Content.Server/NPC/Pathfinding/PathfindingSystem.Grid.cs
Content.Server/NPC/Systems/NPCJukeSystem.cs
Content.Server/NPC/Systems/NPCSteeringSystem.cs
Content.Server/Nutrition/Components/FatExtractorComponent.cs
Content.Server/Nutrition/EntitySystems/AnimalHusbandrySystem.cs
Content.Server/Nutrition/EntitySystems/FatExtractorSystem.cs
Content.Server/Physics/Components/ChasingWalkComponent.cs
Content.Server/Physics/Controllers/ChasingWalkSystem.cs
Content.Server/PowerCell/PowerCellSystem.Draw.cs
Content.Server/PowerCell/PowerCellSystem.cs
Content.Server/PowerSink/PowerSinkComponent.cs
Content.Server/PowerSink/PowerSinkSystem.cs
Content.Server/Salvage/Expeditions/SalvageExpeditionComponent.cs
Content.Server/Salvage/SalvageSystem.Expeditions.cs
Content.Server/Shuttles/Components/ArrivalsShuttleComponent.cs
Content.Server/Shuttles/Components/EscapePodComponent.cs
Content.Server/Shuttles/Systems/ArrivalsSystem.cs
Content.Server/Shuttles/Systems/EmergencyShuttleSystem.Console.cs
Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs
Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs
Content.Server/Spreader/GrowingKudzuComponent.cs
Content.Server/Spreader/KudzuSystem.cs
Content.Server/StationEvents/Components/StationEventComponent.cs
Content.Server/StationEvents/EventManagerSystem.cs
Content.Server/Tesla/Components/LightningArcShooterComponent.cs
Content.Server/Tesla/Components/LightningSparkingComponent.cs
Content.Server/Tesla/EntitySystem/LightningArcShooterSystem.cs
Content.Server/Tesla/EntitySystem/LightningSparkingSystem.cs
Content.Shared/Anomaly/Components/AnomalyComponent.cs
Content.Shared/Anomaly/Components/AnomalyPulsingComponent.cs
Content.Shared/Anomaly/Components/AnomalySupercriticalComponent.cs
Content.Shared/Anomaly/SharedAnomalySystem.cs
Content.Shared/Atmos/Rotting/PerishableComponent.cs
Content.Shared/Atmos/Rotting/RottingComponent.cs
Content.Shared/Bed/Cryostorage/CryostorageContainedComponent.cs
Content.Shared/Bed/Cryostorage/SharedCryostorageSystem.cs
Content.Shared/Bed/Sleep/SharedSleepingSystem.cs
Content.Shared/Bed/Sleep/SleepingComponent.cs
Content.Shared/Chasm/ChasmFallingComponent.cs
Content.Shared/Chasm/ChasmSystem.cs
Content.Shared/Chemistry/Components/SmokeAffectedComponent.cs
Content.Shared/Climbing/Components/ClimbingComponent.cs
Content.Shared/Climbing/Systems/ClimbSystem.cs
Content.Shared/CombatMode/Pacification/PacificationSystem.cs
Content.Shared/CombatMode/Pacification/PacifiedComponent.cs
Content.Shared/Construction/Components/FlatpackCreatorComponent.cs
Content.Shared/Construction/SharedFlatpackSystem.cs
Content.Shared/Damage/Components/DamageOnHoldingComponent.cs
Content.Shared/Damage/Components/StaminaComponent.cs
Content.Shared/Damage/Systems/DamageOnHoldingSystem.cs
Content.Shared/Damage/Systems/StaminaSystem.cs
Content.Shared/Emp/EmpDisabledComponent.cs
Content.Shared/Gravity/GravityShakeComponent.cs
Content.Shared/Gravity/SharedGravitySystem.Shake.cs
Content.Shared/Gravity/SharedGravitySystem.cs
Content.Shared/Hands/Components/HandsComponent.cs
Content.Shared/Materials/ActiveMaterialReclaimerComponent.cs
Content.Shared/Materials/InsertingMaterialStorageComponent.cs
Content.Shared/Materials/MaterialReclaimerComponent.cs
Content.Shared/Materials/SharedMaterialReclaimerSystem.cs
Content.Shared/Materials/SharedMaterialStorageSystem.cs
Content.Shared/Medical/DefibrillatorComponent.cs
Content.Shared/Ninja/Components/NinjaSuitComponent.cs
Content.Shared/Ninja/Systems/SharedNinjaSuitSystem.cs
Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs
Content.Shared/Nutrition/AnimalHusbandry/ReproductiveComponent.cs
Content.Shared/Nutrition/Components/HungerComponent.cs
Content.Shared/Nutrition/Components/ThirstComponent.cs
Content.Shared/Nutrition/EntitySystems/HungerSystem.cs
Content.Shared/Nutrition/EntitySystems/ThirstSystem.cs
Content.Shared/PowerCell/PowerCellDrawComponent.cs
Content.Shared/Salvage/Expeditions/SalvageExpeditions.cs
Content.Shared/Salvage/Fulton/FultonedComponent.cs
Content.Shared/Salvage/Fulton/SharedFultonSystem.cs
Content.Shared/Singularity/Components/EventHorizonComponent.cs
Content.Shared/Sound/Components/EmitSoundOnCollideComponent.cs
Content.Shared/Sound/SharedEmitSoundSystem.cs
Content.Shared/Storage/Components/MagnetPickupComponent.cs
Content.Shared/Storage/EntitySystems/MagnetPickupSystem.cs
Content.Shared/Teleportation/Components/SwapTeleporterComponent.cs
Content.Shared/Teleportation/Systems/SwapTeleporterSystem.cs
Content.Shared/Throwing/ThrownItemComponent.cs
Content.Shared/Throwing/ThrownItemSystem.cs
Content.Shared/Timing/UseDelayComponent.cs
Content.Shared/Timing/UseDelaySystem.cs
Content.Shared/Weapons/Marker/DamageMarkerComponent.cs
Content.Shared/Weapons/Marker/SharedDamageMarkerSystem.cs
Content.Shared/Weapons/Melee/MeleeWeaponComponent.cs
Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs
Content.Shared/Weapons/Ranged/Components/GunComponent.cs
Content.Shared/Weapons/Ranged/Components/RechargeBasicEntityAmmoComponent.cs
Content.Shared/Weapons/Ranged/Systems/RechargeBasicEntityAmmoSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs
SpaceStation14.sln