Merging this Pull Request will add custom Eden Editor connections for power and network, see screenshots. This allows the mission creator to connect devices bevore mission start.
It's very important, that these connections are established after all devices are fully initialized. Therefore I needed to introduce a new variable.
Features
Power and Network connections are only allowed between objects (not triggers, markers etc.) otherwise removed
Power and Network connections use different colors to be distinguishable (colors are only shown for active device)
After an established connection there are checks if the connection is allowed (class and direction based) otherwise removed mit an eden editor hint
Keep in Mind: Router to router connections behave weirdly at the moment as long as there is no NAT. So the ip network is shared acroos all routers and connected devices. But this only works if the master router is turned on first. We should optimize that.
Merging this Pull Request will add custom Eden Editor connections for power and network, see screenshots. This allows the mission creator to connect devices bevore mission start.
It's very important, that these connections are established after all devices are fully initialized. Therefore I needed to introduce a new variable.
Features
Keep in Mind: Router to router connections behave weirdly at the moment as long as there is no NAT. So the ip network is shared acroos all routers and connected devices. But this only works if the master router is turned on first. We should optimize that.