Mirror/Assets/Mirror/Runtime
2021-08-07 12:08:28 +08:00
..
Batching fix: nimoyd unbatcher InvalidOperationException (#2812) 2021-07-07 11:48:51 +08:00
Empty breaking: remove Cloud API and examples. 2021-05-13 21:51:49 +08:00
SnapshotInterpolation breaking: perf: SnapshotInterpolation.Compute: removed final boxing allocation. Snapshot.Interpolate is now a Func<T>. 2021-08-03 12:00:51 +08:00
Transport fix: Lazy create telepathy client/server (#2847) 2021-07-25 13:12:13 +08:00
AssemblyInfo.cs Generated attribute tests (#2149) 2020-08-08 15:11:31 +01:00
AssemblyInfo.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
Attributes.cs Shorten Channel Enums (#2644) 2021-03-16 12:08:28 +08:00
Attributes.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
Batching.meta The Batcher (#2770) 2021-06-10 12:23:25 +08:00
ClientScene.cs fixed deprecation date 2021-06-29 06:07:47 -04:00
ClientScene.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
Compression.cs feat: ZigZag VarInt Compression (#2859) 2021-07-30 21:10:36 +08:00
Compression.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
Empty.meta empty files moved into Empty folder 2021-03-09 19:20:10 +08:00
ExponentialMovingAverage.cs syntax 2021-02-18 14:17:29 +08:00
ExponentialMovingAverage.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
Extensions.cs perf: Extensions.CopyTo foreach allocation removed 2021-05-26 14:51:17 +08:00
Extensions.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
InterestManagement.cs comments 2021-07-14 11:04:12 +08:00
InterestManagement.cs.meta feature: perf: Global Interest Management. NetworkVisibility components per-NetworkIdentity obsoleted and replaced by one global InterestManagement component on NetworkManager instead. Significantly easier to understand, allows for spatial hashing (~30x faster) and reduces amount of components in the worlds (for 1k objects, we avoid 1k NetworkVisibility components now). (#2581) 2021-02-18 10:16:10 +08:00
LocalConnections.cs fix: #2822 - OnClientDisconnect wasn't called for host disconnect because LocalConnectionToServer wouldn't call OnTransportDisconnected (#2823) 2021-07-08 18:25:45 +08:00
LocalConnections.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
Mathd.cs feature: SnapshotInterpolation algorithm (#2824) 2021-07-14 17:42:23 +08:00
Mathd.cs.meta feature: SnapshotInterpolation algorithm (#2824) 2021-07-14 17:42:23 +08:00
MessagePacking.cs MessagePacking.WrapHandler: improve error message when disconnecting a connection because of exceptions. It needs to be obvious that it was disconnected, and why that's a good idea. 2021-06-20 12:10:07 +08:00
MessagePacking.cs.meta MessagePacker renamed to MessagePacking 2021-02-18 14:19:29 +08:00
Messages.cs Changed all deprecation dates to ISO format 2021-05-28 03:39:48 -04:00
Messages.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
Mirror.asmdef Revert "perf: NetworkWriter/Reader Write/ReadBlittable<T> for 4-6x performance improvement! (#2441)" (#2526) 2021-01-03 20:52:34 +08:00
Mirror.asmdef.meta
NetworkAuthenticator.cs Changed all deprecation dates to ISO format 2021-05-28 03:39:48 -04:00
NetworkAuthenticator.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkBehaviour.cs fix: NetworkBehaviour dirty check uses double time (#2839) 2021-07-16 12:18:59 +08:00
NetworkBehaviour.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkClient.cs fix: Raise OnDisconnectedEvent before changing ConnectState (#2870) 2021-08-07 12:08:28 +08:00
NetworkClient.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkConnection.cs feature: Timestamp Batching #2786 2021-06-20 12:10:07 +08:00
NetworkConnection.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkConnectionToClient.cs feature: Timestamp Batching #2786 2021-06-20 12:10:07 +08:00
NetworkConnectionToClient.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkConnectionToServer.cs feature: Timestamp Batching #2786 2021-06-20 12:10:07 +08:00
NetworkConnectionToServer.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkDiagnostics.cs cleanup 2021-03-09 15:32:48 +08:00
NetworkDiagnostics.cs.meta use icons 2021-03-03 14:30:28 +08:00
NetworkIdentity.cs Updated comment 2021-07-16 08:48:54 -04:00
NetworkIdentity.cs.meta
NetworkLoop.cs commented noisy debug 2021-08-06 11:21:42 -04:00
NetworkLoop.cs.meta feature: add custom NetworkEarlyUpdate (before any Update/FixedUpdate), NetworkLateUpdate (after any Update/FixedUpdate/LateUpdate) loops (#2603) 2021-03-01 17:51:42 +08:00
NetworkManager.cs commented noisy debugs 2021-08-06 11:14:00 -04:00
NetworkManager.cs.meta
NetworkManagerHUD.cs Added missing Deprecated dates 2021-06-27 13:14:45 -04:00
NetworkManagerHUD.cs.meta
NetworkMessage.cs NetworkMessage moved into NetworkMessage.cs 2021-02-16 20:01:22 +08:00
NetworkMessage.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkReader.cs feature: NetworkTransform 2 - Snapshot Interpolation (#2791) 2021-07-19 11:38:06 +08:00
NetworkReader.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkReaderPool.cs NetworkReaderPool: use NetworkReader.SetBuffer 2021-06-09 21:13:30 +08:00
NetworkReaderPool.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkServer.cs fix: #2797 Clear hasAuthority when Destroying and call OnStopAuthority 2021-08-01 14:45:54 +08:00
NetworkServer.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkStartPosition.cs doc: Updated docs urls 2021-04-01 06:23:32 -04:00
NetworkStartPosition.cs.meta
NetworkTime.cs fix: NetworkTime.UpdateClient uses double precision time for accuracy over days/weeks 2021-07-16 12:25:53 +08:00
NetworkTime.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkVisibility.cs Added missing Deprecated dates 2021-06-27 13:14:45 -04:00
NetworkVisibility.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkWriter.cs feature: NetworkTransform 2 - Snapshot Interpolation (#2791) 2021-07-19 11:38:06 +08:00
NetworkWriter.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
NetworkWriterPool.cs perf: Pool initial capacity. allocates writers during initialization so we have fewer allocations in the first few frames 2021-05-26 14:45:11 +08:00
NetworkWriterPool.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
Pool.cs perf: Pool initial capacity. allocates writers during initialization so we have fewer allocations in the first few frames 2021-05-26 14:45:11 +08:00
Pool.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
RemoteCallHelper.cs fix: fix broken summary comments 2021-03-10 22:22:20 -05:00
RemoteCallHelper.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
SnapshotInterpolation.meta feature: SnapshotInterpolation algorithm (#2824) 2021-07-14 17:42:23 +08:00
SyncDictionary.cs NetworkReader API cleanup: ReadInt16 => ReadShort etc. 2021-05-18 21:01:48 +08:00
SyncDictionary.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
SyncList.cs Changed all deprecation dates to ISO format 2021-05-28 03:39:48 -04:00
SyncList.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
SyncObject.cs cleanup 2021-03-10 17:25:53 +08:00
SyncObject.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
SyncSet.cs NetworkReader API cleanup: ReadInt16 => ReadShort etc. 2021-05-18 21:01:48 +08:00
SyncSet.cs.meta use M icon in all runtime scripts 2021-02-16 20:33:17 +08:00
Transport.meta
Utils.cs feature: NetworkTransform 2 - Snapshot Interpolation (#2791) 2021-07-19 11:38:06 +08:00
Utils.cs.meta UNetwork.cs renamed to Utils.cs 2021-02-24 17:37:40 +08:00