]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Clean up all missing `EntitySystem` proxy method uses (#38353)
authorTayrtahn <tayrtahn@gmail.com>
Thu, 26 Jun 2025 23:50:49 +0000 (19:50 -0400)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 23:50:49 +0000 (16:50 -0700)
commit75db49f9c0885c570b7f7c7c2ae61193914ae88a
treeace436fe050dbb7f5a070ec4daacb5738b14931e
parent73df3b15939e4c40ea58f1526ede5ce3bc3ed5ad
Clean up all missing `EntitySystem` proxy method uses (#38353)
185 files changed:
Content.Client/Actions/ActionsSystem.cs
Content.Client/Audio/AmbientSoundSystem.cs
Content.Client/Construction/ConstructionSystem.cs
Content.Client/Examine/ExamineSystem.cs
Content.Client/Explosion/TriggerSystem.Proximity.cs
Content.Client/Hands/Systems/HandsSystem.cs
Content.Client/Humanoid/HumanoidAppearanceSystem.cs
Content.Client/Inventory/ClientInventorySystem.cs
Content.Client/Light/EntitySystems/LightBehaviorSystem.cs
Content.Client/Markers/MarkerSystem.cs
Content.Client/Orbit/OrbitVisualsSystem.cs
Content.Client/Sandbox/SandboxSystem.cs
Content.Client/Tabletop/TabletopSystem.cs
Content.Client/Verbs/VerbSystem.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.cs
Content.IntegrationTests/Tests/Disposal/DisposalUnitTest.cs
Content.IntegrationTests/Tests/Networking/SimplePredictReconcileTest.cs
Content.Server/Access/Systems/AccessOverriderSystem.cs
Content.Server/Access/Systems/IdCardConsoleSystem.cs
Content.Server/Access/Systems/IdCardSystem.cs
Content.Server/Administration/Systems/AdminSystem.cs
Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs
Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs
Content.Server/Administration/Systems/AdminVerbSystem.cs
Content.Server/Ame/EntitySystems/AmeControllerSystem.cs
Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs
Content.Server/Arcade/SpaceVillainGame/SpaceVillainArcadeSystem.cs
Content.Server/Atmos/Consoles/AtmosMonitoringConsoleSystem.cs
Content.Server/Atmos/EntitySystems/AirtightSystem.cs
Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs
Content.Server/Atmos/EntitySystems/FlammableSystem.cs
Content.Server/Atmos/Monitor/Systems/AtmosAlarmableSystem.cs
Content.Server/Atmos/Piping/Binary/EntitySystems/GasRecyclerSystem.cs
Content.Server/Atmos/Piping/EntitySystems/AtmosPipeColorSystem.cs
Content.Server/Atmos/Piping/EntitySystems/AtmosUnsafeUnanchorSystem.cs
Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs
Content.Server/Atmos/Piping/Trinary/EntitySystems/GasMixerSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentPumpSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentScrubberSystem.cs
Content.Server/Bible/BibleSystem.cs
Content.Server/Cargo/Systems/CargoSystem.Orders.cs
Content.Server/CartridgeLoader/Cartridges/NanoTaskCartridgeSystem.cs
Content.Server/Chat/SuicideSystem.cs
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/Chemistry/EntitySystems/DeleteOnSolutionEmptySystem.cs
Content.Server/Chemistry/EntitySystems/InjectorSystem.cs
Content.Server/Chemistry/EntitySystems/VaporSystem.cs
Content.Server/Cloning/CloningPodSystem.cs
Content.Server/Cloning/CloningSystem.cs
Content.Server/Codewords/CodewordSystem.cs
Content.Server/Construction/ConstructionSystem.Computer.cs
Content.Server/Construction/ConstructionSystem.Graph.cs
Content.Server/Construction/ConstructionSystem.Initial.cs
Content.Server/Construction/ConstructionSystem.cs
Content.Server/Crayon/CrayonSystem.cs
Content.Server/Damage/Systems/DamageOnToolInteractSystem.cs
Content.Server/DeviceNetwork/Systems/ApcNetworkSystem.cs
Content.Server/DeviceNetwork/Systems/Devices/ApcNetSwitchSystem.cs
Content.Server/Disposal/Tube/DisposalTubeSystem.cs
Content.Server/Disposal/Unit/DisposableSystem.cs
Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs
Content.Server/EntityEffects/EntityEffectSystem.cs
Content.Server/Examine/ExamineSystem.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.Airtight.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.cs
Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs
Content.Server/Explosion/EntitySystems/TriggerSystem.cs
Content.Server/Explosion/EntitySystems/TwoStageTriggerSystem.cs
Content.Server/Fax/FaxSystem.cs
Content.Server/Fluids/EntitySystems/DrainSystem.cs
Content.Server/Fluids/EntitySystems/PuddleDebugDebugOverlaySystem.cs
Content.Server/Fluids/EntitySystems/PuddleSystem.cs
Content.Server/Forensics/Systems/ForensicScannerSystem.cs
Content.Server/GameTicking/GameTicker.Spawning.cs
Content.Server/Ghost/GhostSystem.cs
Content.Server/Ghost/Roles/GhostRoleSystem.cs
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/Holosign/HolosignSystem.cs
Content.Server/Humanoid/Systems/RandomHumanoidSystem.cs
Content.Server/ImmovableRod/ImmovableRodSystem.cs
Content.Server/Instruments/InstrumentSystem.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Kitchen/EntitySystems/SharpSystem.cs
Content.Server/Light/EntitySystems/ExpendableLightSystem.cs
Content.Server/Light/EntitySystems/PoweredLightSystem.cs
Content.Server/MassMedia/Systems/NewsSystem.cs
Content.Server/Mech/Systems/MechAssemblySystem.cs
Content.Server/Medical/HealingSystem.cs
Content.Server/Medical/SuitSensors/SuitSensorSystem.cs
Content.Server/Morgue/CrematoriumSystem.cs
Content.Server/NPC/Systems/NPCSteeringSystem.cs
Content.Server/Nutrition/EntitySystems/CreamPieSystem.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/TrashOnSolutionEmptySystem.cs
Content.Server/Payload/EntitySystems/PayloadSystem.cs
Content.Server/Physics/Controllers/RandomWalkController.cs
Content.Server/Pinpointer/PinpointerSystem.cs
Content.Server/Pointing/EntitySystems/PointingSystem.cs
Content.Server/Pointing/EntitySystems/RoguePointingSystem.cs
Content.Server/Power/EntitySystems/CableSystem.Placer.cs
Content.Server/Power/EntitySystems/ExtensionCableSystem.cs
Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs
Content.Server/PowerSink/PowerSinkSystem.cs
Content.Server/Prayer/PrayerSystem.cs
Content.Server/Procedural/DungeonSystem.Commands.cs
Content.Server/Projectiles/ProjectileSystem.cs
Content.Server/Radiation/Systems/RadiationSystem.GridCast.cs
Content.Server/Repairable/RepairableSystem.cs
Content.Server/Research/Disk/ResearchDiskSystem.cs
Content.Server/Rotatable/RotatableSystem.cs
Content.Server/Shuttles/Systems/DockingSystem.cs
Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs
Content.Server/Shuttles/Systems/ShuttleSystem.cs
Content.Server/Shuttles/Systems/ThrusterSystem.cs
Content.Server/Silicons/StationAi/StationAiSystem.cs
Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs
Content.Server/Singularity/EntitySystems/RadiationCollectorSystem.cs
Content.Server/Singularity/EntitySystems/SingularityGeneratorSystem.cs
Content.Server/Singularity/EntitySystems/SingularitySystem.cs
Content.Server/Solar/EntitySystems/PowerSolarSystem.cs
Content.Server/Spawners/EntitySystems/ConditionalSpawnerSystem.cs
Content.Server/Species/Systems/NymphSystem.cs
Content.Server/Speech/EntitySystems/AddAccentClothingSystem.cs
Content.Server/Spreader/KudzuSystem.cs
Content.Server/Station/Systems/StationSpawningSystem.cs
Content.Server/StationEvents/Events/VentClogRule.cs
Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs
Content.Server/Storage/EntitySystems/ItemCounterSystem.cs
Content.Server/Storage/EntitySystems/SpawnItemsOnUseSystem.cs
Content.Server/Store/Systems/StoreSystem.Ui.cs
Content.Server/Stunnable/Systems/StunOnCollideSystem.cs
Content.Server/SurveillanceCamera/Systems/SurveillanceCameraMonitorSystem.cs
Content.Server/Tabletop/TabletopSystem.Map.cs
Content.Server/Tabletop/TabletopSystem.Session.cs
Content.Server/Tabletop/TabletopSystem.cs
Content.Server/Telephone/TelephoneSystem.cs
Content.Server/Traits/TraitSystem.cs
Content.Server/Verbs/VerbSystem.cs
Content.Server/Wires/WiresSystem.cs
Content.Shared/Access/Systems/IdExaminableSystem.cs
Content.Shared/Actions/ActionUpgradeSystem.cs
Content.Shared/Alert/AlertsSystem.cs
Content.Shared/Animals/UdderSystem.cs
Content.Shared/Animals/WoolySystem.cs
Content.Shared/Bed/Cryostorage/SharedCryostorageSystem.cs
Content.Shared/Chemistry/EntitySystems/HypospraySystem.cs
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.cs
Content.Shared/Chemistry/MetabolismMovespeedModifierSystem.cs
Content.Shared/Construction/EntitySystems/AnchorableSystem.cs
Content.Shared/Containers/ContainerFillSystem.cs
Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs
Content.Shared/Cuffs/SharedCuffableSystem.cs
Content.Shared/Damage/Systems/DamageOnHighSpeedImpactSystem.cs
Content.Shared/Damage/Systems/SlowOnDamageSystem.cs
Content.Shared/Disposal/Mailing/SharedMailingUnitSystem.cs
Content.Shared/Examine/ExamineSystemShared.cs
Content.Shared/Gravity/SharedGravitySystem.cs
Content.Shared/Implants/SharedImplanterSystem.cs
Content.Shared/Inventory/InventorySystem.Helpers.cs
Content.Shared/Jittering/SharedJitteringSystem.cs
Content.Shared/Magic/SharedMagicSystem.cs
Content.Shared/Movement/Pulling/Systems/PullingSystem.cs
Content.Shared/Movement/Systems/FrictionContactsSystem.cs
Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs
Content.Shared/Nutrition/EntitySystems/SharedCreamPieSystem.cs
Content.Shared/Nutrition/EntitySystems/UtensilSystem.cs
Content.Shared/Paper/PaperSystem.cs
Content.Shared/RCD/Systems/RCDSystem.cs
Content.Shared/Singularity/EntitySystems/SharedEventHorizonSystem.cs
Content.Shared/Station/SharedStationSpawningSystem.cs
Content.Shared/StatusEffect/StatusEffectsSystem.cs
Content.Shared/Storage/EntitySystems/SharedItemCounterSystem.cs
Content.Shared/Storage/EntitySystems/SharedItemMapperSystem.cs
Content.Shared/SubFloor/SharedSubFloorHideSystem.cs
Content.Shared/Tabletop/SharedTabletopSystem.cs
Content.Shared/Throwing/ThrownItemSystem.cs
Content.Shared/Tools/Systems/SharedToolSystem.MultipleTool.cs
Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Revolver.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs
Content.Shared/Xenoarchaeology/Artifact/XAE/XAEApplyComponentsSystem.cs