]> git.smokeofanarchy.ru Git - space-station-14.git/commit
criminal records revival (#22510)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Sun, 4 Feb 2024 23:29:35 +0000 (23:29 +0000)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 23:29:35 +0000 (19:29 -0400)
commit683591ab046eb720e6ccfd3d0f6e5574f5f7efbc
tree5f629bedd249ba3e4247f1e8505be4215d48ebe0
parentc856dd75067bace5944332a0f4b43d5bde413042
criminal records revival (#22510)
34 files changed:
Content.Client/CriminalRecords/CrimeHistoryWindow.xaml [new file with mode: 0644]
Content.Client/CriminalRecords/CrimeHistoryWindow.xaml.cs [new file with mode: 0644]
Content.Client/CriminalRecords/CriminalRecordsConsoleBoundUserInterface.cs [new file with mode: 0644]
Content.Client/CriminalRecords/CriminalRecordsConsoleWindow.xaml [new file with mode: 0644]
Content.Client/CriminalRecords/CriminalRecordsConsoleWindow.xaml.cs [new file with mode: 0644]
Content.Client/StationRecords/GeneralStationRecordConsoleBoundUserInterface.cs
Content.Client/StationRecords/GeneralStationRecordConsoleWindow.xaml.cs
Content.Server/Access/Systems/IdCardConsoleSystem.cs
Content.Server/Administration/Systems/AdminSystem.cs
Content.Server/CriminalRecords/Components/CriminalRecordsConsoleComponent.cs [new file with mode: 0644]
Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs [new file with mode: 0644]
Content.Server/CriminalRecords/Systems/CriminalRecordsSystem.cs [new file with mode: 0644]
Content.Server/Mind/Commands/RenameCommand.cs
Content.Server/StationEvents/Events/ClericalErrorRule.cs
Content.Server/StationRecords/Components/GeneralStationRecordConsoleComponent.cs
Content.Server/StationRecords/StationRecordSet.cs
Content.Server/StationRecords/Systems/GeneralStationRecordConsoleSystem.cs
Content.Server/StationRecords/Systems/StationRecordsSystem.cs
Content.Shared/Access/Components/AccessReaderComponent.cs
Content.Shared/CriminalRecords/CriminalRecord.cs [new file with mode: 0644]
Content.Shared/CriminalRecords/CriminalRecordsUi.cs [new file with mode: 0644]
Content.Shared/Security/SecurityStatus.cs [new file with mode: 0644]
Content.Shared/StationRecords/GeneralRecordsUi.cs [moved from Content.Shared/StationRecords/SharedGeneralStationRecordConsoleSystem.cs with 65% similarity]
Content.Shared/StationRecords/GeneralStationRecord.cs
Content.Shared/StationRecords/GeneralStationRecordsFilter.cs [deleted file]
Content.Shared/StationRecords/StationRecordKey.cs
Content.Shared/StationRecords/StationRecordsFilter.cs [new file with mode: 0644]
Resources/Locale/en-US/criminal-records/criminal-records.ftl [new file with mode: 0644]
Resources/Locale/en-US/guidebook/guides.ftl
Resources/Locale/en-US/station-records/general-station-records.ftl
Resources/Prototypes/Datasets/criminal_records.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml
Resources/Prototypes/Guidebook/security.yml
Resources/ServerInfo/Guidebook/Security/CriminalRecords.xml [new file with mode: 0644]