]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Stop network serializing prototypes (#38602)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Thu, 26 Jun 2025 23:27:23 +0000 (01:27 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 23:27:23 +0000 (19:27 -0400)
commit73df3b15939e4c40ea58f1526ede5ce3bc3ed5ad
treea4ae495de844e455febe460cea60bb0b203b9481
parentbb7e7c3e5f56b92215ec0b762be90623f810e362
Stop network serializing prototypes (#38602)

* Stop network serializing prototypes

Send the damn proto ID instead.

* Fix sandbox violation
28 files changed:
Content.Client/Administration/AdminNameOverlay.cs
Content.Client/Administration/Systems/AdminSystem.Overlay.cs
Content.Client/Administration/UI/Tabs/PlayerTab/PlayerTabEntry.xaml.cs
Content.Client/NetworkConfigurator/NetworkConfiguratorLinkMenu.xaml.cs
Content.Server/Administration/Logs/AdminLogManager.cs
Content.Server/Administration/Systems/AdminSystem.cs
Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs
Content.Server/Speech/EntitySystems/MumbleAccentSystem.cs
Content.Server/Speech/EntitySystems/VocalSystem.cs
Content.Shared/Administration/PlayerInfo.cs
Content.Shared/Cargo/Prototypes/CargoBountyPrototype.cs
Content.Shared/Chat/Prototypes/EmoteSoundsPrototype.cs
Content.Shared/Damage/Prototypes/DamageContainerPrototype.cs
Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs
Content.Shared/DeviceLinking/DevicePortPrototype.cs
Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs
Content.Shared/DeviceNetwork/DeviceFrequencyPrototype.cs
Content.Shared/DeviceNetwork/NetworkConfiguratorUserInterfaceState.cs
Content.Shared/Mind/RoleTypePrototype.cs
Content.Shared/Roles/AntagPrototype.cs
Content.Shared/Silicons/Laws/SiliconLawPrototype.cs
Content.Shared/Silicons/Laws/SiliconLawsetPrototype.cs
Content.Shared/Speech/Components/VocalComponent.cs
Content.Shared/Store/CurrencyPrototype.cs
Content.Shared/Store/ListingPrototype.cs
Content.Shared/Store/StoreCategoryPrototype.cs
Content.Shared/StoryGen/Prototypes/StoryTemplatePrototype.cs
Content.Shared/VendingMachines/VendingMachineInventoryPrototype.cs