]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Refactor audio system to send collection IDs over the network (#33610)
authorpathetic meowmeow <uhhadd@gmail.com>
Sun, 23 Feb 2025 12:14:56 +0000 (07:14 -0500)
committerGitHub <noreply@github.com>
Sun, 23 Feb 2025 12:14:56 +0000 (23:14 +1100)
commitfabfdd06736ad54093c60d3114b083ebc7ae49fd
tree8d8b0a2cf5f36031663548573794d2d670d16b06
parent1d210b52e06c8b405be1e90ec8e5f2948bfdfe7e
Refactor audio system to send collection IDs over the network (#33610)
21 files changed:
Content.Client/Audio/ClientGlobalSoundSystem.cs
Content.Client/Audio/ContentAudioSystem.LobbyMusic.cs
Content.Client/Disposal/Systems/DisposalUnitSystem.cs
Content.Client/GameTicking/Managers/ClientGameTicker.cs
Content.Client/Light/Visualizers/PoweredLightVisualizerSystem.cs
Content.Client/Trigger/TimerTriggerVisualizerSystem.cs
Content.Server/Audio/ServerGlobalSoundSystem.cs
Content.Server/Cargo/Systems/CargoSystem.Orders.cs
Content.Server/Cargo/Systems/CargoSystem.Telepad.cs
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/GameTicking/GameTicker.RoundFlow.cs
Content.Server/Light/EntitySystems/HandheldLightSystem.cs
Content.Server/Nuke/NukeSystem.cs
Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs
Content.Server/Radiation/Systems/GeigerSystem.cs
Content.Server/Salvage/Expeditions/SalvageExpeditionComponent.cs
Content.Server/Salvage/SalvageSystem.Expeditions.cs
Content.Server/Salvage/SalvageSystem.Runner.cs
Content.Shared/Audio/SharedGlobalSoundSystem.cs
Content.Shared/GameTicking/SharedGameTicker.cs
Content.Shared/Sound/SharedEmitSoundSystem.cs