]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Code cleanup: Dirty(Comp) (#26238)
authorTayrtahn <tayrtahn@gmail.com>
Wed, 20 Mar 2024 03:27:02 +0000 (23:27 -0400)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 03:27:02 +0000 (23:27 -0400)
commit4a83c365858830e3b2ff2b94fff501256422c20e
treebe6a5c6ffc3078f0f3efb6dcf5fce54adc7b4dd1
parentc28cbe40c31f3f45d1127b88bc2c306acebd76f3
Code cleanup: Dirty(Comp) (#26238)

* Replaced uses of Dirty(Component) with Dirty(Uid, Component)
Modified some systems (notably pulling-related) to use uids.

* Missed a few

* Revert changes to pulling

* No
74 files changed:
Content.Client/Weather/WeatherSystem.cs
Content.IntegrationTests/Tests/Tag/TagTest.cs
Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs
Content.Server/Atmos/EntitySystems/AtmosphereSystem.Map.cs
Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs
Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs
Content.Server/BarSign/Systems/BarSignSystem.cs
Content.Server/Clothing/Systems/ChameleonClothingSystem.cs
Content.Server/Decals/DecalSystem.cs
Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Content.Server/Dragon/DragonRiftSystem.cs
Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs
Content.Server/Ensnaring/EnsnareableSystem.cs
Content.Server/Gravity/GravitySystem.cs
Content.Server/HotPotato/HotPotatoSystem.cs
Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.Modifier.cs
Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs
Content.Server/Instruments/SwappableInstrumentSystem.cs
Content.Server/Light/EntitySystems/RotatingLightSystem.cs
Content.Server/Materials/MaterialReclaimerSystem.cs
Content.Server/Mech/Systems/MechSystem.cs
Content.Server/NameIdentifier/NameIdentifierSystem.cs
Content.Server/Physics/Controllers/ConveyorController.cs
Content.Server/Pinpointer/NavMapSystem.cs
Content.Server/PowerCell/PowerCellSystem.Draw.cs
Content.Server/Research/Systems/ResearchSystem.Server.cs
Content.Server/Research/Systems/ResearchSystem.Technology.cs
Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs
Content.Server/Silicons/Borgs/BorgSystem.cs
Content.Server/Sprite/RandomSpriteSystem.cs
Content.Server/Traits/Assorted/ParacusiaSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Revolver.cs
Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/RandomInstrumentArtifactSystem.cs
Content.Server/Zombies/ZombieSystem.Transform.cs
Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs
Content.Shared/Buckle/SharedBuckleSystem.Strap.cs
Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs
Content.Shared/Damage/Systems/StaminaSystem.cs
Content.Shared/Decals/SharedDecalSystem.cs
Content.Shared/Dice/SharedDiceSystem.cs
Content.Shared/Electrocution/SharedElectrocutionSystem.cs
Content.Shared/Emoting/EmoteSystem.cs
Content.Shared/Friction/TileFrictionController.cs
Content.Shared/Gravity/SharedFloatingVisualizerSystem.cs
Content.Shared/Gravity/SharedGravitySystem.Shake.cs
Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs
Content.Shared/Implants/SharedImplanterSystem.cs
Content.Shared/Instruments/SharedInstrumentSystem.cs
Content.Shared/Light/SharedHandheldLightSystem.cs
Content.Shared/Light/SharedRgbLightControllerSystem.cs
Content.Shared/Mech/EntitySystems/SharedMechSystem.cs
Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs
Content.Shared/Nutrition/EntitySystems/HungerSystem.cs
Content.Shared/Physics/Controllers/SharedConveyorController.cs
Content.Shared/RCD/Systems/RCDAmmoSystem.cs
Content.Shared/RCD/Systems/RCDSystem.cs
Content.Shared/Singularity/EntitySystems/SharedEventHorizonSystem.cs
Content.Shared/Stacks/SharedStackSystem.cs
Content.Shared/Standing/StandingStateSystem.cs
Content.Shared/StationRecords/StationRecordKeyStorageSystem.cs
Content.Shared/StatusEffect/StatusEffectsSystem.cs
Content.Shared/Storage/EntitySystems/BinSystem.cs
Content.Shared/Stunnable/SharedStunSystem.cs
Content.Shared/SubFloor/SharedTrayScannerSystem.cs
Content.Shared/Tag/TagSystem.cs
Content.Shared/Teleportation/Systems/LinkedEntitySystem.cs
Content.Shared/Weapons/Marker/SharedDamageMarkerSystem.cs
Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs
Content.Shared/Weapons/Ranged/Systems/RechargeBasicEntityAmmoSystem.cs
Content.Shared/Weapons/Ranged/Systems/RechargeCycleAmmoSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs
Content.Shared/Weather/SharedWeatherSystem.cs