]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Station maps (#13027)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Thu, 13 Apr 2023 06:21:24 +0000 (16:21 +1000)
committerGitHub <noreply@github.com>
Thu, 13 Apr 2023 06:21:24 +0000 (16:21 +1000)
commitbe4e69b0c078888d86cfe76835792628efa487ca
tree8c9540a9e9705c3444649c30c1f76b680956ee46
parentfc94d5245e90777371878e55f0e5e8fb4bab23b9
Station maps (#13027)
45 files changed:
Content.Client/Medical/CrewMonitoring/CrewMonitoringBoundUserInterface.cs
Content.Client/Medical/CrewMonitoring/CrewMonitoringWindow.xaml
Content.Client/Medical/CrewMonitoring/CrewMonitoringWindow.xaml.cs
Content.Client/Pinpointer/NavMapSystem.cs [new file with mode: 0644]
Content.Client/Pinpointer/PinpointerSystem.cs [moved from Content.Client/Pinpointer/ClientPinpointerSystem.cs with 97% similarity]
Content.Client/Pinpointer/UI/NavMapControl.cs [new file with mode: 0644]
Content.Client/Pinpointer/UI/StationMapBoundUserInterface.cs [new file with mode: 0644]
Content.Client/Pinpointer/UI/StationMapWindow.xaml [new file with mode: 0644]
Content.Client/Pinpointer/UI/StationMapWindow.xaml.cs [new file with mode: 0644]
Content.Client/Shuttles/UI/DockingControl.cs
Content.Client/Shuttles/UI/RadarControl.cs
Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml.cs
Content.Client/Stylesheets/StyleNano.cs
Content.Client/UserInterface/Controls/MapGridControl.cs [new file with mode: 0644]
Content.Server/Medical/CrewMonitoring/CrewMonitoringConsoleSystem.cs
Content.Server/Medical/SuitSensors/SuitSensorComponent.cs
Content.Server/Medical/SuitSensors/SuitSensorSystem.cs
Content.Server/Pinpointer/NavMapSystem.cs [new file with mode: 0644]
Content.Server/Pinpointer/PinpointerSystem.cs [moved from Content.Server/Pinpointer/ServerPinpointerSystem.cs with 98% similarity]
Content.Server/Pinpointer/StationMapComponent.cs [new file with mode: 0644]
Content.Server/Pinpointer/StationMapSystem.cs [new file with mode: 0644]
Content.Shared/Medical/CrewMonitoring/CrewMonitoringShared.cs
Content.Shared/Medical/SuitSensor/SharedSuitSensor.cs
Content.Shared/Pinpointer/NavMapComponent.cs [new file with mode: 0644]
Content.Shared/Pinpointer/SharedNavMapSystem.cs [new file with mode: 0644]
Content.Shared/Pinpointer/SharedStationMapSystem.cs [new file with mode: 0644]
Content.Shared/Power/SharedPowerDevice.cs
Resources/Locale/en-US/pinpointer/station_map.ftl [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/misc.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Devices/station_map.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Specific/Salvage/ore_bag.yml [moved from Resources/Prototypes/Entities/Objects/Specific/Mining/ore_bag.yml with 100% similarity]
Resources/Prototypes/Entities/Structures/Wallmounts/station_map.yml [new file with mode: 0644]
Resources/Textures/Objects/Devices/tablets.rsi/generic.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/tablets.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Devices/tablets.rsi/tablet.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/tablets.rsi/tabletsol.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/station_map.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Machines/station_map.rsi/station_map-panel.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/station_map.rsi/station_map0.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/station_map.rsi/station_map_broken.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/station_map.rsi/station_map_frame0.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/station_map.rsi/station_map_frame1.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/station_map.rsi/station_map_frame2.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/station_map.rsi/station_map_frame3.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/station_map.rsi/unshaded.png [new file with mode: 0644]