Mirror/Unity-Technologies-networking/Runtime
2018-07-20 12:29:51 +02:00
..
Properties HLAPI 2017.4 (from https://bitbucket.org/Unity-Technologies/networking/src 2017.3, which is the same for 2017.4) 2018-06-07 15:41:08 +02:00
ClientScene.cs UNetwork.MsgType converted to Enum. Easier + faster string conversion and more flexible code. 2018-07-19 21:03:00 +02:00
CustomAttributes.cs HLAPI 2017.4 (from https://bitbucket.org/Unity-Technologies/networking/src 2017.3, which is the same for 2017.4) 2018-06-07 15:41:08 +02:00
DotNetCompatibility.cs HLAPI 2017.4 (from https://bitbucket.org/Unity-Technologies/networking/src 2017.3, which is the same for 2017.4) 2018-06-07 15:41:08 +02:00
LocalClient.cs UNetwork.MsgType converted to Enum. Easier + faster string conversion and more flexible code. 2018-07-19 21:03:00 +02:00
LocalConnections.cs Removed numBytes parameter from all Send/SendBytes functions. Uses bytes.Length instead. 2018-07-20 12:29:51 +02:00
LogFilter.cs LogFilter.Fatal level removed because it wasn't used anywhere and Debug/Warn/Error are more than enough anyway. 2018-07-19 11:34:49 +02:00
Messages.cs Messages: removed OverrideTransformMessages because it wasn't used anywhere 2018-07-19 11:36:57 +02:00
NetworkAnimator.cs UNetwork.MsgType converted to Enum. Easier + faster string conversion and more flexible code. 2018-07-19 21:03:00 +02:00
NetworkBehaviour.cs UNetwork.MsgType converted to Enum. Easier + faster string conversion and more flexible code. 2018-07-19 21:03:00 +02:00
NetworkClient.cs Removed numBytes parameter from all Send/SendBytes functions. Uses bytes.Length instead. 2018-07-20 12:29:51 +02:00
NetworkConnection.cs Removed numBytes parameter from all Send/SendBytes functions. Uses bytes.Length instead. 2018-07-20 12:29:51 +02:00
NetworkDiscovery.cs NetworkDiscovery.OnGUI improved. Uses GUILayout now instead of manually spacing y. 2018-07-20 11:16:00 +02:00
NetworkHash128.cs NetworkHash128: fixed missing ) in comment 2018-07-16 15:49:13 +02:00
NetworkIdentity.cs UNetwork.MsgType converted to Enum. Easier + faster string conversion and more flexible code. 2018-07-19 21:03:00 +02:00
NetworkInstanceId.cs HLAPI 2017.4 (from https://bitbucket.org/Unity-Technologies/networking/src 2017.3, which is the same for 2017.4) 2018-06-07 15:41:08 +02:00
NetworkManager.cs UNetwork.MsgType converted to Enum. Easier + faster string conversion and more flexible code. 2018-07-19 21:03:00 +02:00
NetworkManagerHUD.cs NetworkManagerHUD improved: OnGUI uses GUILayout instead of manually spacing y. Update hotkeys removed because they didn't really offer anything of value. [SerializeField] removed from public fields because it's redundant. 2018-07-20 11:09:24 +02:00
NetworkProximityChecker.cs NetworkProximityChecker: syntax improved to simplify code 2018-06-22 09:32:19 +02:00
NetworkReader.cs No point for ReadSByte() to use reader.ReadByte() with a cast 2018-07-17 19:16:38 +00:00
NetworkScene.cs Removed spaces 2018-06-28 14:46:19 +02:00
NetworkSceneId.cs HLAPI 2017.4 (from https://bitbucket.org/Unity-Technologies/networking/src 2017.3, which is the same for 2017.4) 2018-06-07 15:41:08 +02:00
NetworkServer.cs Removed numBytes parameter from all Send/SendBytes functions. Uses bytes.Length instead. 2018-07-20 12:29:51 +02:00
NetworkStartPosition.cs HLAPI 2017.4 (from https://bitbucket.org/Unity-Technologies/networking/src 2017.3, which is the same for 2017.4) 2018-06-07 15:41:08 +02:00
NetworkTranformChild.cs NetworkTransformChild: removed NetworkWriter caching to simplify code and reduce state. 2018-07-20 11:48:33 +02:00
NetworkTransform.cs NetworkTransform: removed NetworkWriter caching to simplify code and reduce state. 2018-07-20 11:50:30 +02:00
NetworkTransformVisualizer.cs HLAPI 2017.4 (from https://bitbucket.org/Unity-Technologies/networking/src 2017.3, which is the same for 2017.4) 2018-06-07 15:41:08 +02:00
NetworkWriter.cs NetworkWriter.FinishMessage size check added to make sure that it fits into ushort 2018-06-22 09:32:19 +02:00
PlayerController.cs PlayerController.kMaxLocalPlayers removed because it wasn't used anywhere 2018-07-19 15:20:15 +02:00
SyncList.cs UNetwork.MsgType converted to Enum. Easier + faster string conversion and more flexible code. 2018-07-19 21:03:00 +02:00
UNetwork.cs MsgType: removed unused messages 2018-07-20 00:57:32 +02:00
UnityEngine.Networking.csproj NetworkMessageHandlers class removed because it was just a wrapper around a Dictionary with the added bonus of not allowing us to overwrite internal message handlers from the outside, which sucks. NetworkClient, NetworkServer, NetworkConnection all use a simple Dictionary now. 2018-07-19 20:48:37 +02:00