]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Sentry turrets - Part 6: Sentry turret control panels (#35235)
authorchromiumboy <50505512+chromiumboy@users.noreply.github.com>
Mon, 26 May 2025 13:00:50 +0000 (08:00 -0500)
committerGitHub <noreply@github.com>
Mon, 26 May 2025 13:00:50 +0000 (16:00 +0300)
commitf99850e1fb0d726203fbd4e0fd70f75f56045878
tree949be3abd7cc1aa5f60d6fd7998113a857aefbbc
parent32ffbbfb0fd73c9e10e1278c4c3656a7b628975b
Sentry turrets - Part 6: Sentry turret control panels (#35235)
18 files changed:
Content.Client/Access/UI/GroupedAccessLevelChecklist.xaml [new file with mode: 0644]
Content.Client/Access/UI/GroupedAccessLevelChecklist.xaml.cs [new file with mode: 0644]
Content.Client/TurretController/DeployableTurretControllerSystem.cs [new file with mode: 0644]
Content.Client/TurretController/TurretControllerWindow.xaml [new file with mode: 0644]
Content.Client/TurretController/TurretControllerWindow.xaml.cs [new file with mode: 0644]
Content.Client/TurretController/TurretControllerWindowBoundUserInterface.cs [new file with mode: 0644]
Content.Client/Turrets/DeployableTurretSystem.cs
Content.Client/UserInterface/Controls/MonotoneButton.cs
Content.Server/TurretController/DeployableTurretControllerSystem.cs [new file with mode: 0644]
Content.Server/Turrets/DeployableTurretSystem.cs
Content.Shared/Access/AccessGroupPrototype.cs
Content.Shared/TurretController/DeployableTurretControllerComponent.cs [new file with mode: 0644]
Content.Shared/TurretController/SharedDeployableTurretControllerSystem.cs [new file with mode: 0644]
Content.Shared/Turrets/TurretTargetSettingsSystem.cs
Resources/Locale/en-US/ui/turret-controls.ftl [new file with mode: 0644]
Resources/Prototypes/Access/misc.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Turrets/turrets_energy.yml
Resources/Prototypes/Entities/Structures/Wallmounts/turret_controls.yml [new file with mode: 0644]