Delta-v/Content.Server/GameObjects/Components/NodeContainer/NodeGroups
Julian Giebel 45b610f933
Disposal mailing (#2194)
* Implement device networking

* Implement device configuration menu

* Fix device network

* Implement disposal mailing unit

* Implement base network connection
Implement wired and wireless network connection
Implement device network metadata

* Fix dereference null error

* Fix wired network null checks

* Change BaseNetworks enum to NetworkUtils class
Add PingResponse function to NetworkUtils
Change device network file structure

* Add doc comments

* Apply suggestions from code review

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>

* Add tag validation to disposal mailing unit

* Add tag validation to the mailing unit component

* Address reviews
Change WiredNetwork can connect check
Change device networking string literals to constants

* Address reviews
Revert changes to PowerProvider and PowerReceiver
Add new NodeGroup
WELP

* Fix recursive access to Owner property

* Integrate suggested changes

* Fix TryGetWireNet acting on NullPowerProvider
Fix network connections not checking if their owner has been deleted

* Close device network connection when the owning entity got deleted
Fix mailing unit not closing the device network connection on remove

* Remove GetWireNet from NullPowerProvider

Co-authored-by: Julian Giebel <j.giebel@netrocks.info>
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
2020-10-30 01:16:26 +01:00
..
AMENodeGroup.cs Make ExplosionHelper methods extensions (#2373) 2020-10-25 12:11:23 +01:00
ApcNetNodeGroup.cs Bonk power allocations (#2392) 2020-10-26 10:31:41 +01:00
BaseNetConnectorNodeGroup.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
INodeGroup.cs Disposal mailing (#2194) 2020-10-30 01:16:26 +01:00
INodeGroupManager.cs NodeGroup remake deferment (#1268) 2020-07-06 15:48:18 +02:00
IPipeNet.cs Typo, redundant string interpolation, namespaces and imports cleanup (#2068) 2020-09-13 14:23:52 +02:00
NodeGroupAttribute.cs Power Rework (#863) 2020-06-28 17:23:26 +02:00
NodeGroupFactory.cs Disposal mailing (#2194) 2020-10-30 01:16:26 +01:00
PowerNetNodeGroup.cs Replace pragma warning 649 disable/restore with default! 2020-08-24 14:10:28 +02:00