]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Reduced Warning Count By 130 For Full Rebuilds (#26518)
authorJake Huxell <JakeHuxell@pm.me>
Fri, 29 Mar 2024 05:28:16 +0000 (01:28 -0400)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 05:28:16 +0000 (16:28 +1100)
commit59e46aab93ca38f8d57fcad4e3a2c893737d9ad4
tree0cae2580ee2753b5d80649bc02ad47b43c1e2d2d
parentcdfa7c3c7031ac01dd6a1479b6df7abc9e435190
Reduced Warning Count By 130 For Full Rebuilds (#26518)

* remove deprecated entity coordinate extension functions. Reduces warning count by approximately 50

* final toCoords Removed

* Remove all unused variables and dead code paths

* remove always true variable, should be a cvar or something instead

* remove superfluous variables from tests
69 files changed:
Content.Client/Alerts/ClientAlertsSystem.cs
Content.Client/Clothing/ClientClothingSystem.cs
Content.Client/Doors/DoorSystem.cs
Content.Client/IconSmoothing/IconSmoothSystem.cs
Content.Client/Items/Systems/ItemSystem.cs
Content.Client/NPC/PathfindingSystem.cs
Content.Client/Shuttles/UI/BaseShuttleControl.xaml.cs
Content.IntegrationTests/PoolManager.cs
Content.IntegrationTests/Tests/Fluids/PuddleTest.cs
Content.IntegrationTests/Tests/Power/PowerTest.cs
Content.IntegrationTests/Tests/PrototypeSaveTest.cs
Content.Server/Administration/Commands/PersistenceSaveCommand.cs
Content.Server/Administration/Commands/VariantizeCommand.cs
Content.Server/Anomaly/Effects/EntityAnomalySystem.cs
Content.Server/Atmos/EntitySystems/AirFilterSystem.cs
Content.Server/Atmos/EntitySystems/GasTankSystem.cs
Content.Server/Atmos/Piping/Binary/EntitySystems/GasVolumePumpSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs
Content.Server/Body/Systems/BodySystem.cs
Content.Server/Body/Systems/InternalsSystem.cs
Content.Server/Cargo/Systems/CargoSystem.cs
Content.Server/Cargo/Systems/PricingSystem.cs
Content.Server/Chemistry/Containers/EntitySystems/SolutionContainerSystem.cs
Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs
Content.Server/Decals/Commands/EditDecalCommand.cs
Content.Server/Decals/Commands/RemoveDecalCommand.cs
Content.Server/Disposal/Unit/EntitySystems/DisposableSystem.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs
Content.Server/Eye/Blinding/EyeProtection/EyeProtectionSystem.cs
Content.Server/Gateway/Systems/GatewayGeneratorSystem.cs
Content.Server/Instruments/InstrumentComponent.cs
Content.Server/Interaction/InteractionSystem.cs
Content.Server/Mech/Systems/MechSystem.cs
Content.Server/Medical/SuitSensors/SuitSensorSystem.cs
Content.Server/Ninja/Systems/StunProviderSystem.cs
Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs
Content.Server/Objectives/Systems/NinjaConditionsSystem.cs
Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.cs
Content.Server/Polymorph/Systems/PolymorphSystem.cs
Content.Server/Power/EntitySystems/ExtensionCableSystem.cs
Content.Server/Power/Generator/PortableGeneratorSystem.cs
Content.Server/RatKing/RatKingSystem.cs
Content.Server/Roles/RemoveRoleCommand.cs
Content.Server/Sandbox/Commands/ColorNetworkCommand.cs
Content.Server/Shuttles/Systems/ArrivalsSystem.cs
Content.Server/Shuttles/Systems/ThrusterSystem.cs
Content.Server/Silicons/Laws/SiliconLawSystem.cs
Content.Server/Singularity/EntitySystems/RadiationCollectorSystem.cs
Content.Server/Spreader/SpreaderSystem.cs
Content.Server/Station/Systems/StationJobsSystem.cs
Content.Server/Station/Systems/StationSystem.cs
Content.Server/StationEvents/Events/NinjaSpawnRule.cs
Content.Server/SurveillanceCamera/Systems/SurveillanceCameraSpeakerSystem.cs
Content.Server/Temperature/Systems/TemperatureSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactGasTriggerSystem.cs
Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactHeatTriggerSystem.cs
Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactPressureTriggerSystem.cs
Content.Server/Zombies/ZombieSystem.cs
Content.Shared/Climbing/Systems/ClimbSystem.cs
Content.Shared/Construction/SharedFlatpackSystem.cs
Content.Shared/Coordinates/EntityCoordinatesExtensions.cs
Content.Shared/Maps/TurfSystem.cs
Content.Shared/RCD/Systems/RCDSystem.cs
Content.Shared/Remotes/EntitySystems/SharedDoorRemoteSystem.cs
Content.Shared/Shuttles/Components/IFFComponent.cs
Content.Shared/Shuttles/Systems/SharedShuttleSystem.IFF.cs
Content.Shared/Shuttles/Systems/SharedShuttleSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Interactions.cs