]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Device Linking and better linking ui (#13645)
authorJulian Giebel <juliangiebel@live.de>
Sun, 7 May 2023 06:07:24 +0000 (08:07 +0200)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 06:07:24 +0000 (16:07 +1000)
commit6ebd784cb6fc2ca69896bd6d791ad825bc32e1a3
tree0805f597f6c00a9c99b49d04f42ade1b461b37a9
parent2fe7055de6110e1dd5b27a4845d728b63c308632
Device Linking and better linking ui (#13645)

Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>
Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
100 files changed:
Content.Client/NetworkConfigurator/NetworkConfiguratorBoundUserInterface.cs
Content.Client/NetworkConfigurator/NetworkConfiguratorConfigurationMenu.xaml
Content.Client/NetworkConfigurator/NetworkConfiguratorLinkMenu.xaml [new file with mode: 0644]
Content.Client/NetworkConfigurator/NetworkConfiguratorLinkMenu.xaml.cs [new file with mode: 0644]
Content.Client/NetworkConfigurator/NetworkConfiguratorLinkOverlay.cs
Content.Client/NetworkConfigurator/NetworkConfiguratorListMenu.xaml
Content.Client/NetworkConfigurator/Systems/DeviceListSystem.cs
Content.Client/NetworkConfigurator/Systems/NetworkConfiguratorSystem.cs
Content.IntegrationTests/Tests/EntityTest.cs
Content.Server/Atmos/Piping/Binary/EntitySystems/SignalControlledValveSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasVentPumpSystem.cs
Content.Server/Cargo/Systems/CargoSystem.Orders.cs
Content.Server/Cargo/Systems/CargoSystem.Telepad.cs
Content.Server/Cloning/CloningConsoleSystem.cs
Content.Server/Cloning/CloningSystem.cs
Content.Server/DeviceLinking/Components/AutoLinkReceiverComponent.cs [moved from Content.Server/MachineLinking/Components/AutoLinkReceiverComponent.cs with 84% similarity]
Content.Server/DeviceLinking/Components/AutoLinkTransmitterComponent.cs [moved from Content.Server/MachineLinking/Components/AutoLinkTransmitterComponent.cs with 85% similarity]
Content.Server/DeviceLinking/Components/DoorSignalControlComponent.cs [moved from Content.Server/MachineLinking/Components/DoorSignalControlComponent.cs with 93% similarity]
Content.Server/DeviceLinking/Components/SignalSwitchComponent.cs [moved from Content.Server/MachineLinking/Components/SignalSwitchComponent.cs with 95% similarity]
Content.Server/DeviceLinking/Components/SignallerComponent.cs [moved from Content.Server/MachineLinking/Components/SignallerComponent.cs with 91% similarity]
Content.Server/DeviceLinking/Components/TwoWayLeverComponent.cs [moved from Content.Server/MachineLinking/Components/TwoWayLeverComponent.cs with 90% similarity]
Content.Server/DeviceLinking/Events/SignalReceivedEvent.cs [new file with mode: 0644]
Content.Server/DeviceLinking/Systems/AutoLinkSystem.cs [moved from Content.Server/MachineLinking/System/AutoLinkSystem.cs with 73% similarity]
Content.Server/DeviceLinking/Systems/DeviceLinkSystem.cs [new file with mode: 0644]
Content.Server/DeviceLinking/Systems/DoorSignalControlSystem.cs [moved from Content.Server/MachineLinking/System/DoorSignalControlSystem.cs with 75% similarity]
Content.Server/DeviceLinking/Systems/SignalSwitchSystem.cs [moved from Content.Server/MachineLinking/System/SignalSwitchSystem.cs with 78% similarity]
Content.Server/DeviceLinking/Systems/SignallerSystem.cs [moved from Content.Server/MachineLinking/System/SignallerSystem.cs with 79% similarity]
Content.Server/DeviceLinking/Systems/TwoWayLeverSystem.cs [moved from Content.Server/MachineLinking/System/TwoWayLeverSystem.cs with 92% similarity]
Content.Server/DeviceNetwork/Systems/DeviceListSystem.cs
Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs
Content.Server/Doors/Systems/AirlockSystem.cs
Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs
Content.Server/Light/EntitySystems/PoweredLightSystem.cs
Content.Server/MachineLinking/Components/SignalTransmitterComponent.cs
Content.Server/MachineLinking/Events/SignalReceivedEvent.cs
Content.Server/MachineLinking/System/SignalLinkerSystem.cs
Content.Server/Medical/MedicalScannerSystem.cs
Content.Server/Physics/Controllers/ConveyorController.cs
Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactAnalyzerSystem.cs
Content.Shared/Access/Systems/AccessReaderSystem.cs
Content.Shared/DeviceLinking/DeviceLinkSinkComponent.cs [new file with mode: 0644]
Content.Shared/DeviceLinking/DeviceLinkSourceComponent.cs [new file with mode: 0644]
Content.Shared/DeviceLinking/DevicePortPrototype.cs [new file with mode: 0644]
Content.Shared/DeviceLinking/Events/LinkAttemptEvent.cs [new file with mode: 0644]
Content.Shared/DeviceLinking/Events/NewLinkEvent.cs [new file with mode: 0644]
Content.Shared/DeviceLinking/Events/PortDisconnectedEvent.cs [moved from Content.Server/MachineLinking/Events/PortDisconnectedEvent.cs with 81% similarity]
Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs [new file with mode: 0644]
Content.Shared/DeviceLinking/TwoWayLeverSignal.cs [moved from Content.Shared/MachineLinking/TwoWayLeverSignal.cs with 87% similarity]
Content.Shared/DeviceNetwork/Components/DeviceListComponent.cs
Content.Shared/DeviceNetwork/Components/NetworkConfiguratorComponent.cs
Content.Shared/DeviceNetwork/NetworkConfiguratorUIMessages.cs
Content.Shared/DeviceNetwork/NetworkConfiguratorUserInterfaceState.cs
Content.Shared/DeviceNetwork/Systems/SharedDeviceListSystem.cs
Content.Shared/DeviceNetwork/Systems/SharedNetworkConfiguratorSystem.cs
Content.Shared/MachineLinking/Events/LinkAttemptEvent.cs [deleted file]
Content.Shared/MachineLinking/Events/NewLinkEvent.cs [deleted file]
Resources/Audio/Machines/attributions.yml
Resources/Locale/en-US/devices/device-network.ftl
Resources/Locale/en-US/devices/network-configurator.ftl
Resources/Locale/en-US/guidebook/guides.ftl
Resources/Locale/en-US/machine-linking/port-selector.ftl
Resources/Locale/en-US/machine-linking/receiver_ports.ftl
Resources/Prototypes/Catalog/Fills/Items/belt.yml
Resources/Prototypes/Device/devicenet_frequencies.yml
Resources/Prototypes/DeviceLinking/sink_ports.yml [new file with mode: 0644]
Resources/Prototypes/DeviceLinking/source_ports.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Resources/Prototypes/Entities/Objects/Devices/Electronics/signaller.yml
Resources/Prototypes/Entities/Objects/Devices/Electronics/triggers.yml
Resources/Prototypes/Entities/Objects/Tools/cowtools.yml
Resources/Prototypes/Entities/Objects/Tools/tools.yml
Resources/Prototypes/Entities/Objects/Weapons/Bombs/plastic.yml
Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml
Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml
Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml
Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml
Resources/Prototypes/Entities/Structures/Lighting/ground_lighting.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml
Resources/Prototypes/Entities/Structures/Machines/artifact_analyzer.yml
Resources/Prototypes/Entities/Structures/Machines/cloning_machine.yml
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml
Resources/Prototypes/Entities/Structures/Machines/recycler.yml
Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml
Resources/Prototypes/Entities/Structures/Wallmounts/switch.yml
Resources/Prototypes/Entities/Structures/cargo_console.yml
Resources/Prototypes/Entities/Structures/conveyor.yml
Resources/Prototypes/Guidebook/engineering.yml
Resources/Prototypes/Recipes/Lathes/tools.yml
Resources/Prototypes/XenoArch/Effects/utility_effects.yml
Resources/Prototypes/tags.yml
Resources/ServerInfo/Guidebook/Network_Configurator.xml [new file with mode: 0644]
Resources/ServerInfo/Guidebook/Networking.xml [new file with mode: 0644]
Resources/Textures/Objects/Tools/network_configurator.rsi/equipped-BELT.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/network_configurator.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/network_configurator.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/network_configurator.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/network_configurator.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Tools/network_configurator.rsi/mode-link.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/network_configurator.rsi/mode-list.png [new file with mode: 0644]