Applied-Energistics-2-tiler.../src/main/java/appeng/parts/p2p
Florian Nücke cff5e7b388 Reworked computer P2P tunnel to use events, and cleaned up reconnection, fixes #2087.
Just `onTunnelNetworkChange` with tickable is apparently less exhaustive, and less stable. This now avoids issues with network splits and reconnects not being handled in some cases. Also simplified reconnection; there was some duplicate logic in there, with a missing validity check which potentially led to invalid connections.
2016-01-09 23:23:02 +01:00
..
PartP2PIC2Power.java Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
PartP2PItems.java All parameters on one line (for now) 2016-01-01 02:02:05 +01:00
PartP2PLight.java Organized imports 2015-12-24 02:07:03 +01:00
PartP2PLiquids.java Organized imports 2015-12-24 02:07:03 +01:00
PartP2POpenComputers.java Reworked computer P2P tunnel to use events, and cleaned up reconnection, fixes #2087. 2016-01-09 23:23:02 +01:00
PartP2PPressure.java Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
PartP2PRedstone.java 1.8.8 + deleted all integration can be recovered later or something. 2015-12-31 17:19:44 -06:00
PartP2PRFPower.java Formatted code 2015-12-24 02:03:16 +01:00
PartP2PTunnel.java Organized imports 2015-12-24 02:07:03 +01:00
PartP2PTunnelME.java Refactored the logging 2016-01-01 02:55:36 +01:00