]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move ChatSystem.Emotes to shared (#40866)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Mon, 13 Oct 2025 18:06:01 +0000 (20:06 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 18:06:01 +0000 (18:06 +0000)
commitee9d1032bb199e641098b670a34e99ea47d36c72
tree722727506774ffd775b8e64de038827f7d1198ca
parent774468ad7173ddbea2ad211d1b5860c3cddc7619
Move ChatSystem.Emotes to shared (#40866)

* move to shared

* entity effect to shared

* refactor: whitespaces+xml-doc typo fixups

* refactor: a little bit more of xml-doc typos fixups

---------

Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
28 files changed:
Content.Server/Access/Systems/IdCardSystem.cs
Content.Server/Body/Systems/RespiratorSystem.cs
Content.Server/Chat/Commands/MeCommand.cs
Content.Server/Chat/Commands/SayCommand.cs
Content.Server/Chat/Commands/WhisperCommand.cs
Content.Server/Chat/Systems/AutoEmoteSystem.cs
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/Chat/Systems/EmoteOnDamageSystem.cs
Content.Server/Cluwne/CluwneSystem.cs
Content.Server/Emoting/Systems/BodyEmotesSystem.cs
Content.Server/EntityEffects/Effects/EmoteEntityEffectSystem.cs [deleted file]
Content.Server/Holopad/HolopadSystem.cs
Content.Server/Mobs/CritMobActionsSystem.cs
Content.Server/Speech/EmotesMenuSystem.cs
Content.Server/Speech/EntitySystems/MumbleAccentSystem.cs
Content.Server/Speech/EntitySystems/VocalSystem.cs
Content.Server/Speech/Muting/MutingSystem.cs
Content.Server/Teleportation/TeleportLocationsSystem.cs
Content.Server/Vocalization/Systems/VocalizationSystem.cs
Content.Server/Zombies/ZombieSystem.cs
Content.Shared/Chat/EmotesEvents.cs
Content.Shared/Chat/SharedChatSystem.Emote.cs [moved from Content.Server/Chat/Systems/ChatSystem.Emote.cs with 68% similarity]
Content.Shared/Chat/SharedChatSystem.cs
Content.Shared/Emoting/EmoteEvents.cs
Content.Shared/EntityEffects/Effects/EmoteEntityEffectSystem.cs [moved from Content.Shared/EntityEffects/Effects/EmoteEntityEffect.cs with 63% similarity]
Content.Shared/Inventory/InventorySystem.Relay.cs
Content.Shared/Speech/Components/EmoteBlockerComponent.cs [moved from Content.Server/Speech/Components/EmoteBlockerComponent.cs with 74% similarity]
Content.Shared/Speech/EntitySystems/EmoteBlockerSystem.cs [moved from Content.Server/Speech/EntitySystems/EmoteBlockerSystem.cs with 90% similarity]