]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Predict identity (#40185)
authorāda <ss.adasts@gmail.com>
Tue, 23 Sep 2025 23:32:20 +0000 (18:32 -0500)
committerGitHub <noreply@github.com>
Tue, 23 Sep 2025 23:32:20 +0000 (01:32 +0200)
commit320e67a4110639ebd1d2110a9f84292007a00c1c
treee62a5a3d9c0bc62ca14767b87821aeac2608fbf2
parentdddb6163f5c256b2d9b6c38959c2690c89f330cd
Predict identity (#40185)

* crossing the pond

* share some station records

* share some criminal records

* single system

* comments

* minor touchups

* I always forget this part

* requested changes

* revert predicted spawn

* requested changes

---------

Co-authored-by: iaada <iaada@users.noreply.github.com>
18 files changed:
Content.Client/IdentityManagement/IdentitySystem.cs [deleted file]
Content.Server/Clothing/Systems/ChameleonClothingSystem.cs
Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs
Content.Server/Delivery/DeliverySystem.Spawning.cs
Content.Server/IdentityManagement/IdentitySystem.cs [deleted file]
Content.Server/Station/Systems/StationSpawningSystem.cs
Content.Server/StationRecords/Systems/StationRecordsSystem.cs
Content.Server/Zombies/ZombieSystem.Transform.cs
Content.Shared/CriminalRecords/Systems/SharedCriminalRecordsConsoleSystem.cs
Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs
Content.Shared/IdentityManagement/Components/IdentityBlockerComponent.cs
Content.Shared/IdentityManagement/Components/IdentityComponent.cs
Content.Shared/IdentityManagement/IdentitySystem.cs [new file with mode: 0644]
Content.Shared/IdentityManagement/SharedIdentitySystem.cs [deleted file]
Content.Shared/StationRecords/SharedStationRecordsSystem.cs
Content.Shared/StationRecords/StationRecordSet.cs [moved from Content.Server/StationRecords/StationRecordSet.cs with 98% similarity]
Content.Shared/StationRecords/StationRecordsComponent.cs [moved from Content.Server/StationRecords/Components/StationRecordsComponent.cs with 70% similarity]
Content.Shared/Trigger/Systems/DnaScrambleOnTriggerSystem.cs