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
59
Resources/Textures/Interface/NavMap/attributions.yml
Normal file
@@ -0,0 +1,59 @@
|
||||
- files: ["beveled_arrow_east.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_arrow_north.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_arrow_south.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_arrow_west.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_circle.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_diamond.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_diamond_east_west.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_diamond_north_south.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_hexagon.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_square.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_star.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
|
||||
- files: ["beveled_triangle.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Created by chromiumboy"
|
||||
source: "https://github.com/chromiumboy"
|
||||
BIN
Resources/Textures/Interface/NavMap/beveled_arrow_east.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,2 @@
|
||||
sample:
|
||||
filter: true
|
||||
BIN
Resources/Textures/Interface/NavMap/beveled_arrow_north.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,2 @@
|
||||
sample:
|
||||
filter: true
|
||||
BIN
Resources/Textures/Interface/NavMap/beveled_arrow_south.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,2 @@
|
||||
sample:
|
||||
filter: true
|
||||
BIN
Resources/Textures/Interface/NavMap/beveled_arrow_west.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,2 @@
|
||||
sample:
|
||||
filter: true
|
||||
BIN
Resources/Textures/Interface/NavMap/beveled_diamond.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1,2 @@
|
||||
sample:
|
||||
filter: true
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,2 @@
|
||||
sample:
|
||||
filter: true
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,2 @@
|
||||
sample:
|
||||
filter: true
|
||||
BIN
Resources/Textures/Interface/NavMap/beveled_star.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
2
Resources/Textures/Interface/NavMap/beveled_star.png.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
sample:
|
||||
filter: true
|
||||