]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Remove AlertType and AlertCategory (#27933)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Fri, 24 May 2024 02:43:04 +0000 (22:43 -0400)
committerGitHub <noreply@github.com>
Fri, 24 May 2024 02:43:04 +0000 (22:43 -0400)
commit8a95cb186c922eee64c4c389c5ff247090861210
tree38ce5759b87d452267d03ff76d017d8d25287721
parent594a8982602ca9e7cfe10dd77745e55b953088fb
Remove AlertType and AlertCategory (#27933)
69 files changed:
Content.Client/Alerts/ClientAlertsSystem.cs
Content.Client/Revenant/RevenantSystem.cs
Content.Client/UserInterface/Systems/Alerts/AlertsUIController.cs
Content.Client/UserInterface/Systems/Alerts/Widgets/AlertsUI.xaml.cs
Content.IntegrationTests/Tests/GameObjects/Components/Mobs/AlertsComponentTests.cs
Content.IntegrationTests/Tests/Gravity/WeightlessStatusTests.cs
Content.Server/Abilities/Mime/MimePowersComponent.cs
Content.Server/Abilities/Mime/MimePowersSystem.cs
Content.Server/Alert/Commands/ClearAlert.cs
Content.Server/Alert/Commands/ShowAlert.cs
Content.Server/Atmos/Components/BarotraumaComponent.cs
Content.Server/Atmos/Components/FlammableComponent.cs
Content.Server/Atmos/EntitySystems/BarotraumaSystem.cs
Content.Server/Atmos/EntitySystems/FlammableSystem.cs
Content.Server/Body/Components/BloodstreamComponent.cs
Content.Server/Body/Components/InternalsComponent.cs
Content.Server/Body/Components/LungComponent.cs
Content.Server/Body/Systems/BloodstreamSystem.cs
Content.Server/Body/Systems/InternalsSystem.cs
Content.Server/Chemistry/ReagentEffects/AdjustAlert.cs
Content.Server/Clothing/MagbootsSystem.cs
Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs
Content.Server/Ninja/Systems/SpaceNinjaSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.cs
Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs
Content.Server/Silicons/Borgs/BorgSystem.cs
Content.Server/Temperature/Components/TemperatureComponent.cs
Content.Server/Temperature/Systems/TemperatureSystem.cs
Content.Shared/Alert/AlertCategory.cs [deleted file]
Content.Shared/Alert/AlertCategoryPrototype.cs [new file with mode: 0644]
Content.Shared/Alert/AlertKey.cs
Content.Shared/Alert/AlertOrderPrototype.cs
Content.Shared/Alert/AlertPrototype.cs
Content.Shared/Alert/AlertState.cs
Content.Shared/Alert/AlertType.cs [deleted file]
Content.Shared/Alert/AlertsSystem.cs
Content.Shared/Alert/ClickAlertEvent.cs
Content.Shared/Buckle/Components/StrapComponent.cs
Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs
Content.Shared/Clothing/MagbootsComponent.cs
Content.Shared/CombatMode/Pacification/PacificationSystem.cs
Content.Shared/CombatMode/Pacification/PacifiedComponent.cs
Content.Shared/Cuffs/Components/CuffableComponent.cs
Content.Shared/Cuffs/SharedCuffableSystem.cs
Content.Shared/Damage/Components/StaminaComponent.cs
Content.Shared/Damage/Systems/StaminaSystem.cs
Content.Shared/Ensnaring/Components/EnsnareableComponent.cs
Content.Shared/Gravity/SharedGravitySystem.cs
Content.Shared/Mobs/Components/MobThresholdsComponent.cs
Content.Shared/Mobs/Systems/MobThresholdSystem.cs
Content.Shared/Movement/Pulling/Components/PullableComponent.cs
Content.Shared/Movement/Pulling/Components/PullerComponent.cs
Content.Shared/Movement/Pulling/Systems/PullingSystem.cs
Content.Shared/Ninja/Components/SpaceNinjaComponent.cs
Content.Shared/Nutrition/Components/HungerComponent.cs
Content.Shared/Nutrition/Components/ThirstComponent.cs
Content.Shared/Nutrition/EntitySystems/HungerSystem.cs
Content.Shared/Nutrition/EntitySystems/ThirstSystem.cs
Content.Shared/Revenant/Components/RevenantComponent.cs
Content.Shared/Shuttles/Components/PilotComponent.cs
Content.Shared/Silicons/Borgs/Components/BorgChassisComponent.cs
Content.Shared/StatusEffect/StatusEffectPrototype.cs
Content.Shared/StatusEffect/StatusEffectsSystem.cs
Content.Shared/Weapons/Reflect/ReflectSystem.cs
Content.Tests/Shared/Alert/AlertManagerTests.cs
Content.Tests/Shared/Alert/AlertOrderPrototypeTests.cs
Content.Tests/Shared/Alert/AlertPrototypeTests.cs
Content.Tests/Shared/Alert/ServerAlertsComponentTests.cs
Resources/Prototypes/Alerts/categories.yml [new file with mode: 0644]