]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Atmospheric network monitor (#32294)
authorchromiumboy <50505512+chromiumboy@users.noreply.github.com>
Tue, 17 Dec 2024 03:53:17 +0000 (21:53 -0600)
committerGitHub <noreply@github.com>
Tue, 17 Dec 2024 03:53:17 +0000 (04:53 +0100)
commit27e59d35fb8a66607b2e866bccfcf3acd01b0738
treee9fcfca58a20265a38467373ec7e0652a7690ae8
parentf4765260cb2c60611cbec22df82131aa9b98c9c2
Atmospheric network monitor (#32294)

* Updated to latest master version

* Added gas pipe analyzer

* Completed prototype

* Playing with UI display

* Refinement of the main UI

* Renamed gas pipe analyzer to gas pipe sensor

* Added focus network highlighting and map icons for gas pipe sensors

* Added construction graph for gas pipe sensor

* Improved efficiency of atmos pipe and focus pipe network data storage

* Added gas pipe sensor variants

* Fixed gas pipe sensor nav map icon not highlighting on focus

* Rendered pipe lines now get merged together

* Set up appearance handling for the gas pipe sensor, but setting the layers is bugged

* Gas pipe sensor lights turn off when the device is unpowered

* Renamed console

* The gas pipe sensor is now a pipe. Redistributed components between it and its assembly

* AtmosMonitors can now optionally monitor their internal pipe network instead of the surrounding atmosphere

* Massive code clean up

* Added delta states to handle pipe net updates, fixed entity deletion handling

* Nav map blip data has been replaced with prototypes

* Nav map blip fixes

* Nav map colors are now set by the console component

* Made the nav map more responsive to changes in focus

* Updated nav map icons

* Reverted unnecessary namespace changes

* Code tidy up

* Updated sprites and construction graph for gas pipe sensor

* Updated localization files

* Misc bug fixes

* Added missing comment

* Fixed issue with the circuit board for the monitor

* Embellished the background of the console network entries

* Updated console to account for PR #32273

* Removed gas pipe sensor

* Fixing merge conflict

* Update

* Addressing reviews part 1

* Addressing review part 2

* Addressing reviews part 3

* Removed unnecessary references

* Side panel values will be grayed out if there is no gas present in the pipe network

* Declaring colors at the start of some files

* Added a colored stripe to the side of the atmos network entries

* Fixed an issue with pipe sensor blip coloration

* Fixed delay that occurs when toggling gas sensors on/off
47 files changed:
Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml.cs
Content.Client/Atmos/Consoles/AtmosMonitoringConsoleBoundUserInterface.cs [new file with mode: 0644]
Content.Client/Atmos/Consoles/AtmosMonitoringConsoleNavMapControl.cs [new file with mode: 0644]
Content.Client/Atmos/Consoles/AtmosMonitoringConsoleSystem.cs [new file with mode: 0644]
Content.Client/Atmos/Consoles/AtmosMonitoringConsoleWindow.xaml [new file with mode: 0644]
Content.Client/Atmos/Consoles/AtmosMonitoringConsoleWindow.xaml.cs [new file with mode: 0644]
Content.Client/Atmos/Consoles/AtmosMonitoringEntryContainer.xaml [new file with mode: 0644]
Content.Client/Atmos/Consoles/AtmosMonitoringEntryContainer.xaml.cs [new file with mode: 0644]
Content.Client/Pinpointer/UI/NavMapControl.cs
Content.Server/Atmos/Consoles/AtmosMonitoringConsoleSystem.cs [new file with mode: 0644]
Content.Server/Atmos/Piping/Components/AtmosPipeColorComponent.cs
Content.Server/Atmos/Piping/EntitySystems/AtmosPipeColorSystem.cs
Content.Shared/Atmos/Atmospherics.cs
Content.Shared/Atmos/Components/GasPipeSensorComponent.cs [new file with mode: 0644]
Content.Shared/Atmos/Consoles/Components/AtmosMonitoringConsoleComponent.cs [new file with mode: 0644]
Content.Shared/Atmos/Consoles/Components/AtmosMonitoringConsoleDeviceComponent.cs [new file with mode: 0644]
Content.Shared/Atmos/Consoles/SharedAtmosMonitoringConsoleSystem.cs [new file with mode: 0644]
Content.Shared/Prototypes/NavMapBlipPrototype.cs [new file with mode: 0644]
Resources/Locale/en-US/atmos/atmos-alerts-console.ftl
Resources/Locale/en-US/atmos/gases.ftl [new file with mode: 0644]
Resources/Locale/en-US/components/atmos-monitoring-component.ftl [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/nav_map_blips.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml
Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml
Resources/Prototypes/Entities/Structures/Piping/Atmospherics/gas_pipe_sensor.yml
Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml
Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml
Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml
Resources/Textures/Interface/NavMap/attributions.yml [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_arrow_east.png [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_arrow_east.png.yml [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_arrow_north.png [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_arrow_north.png.yml [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_arrow_south.png [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_arrow_south.png.yml [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_arrow_west.png [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_arrow_west.png.yml [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_diamond.png [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_diamond.png.yml [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_diamond_east_west.png [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_diamond_east_west.png.yml [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_diamond_north_south.png [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_diamond_north_south.png.yml [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_star.png [new file with mode: 0644]
Resources/Textures/Interface/NavMap/beveled_star.png.yml [new file with mode: 0644]