]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Update trivial components to use auto comp states (#20539)
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Thu, 28 Sep 2023 23:20:29 +0000 (16:20 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2023 23:20:29 +0000 (16:20 -0700)
commita44fa86b68def85a31a9aff17d89977c7d5c9385
tree86a7838a0210478c2958cf758231866090088ab7
parent14cfe44ece633a6b7a73eee02dc76a8ee76f0ee2
Update trivial components to use auto comp states (#20539)
158 files changed:
Content.Client/Access/UI/AccessOverriderBoundUserInterface.cs
Content.Client/Access/UI/AccessOverriderWindow.xaml.cs
Content.Client/Access/UI/IdCardConsoleBoundUserInterface.cs
Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs
Content.Client/Alerts/ClientAlertsSystem.cs
Content.Client/BarSign/BarSignSystem.cs
Content.Client/Buckle/BuckleSystem.cs
Content.Client/Clothing/Systems/ChameleonClothingSystem.cs
Content.Client/Cuffs/CuffableSystem.cs
Content.Client/Humanoid/HumanoidAppearanceSystem.cs
Content.Client/Humanoid/HumanoidMarkingModifierBoundUserInterface.cs
Content.Client/Humanoid/HumanoidMarkingModifierWindow.xaml.cs
Content.Client/Implants/ImplanterSystem.cs
Content.Client/Lathe/UI/LatheMenu.xaml.cs
Content.Client/Movement/Systems/ClimbSystem.cs
Content.Client/Points/PointSystem.cs
Content.Client/Radiation/Systems/GeigerSystem.cs
Content.Client/Tabletop/TabletopSystem.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.Ballistic.cs
Content.Server/Access/Systems/AccessOverriderSystem.cs
Content.Server/BarSign/Systems/BarSignSystem.cs
Content.Server/Climbing/ClimbSystem.cs
Content.Server/Clothing/Systems/ChameleonClothingSystem.cs
Content.Server/Cuffs/CuffableSystem.cs
Content.Server/Doors/Systems/DoorSystem.cs
Content.Server/Electrocution/ElectrocutionSystem.cs
Content.Server/Implants/ImplanterSystem.cs
Content.Server/Lathe/LatheSystem.cs
Content.Server/Points/PointSystem.cs
Content.Server/Radiation/Systems/GeigerSystem.cs
Content.Server/Weapons/Melee/EnergySword/EnergySwordSystem.cs
Content.Server/Weapons/Melee/MeleeWeaponSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Ballistic.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Server/Zombies/ZombieSystem.Transform.cs
Content.Server/Zombies/ZombieSystem.cs
Content.Shared/Access/Components/AccessOverriderComponent.cs
Content.Shared/Access/Components/IdCardConsoleComponent.cs
Content.Shared/Access/Systems/SharedAccessOverriderSystem.cs
Content.Shared/Access/Systems/SharedIdCardConsoleSystem.cs
Content.Shared/Alert/AlertsComponent.cs
Content.Shared/Alert/AlertsComponentState.cs [deleted file]
Content.Shared/Alert/AlertsSystem.cs
Content.Shared/Anomaly/Components/AnomalyComponent.cs
Content.Shared/Anomaly/Components/AnomalySupercriticalComponent.cs
Content.Shared/Anomaly/SharedAnomalySystem.cs
Content.Shared/BarSign/BarSignComponent.cs
Content.Shared/Body/Components/BodyComponent.cs
Content.Shared/Body/Systems/SharedBodySystem.Body.cs
Content.Shared/Buckle/Components/BuckleComponent.cs
Content.Shared/Buckle/Components/StrapComponent.cs
Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs
Content.Shared/Buckle/SharedBuckleSystem.Strap.cs
Content.Shared/Buckle/SharedBuckleSystem.cs
Content.Shared/Cabinet/ItemCabinetComponent.cs
Content.Shared/Cabinet/SharedItemCabinetSystem.cs
Content.Shared/CartridgeLoader/CartridgeComponent.cs
Content.Shared/CartridgeLoader/SharedCartridgeLoaderSystem.cs
Content.Shared/Chemistry/Components/MovespeedModifierMetabolismComponent.cs
Content.Shared/Chemistry/MetabolismMovespeedModifierSystem.cs
Content.Shared/Climbing/ClimbingComponent.cs
Content.Shared/Clothing/Components/ChameleonClothingComponent.cs
Content.Shared/Clothing/EntitySystems/SharedChameleonClothingSystem.cs
Content.Shared/Conveyor/ConveyorComponent.cs
Content.Shared/Cuffs/Components/HandcuffComponent.cs
Content.Shared/Damage/Components/StaminaComponent.cs
Content.Shared/Damage/Systems/StaminaSystem.cs
Content.Shared/DeviceNetwork/Components/DeviceListComponent.cs
Content.Shared/DeviceNetwork/Components/NetworkConfiguratorComponent.cs
Content.Shared/DeviceNetwork/Systems/SharedDeviceListSystem.cs
Content.Shared/DeviceNetwork/Systems/SharedNetworkConfiguratorSystem.cs
Content.Shared/Doors/Components/AirlockComponent.cs
Content.Shared/Doors/Components/DoorComponent.cs
Content.Shared/Doors/Systems/SharedAirlockSystem.cs
Content.Shared/Doors/Systems/SharedDoorSystem.cs
Content.Shared/Electrocution/InsulatedComponent.cs
Content.Shared/Electrocution/SharedElectrocutionSystem.cs
Content.Shared/Emoting/EmoteSystem.cs
Content.Shared/Emoting/EmotingComponent.cs
Content.Shared/Follower/Components/FollowedComponent.cs
Content.Shared/Follower/FollowerSystem.cs
Content.Shared/Gravity/FloatingVisualsComponent.cs
Content.Shared/Gravity/GravityShakeComponent.cs
Content.Shared/Gravity/SharedFloatingVisualizerSystem.cs
Content.Shared/Gravity/SharedGravitySystem.Shake.cs
Content.Shared/Humanoid/HumanoidAppearanceComponent.cs
Content.Shared/Humanoid/Prototypes/HumanoidProfilePrototype.cs
Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs
Content.Shared/Humanoid/SharedHumanoidMarkingModifierSystem.cs
Content.Shared/Implants/Components/ImplanterComponent.cs
Content.Shared/Interaction/Components/InteractionRelayComponent.cs
Content.Shared/Interaction/SharedInteractionSystem.Relay.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Jittering/JitteringComponent.cs
Content.Shared/Jittering/SharedJitteringSystem.cs
Content.Shared/Lathe/LatheComponent.cs
Content.Shared/Lathe/LatheMessages.cs
Content.Shared/Lathe/SharedLatheSystem.cs
Content.Shared/Materials/InsertingMaterialStorageComponent.cs
Content.Shared/Materials/MaterialReclaimerComponent.cs
Content.Shared/Materials/MaterialStorageComponent.cs
Content.Shared/Materials/SharedMaterialReclaimerSystem.cs
Content.Shared/Materials/SharedMaterialStorageSystem.cs
Content.Shared/Mech/Components/MechComponent.cs
Content.Shared/Mech/Components/MechPilotComponent.cs
Content.Shared/Mech/EntitySystems/SharedMechSystem.cs
Content.Shared/Movement/Components/FootstepModifierComponent.cs
Content.Shared/Movement/Components/InputMoverComponent.cs
Content.Shared/Movement/Components/JetpackUserComponent.cs
Content.Shared/Movement/Components/MobMoverComponent.cs
Content.Shared/Movement/Components/MovementSpeedModifierComponent.cs
Content.Shared/Movement/Systems/MovementSpeedModifierSystem.cs
Content.Shared/Movement/Systems/SharedJetpackSystem.cs
Content.Shared/Movement/Systems/SharedMoverController.Footsteps.cs [deleted file]
Content.Shared/Movement/Systems/SharedMoverController.Input.cs
Content.Shared/Movement/Systems/SharedMoverController.Mob.cs [deleted file]
Content.Shared/Movement/Systems/SharedMoverController.cs
Content.Shared/Physics/Controllers/SharedConveyorController.cs
Content.Shared/Physics/PreventCollideComponent.cs
Content.Shared/Physics/SharedPreventCollideSystem.cs
Content.Shared/Placeable/ItemPlacerComponent.cs
Content.Shared/Placeable/ItemPlacerSystem.cs
Content.Shared/Placeable/PlaceableSurfaceComponent.cs
Content.Shared/Placeable/PlaceableSurfaceSystem.cs
Content.Shared/Points/PointManagerComponent.cs
Content.Shared/Radiation/Components/GeigerComponent.cs
Content.Shared/Shuttles/Components/IFFComponent.cs
Content.Shared/Shuttles/Components/RadarConsoleComponent.cs
Content.Shared/Shuttles/Systems/SharedRadarConsoleSystem.cs
Content.Shared/Shuttles/Systems/SharedShuttleSystem.IFF.cs
Content.Shared/Shuttles/Systems/SharedShuttleSystem.cs
Content.Shared/Slippery/SlipperyComponent.cs
Content.Shared/Slippery/SlipperySystem.cs
Content.Shared/Speech/SpeechComponent.cs
Content.Shared/Speech/SpeechSystem.cs
Content.Shared/Standing/StandingStateComponent.cs
Content.Shared/Standing/StandingStateSystem.cs
Content.Shared/StepTrigger/Components/StepTriggerComponent.cs
Content.Shared/StepTrigger/Systems/StepTriggerSystem.cs
Content.Shared/Storage/Components/BinComponent.cs
Content.Shared/Storage/EntitySystems/BinSystem.cs
Content.Shared/Tabletop/Components/TabletopDraggableComponent.cs
Content.Shared/Tabletop/SharedTabletopSystem.cs
Content.Shared/Teleportation/Components/LinkedEntityComponent.cs
Content.Shared/Teleportation/Components/PortalTimeoutComponent.cs
Content.Shared/Teleportation/Systems/LinkedEntitySystem.cs
Content.Shared/Teleportation/Systems/SharedPortalSystem.cs
Content.Shared/Timing/UseDelayComponent.cs
Content.Shared/Timing/UseDelaySystem.cs
Content.Shared/Tools/Components/MultipleToolComponent.cs
Content.Shared/Tools/Systems/SharedToolSystem.MultipleTool.cs
Content.Shared/Vehicle/SharedVehicleSystem.cs
Content.Shared/Weapons/Melee/MeleeWeaponComponent.cs
Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs
Content.Shared/Weapons/Ranged/Components/BallisticAmmoProviderComponent.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs
Content.Shared/Zombies/ZombieComponent.cs
Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs