]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Resolve `'EntitySystem.Get<T>()' is obsolete` in content (#27936)
authorKara <lunarautomaton6@gmail.com>
Mon, 13 May 2024 00:34:52 +0000 (17:34 -0700)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 00:34:52 +0000 (20:34 -0400)
commit993eef1e7c22b2b79e528967ef5bb669f50236b1
tree5236d28d6cde7693d732b568086c56593acdb656
parentefc430f651192fe0d6e2b7a076eb1ed2ed59192f
Resolve `'EntitySystem.Get<T>()' is obsolete` in content (#27936)

* PROJECT 0 WARNINGS: Resolve `'EntitySystem.Get<T>()' is obsolete` in content

* pass entman

* dog ass test

* webeditor
65 files changed:
Content.Client/Decals/ToggleDecalCommand.cs
Content.Client/Decals/UI/DecalPlacerWindow.xaml.cs
Content.Client/NetworkConfigurator/Systems/NetworkConfiguratorSystem.cs
Content.Client/NodeContainer/NodeVisCommand.cs
Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs
Content.Server/Administration/Commands/DSay.cs
Content.Server/Administration/Commands/ReadyAll.cs
Content.Server/Administration/Commands/ShuttleCommands.cs
Content.Server/Administration/Commands/ThrowScoreboardCommand.cs
Content.Server/Administration/Logs/AdminLogsEui.cs
Content.Server/Administration/UI/SpawnExplosionEui.cs
Content.Server/Alert/Commands/ClearAlert.cs
Content.Server/Alert/Commands/ShowAlert.cs
Content.Server/Atmos/Commands/ListGasesCommand.cs
Content.Server/Atmos/Commands/ShowAtmosCommand.cs
Content.Server/Atmos/Components/AtmosPlaqueComponent.cs
Content.Server/Atmos/Monitor/Systems/AirAlarmModes.cs
Content.Server/Atmos/Piping/Components/AtmosPipeColorComponent.cs
Content.Server/Chat/Commands/LOOCCommand.cs
Content.Server/Chat/Commands/SuicideCommand.cs
Content.Server/Chemistry/EntitySystems/VaporSystem.cs
Content.Server/Chemistry/ReactionEffects/ExplosionReactionEffect.cs
Content.Server/Chemistry/ReagentEffectConditions/HasTagCondition.cs
Content.Server/Chemistry/ReagentEffects/ChemCleanBloodstream.cs
Content.Server/Chemistry/ReagentEffects/ExtinguishReaction.cs
Content.Server/Chemistry/ReagentEffects/Ignite.cs
Content.Server/Chemistry/ReagentEffects/ModifyBleedAmount.cs
Content.Server/Chemistry/ReagentEffects/ModifyBloodLevel.cs
Content.Server/Chemistry/ReagentEffects/MovespeedModifier.cs
Content.Server/Chemistry/ReagentEffects/Oxygenate.cs
Content.Server/Chemistry/ReagentEffects/Paralyze.cs
Content.Server/Chemistry/ReagentEffects/SatiateThirst.cs
Content.Server/Chemistry/ReagentEffects/WashCreamPieReaction.cs
Content.Server/Chemistry/TileReactions/CleanDecalsReaction.cs
Content.Server/Chemistry/TileReactions/CleanTileReaction.cs
Content.Server/Chemistry/TileReactions/CreateEntityTileReaction.cs
Content.Server/Chemistry/TileReactions/ExtinguishTileReaction.cs
Content.Server/Chemistry/TileReactions/FlammableTileReaction.cs
Content.Server/Chemistry/TileReactions/PryTileReaction.cs
Content.Server/Chemistry/TileReactions/SpillIfPuddlePresentTileReaction.cs
Content.Server/Chemistry/TileReactions/SpillTileReaction.cs
Content.Server/Destructible/Thresholds/Behaviors/EjectVendorItems.cs
Content.Server/Destructible/Thresholds/Behaviors/OpenBehavior.cs
Content.Server/Destructible/Thresholds/Behaviors/SpillBehavior.cs
Content.Server/Fluids/EntitySystems/PuddleSystem.cs
Content.Server/Fluids/EntitySystems/SmokeSystem.cs
Content.Server/GameTicking/Commands/DelayStartCommand.cs
Content.Server/GameTicking/Commands/EndRoundCommand.cs
Content.Server/GameTicking/Commands/ForcePresetCommand.cs
Content.Server/GameTicking/Commands/GoLobbyCommand.cs
Content.Server/GameTicking/Commands/ObserveCommand.cs
Content.Server/GameTicking/Commands/RestartRoundCommand.cs
Content.Server/GameTicking/Commands/StartRoundCommand.cs
Content.Server/GameTicking/Commands/ToggleReadyCommand.cs
Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs
Content.Server/Ghost/Roles/GhostRoleSystem.cs
Content.Server/Ghost/Roles/UI/GhostRolesEui.cs
Content.Server/Maps/Conditions/HolidayMapCondition.cs
Content.Server/NodeContainer/Nodes/PipeNode.cs
Content.Server/Power/Commands/PowerStatCommand.cs
Content.Server/Power/PowerWireAction.cs
Content.Server/Sandbox/Commands/ColorNetworkCommand.cs
Content.Shared/Chemistry/Reaction/ITileReaction.cs
Content.Shared/Chemistry/Reagent/ReagentPrototype.cs
Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs