]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Admin Tool: Observe entities in an extra viewport (#36969)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Fri, 25 Jul 2025 16:53:01 +0000 (18:53 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Jul 2025 16:53:01 +0000 (18:53 +0200)
commitb4e81cb8f22b4856a42f3fe4f85e895a57bea02e
treea6f005046b60f86fb57e263f90b9f7e2dbc60644
parentf501b1b57fe1881fca3f908edcf0308595ee9a2a
Admin Tool: Observe entities in an extra viewport (#36969)

* camera

* add console command

* change verb name to camera

* placeholder text

* add button to player panel

* orks are indeed the best

* visibility flag fix

* not a datafield

* more follower fixes

* more cleanup

* add zooming

* resizing real

* remove commented out code

* remove AddForceSend

* comment

* Use OS window and add some comments

* fix comments and variable name

* Needs RT update

* Minor grammarchange

* Fix warning

* Cleanup

* almost working...

* fix bug

* oswindow update

* Remove need for RequestClosed.

---------

Co-authored-by: beck-thompson <beck314159@hotmail.com>
Co-authored-by: PJB3005 <pieterjan.briers+git@gmail.com>
19 files changed:
Content.Client/Administration/UI/AdminCamera/AdminCameraControl.xaml [new file with mode: 0644]
Content.Client/Administration/UI/AdminCamera/AdminCameraControl.xaml.cs [new file with mode: 0644]
Content.Client/Administration/UI/AdminCamera/AdminCameraEui.cs [new file with mode: 0644]
Content.Client/Administration/UI/AdminCamera/AdminCameraWindow.xaml [new file with mode: 0644]
Content.Client/Administration/UI/AdminCamera/AdminCameraWindow.xaml.cs [new file with mode: 0644]
Content.Client/Administration/UI/PlayerPanel/PlayerPanel.xaml
Content.Client/Administration/UI/PlayerPanel/PlayerPanel.xaml.cs
Content.Client/Administration/UI/PlayerPanel/PlayerPanelEui.cs
Content.Server/Administration/Commands/CameraCommand.cs [new file with mode: 0644]
Content.Server/Administration/Systems/AdminVerbSystem.cs
Content.Server/Administration/UI/AdminCameraEui.cs [new file with mode: 0644]
Content.Shared/Administration/AdminCameraEuiState.cs [new file with mode: 0644]
Content.Shared/Eye/VisibilityFlags.cs
Content.Shared/Follower/FollowerSystem.cs
Resources/Locale/en-US/administration/admin-verbs.ftl
Resources/Locale/en-US/administration/commands/camera.ftl [new file with mode: 0644]
Resources/Locale/en-US/administration/ui/admin-camera-window.ftl [new file with mode: 0644]
Resources/Locale/en-US/administration/ui/player-panel.ftl
Resources/Prototypes/Entities/Interface/admin_tools.yml [new file with mode: 0644]