]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Cleans up StatusIconSystem and fixing some bugs (#28270)
authorAJCM-git <60196617+AJCM-git@users.noreply.github.com>
Mon, 3 Jun 2024 16:12:21 +0000 (12:12 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 16:12:21 +0000 (12:12 -0400)
commit8c105810109a076c30518f0b122b58fcac354bd7
treebbaebd2147c383dccd0bea1a75070f8afd2f4c46
parent87ffbab4614ff616447d7a89d161a699d5750013
Cleans up StatusIconSystem and fixing some bugs (#28270)
49 files changed:
Content.Client/Access/UI/AgentIDCardBoundUserInterface.cs
Content.Client/Access/UI/AgentIDCardWindow.xaml.cs
Content.Client/Antag/AntagStatusIconSystem.cs [deleted file]
Content.Client/Commands/ShowHealthBarsCommand.cs
Content.Client/LateJoin/LateJoinGui.cs
Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Content.Client/Overlays/EntityHealthBarOverlay.cs
Content.Client/Overlays/ShowCriminalRecordIconsSystem.cs
Content.Client/Overlays/ShowHealthBarsSystem.cs
Content.Client/Overlays/ShowHealthIconsSystem.cs
Content.Client/Overlays/ShowHungerIconsSystem.cs
Content.Client/Overlays/ShowJobIconsSystem.cs
Content.Client/Overlays/ShowMindShieldIconsSystem.cs
Content.Client/Overlays/ShowSyndicateIconsSystem.cs
Content.Client/Overlays/ShowThirstIconsSystem.cs
Content.Client/Revolutionary/RevolutionarySystem.cs
Content.Client/SSDIndicator/SSDIndicatorSystem.cs
Content.Client/StatusIcon/StatusIconOverlay.cs
Content.Client/StatusIcon/StatusIconSystem.cs
Content.Client/Stealth/StealthSystem.cs
Content.Client/Zombies/ZombieSystem.cs
Content.Server/Access/Components/AgentIDCardComponent.cs
Content.Server/Access/Systems/AgentIDCardSystem.cs
Content.Server/Access/Systems/IdCardConsoleSystem.cs
Content.Server/Access/Systems/PresetIdCardSystem.cs
Content.Server/Revolutionary/RevolutionarySystem.cs [new file with mode: 0644]
Content.Server/Station/Systems/StationSpawningSystem.cs
Content.Shared/Access/SharedAgentIDCardSystem.cs
Content.Shared/Antag/IAntagStatusIconComponent.cs [deleted file]
Content.Shared/Antag/ShowAntagIconsComponent.cs [new file with mode: 0644]
Content.Shared/Overlays/ShowHealthBarsComponent.cs
Content.Shared/Revolutionary/Components/HeadRevolutionaryComponent.cs
Content.Shared/Revolutionary/Components/RevolutionaryComponent.cs
Content.Shared/Revolutionary/Components/ShowRevIconsComponent.cs [deleted file]
Content.Shared/Revolutionary/SharedRevolutionarySystem.cs
Content.Shared/Roles/JobPrototype.cs
Content.Shared/SSDIndicator/SSDIndicatorComponent.cs
Content.Shared/StatusIcon/Components/StatusIconComponent.cs
Content.Shared/StatusIcon/StatusIconPrototype.cs
Content.Shared/Zombies/InitialInfectedComponent.cs
Content.Shared/Zombies/ShowZombieIconsComponent.cs [deleted file]
Content.Shared/Zombies/ZombieComponent.cs
Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
Resources/Prototypes/StatusIcon/StatusEffects/health.yml [moved from Resources/Prototypes/StatusEffects/health.yml with 100% similarity]
Resources/Prototypes/StatusIcon/StatusEffects/hunger.yml [moved from Resources/Prototypes/StatusEffects/hunger.yml with 100% similarity]
Resources/Prototypes/StatusIcon/StatusEffects/ssd.yml [moved from Resources/Prototypes/StatusEffects/ssd.yml with 100% similarity]
Resources/Prototypes/StatusIcon/antag.yml
Resources/Prototypes/StatusIcon/job.yml [moved from Resources/Prototypes/StatusEffects/job.yml with 100% similarity]
Resources/Prototypes/StatusIcon/security.yml [moved from Resources/Prototypes/StatusEffects/security.yml with 100% similarity]