Mirror/Assets/Mirror/Runtime
2020-03-04 18:38:17 +01:00
..
Transport fix: return & continue on separate line (#1504) 2020-02-17 16:48:41 +01:00
AssemblyInfo.cs Remove trailing whitespace and fix encodings (#1342) 2019-12-22 11:58:52 +01:00
AssemblyInfo.cs.meta test: add test for syncvar synchronization (#1019) 2019-08-10 15:32:27 -07:00
ClientScene.cs NetworkIdentity: remove redundant OnUpdateVars function 2020-02-28 16:26:05 +01:00
ClientScene.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
CustomAttributes.cs Added Deprecated dates to Obsoletes 2020-02-10 16:14:22 -05:00
CustomAttributes.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
DotNetCompatibility.cs Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
DotNetCompatibility.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
ExponentialMovingAverage.cs use compound assignment 2019-08-31 14:46:12 -05:00
ExponentialMovingAverage.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
FloatBytePacker.cs refactor: cleanup code format using dotnet-format 2019-12-31 23:14:17 -06:00
FloatBytePacker.cs.meta Split Utils into FloatBytePacker and NetworkManager. (#483) 2019-02-27 21:47:37 -06:00
LocalClient.cs Fixed typo 2019-04-11 07:44:41 -04:00
LocalClient.cs.meta Add LocalClient.cs generated meta file 2019-04-05 20:23:39 +02:00
LocalConnections.cs refactor: cleanup code format using dotnet-format 2019-12-31 23:14:17 -06:00
LocalConnections.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
LogFilter.cs Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
LogFilter.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
MessagePacker.cs feat: Disposable PooledNetworkReader / PooledNetworkWriter (#1490) 2020-02-10 22:26:55 +01:00
MessagePacker.cs.meta First pass of moving stuff out of UNetwork. (#481) 2019-02-28 09:42:03 +01:00
Messages.cs Added Deprecated dates to Obsoletes 2020-02-10 16:14:22 -05:00
Messages.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
Mirror.asmdef refactor: move ninja websocket in it's own assembly 2019-12-23 16:03:09 -06:00
Mirror.asmdef.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
NetworkAuthenticator.cs refactor: cleanup code format using dotnet-format 2019-12-31 23:14:17 -06:00
NetworkAuthenticator.cs.meta feat: Authentication Framework (#1057) 2019-09-17 10:41:04 +02:00
NetworkBehaviour.cs NetworkBehaviour.GetMethodHash made internal for tests 2020-02-24 15:31:53 +01:00
NetworkBehaviour.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
NetworkClient.cs Added missing blank line 2020-02-20 19:45:27 -05:00
NetworkClient.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
NetworkConnection.cs NetworkConnection.visList made internal so we can test RebuildObservers fully. It's a complex function and we need to be 100% sure that visList behaviour is correct. 2020-03-04 17:16:59 +01:00
NetworkConnection.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
NetworkConnectionToClient.cs fix: #1359. Revert "Destroy objects owned by this connection when disconnecting (#1179)" 2019-12-26 13:43:02 +01:00
NetworkConnectionToClient.cs.meta refactor: Split NC for clients and servers (#1175) 2019-10-25 23:01:54 -05:00
NetworkConnectionToServer.cs Remove trailing whitespace and fix encodings (#1342) 2019-12-22 11:58:52 +01:00
NetworkConnectionToServer.cs.meta refactor: Split NC for clients and servers (#1175) 2019-10-25 23:01:54 -05:00
NetworkDiagnostics.cs Remove trailing whitespace and fix encodings (#1342) 2019-12-22 11:58:52 +01:00
NetworkDiagnostics.cs.meta Add profiler hooks (#1086) 2019-09-17 08:45:51 +02:00
NetworkIdentity.cs NetworkIdentity.RebuildObserver: move observers code above host visibility code 2020-03-04 18:38:17 +01:00
NetworkIdentity.cs.meta feat: Mirror Icon for all components (#1452) 2020-01-27 18:00:27 +01:00
NetworkManager.cs NetworkServer.ActivateLocalClientScene renamed to ActivateHostScene because that's what it really does. It does NOT do something for every local client on a client. Only for a host. 2020-02-25 10:31:30 +01:00
NetworkManager.cs.meta feat: Mirror Icon for all components (#1452) 2020-01-27 18:00:27 +01:00
NetworkManagerHUD.cs fix #1096 move xmldocs to docs 2019-09-24 22:42:02 -05:00
NetworkManagerHUD.cs.meta feat: Mirror Icon for all components (#1452) 2020-01-27 18:00:27 +01:00
NetworkMessage.cs Transports now give the channel when receiving message (#1124) 2019-09-28 14:01:45 -05:00
NetworkMessage.cs.meta First pass of moving stuff out of UNetwork. (#481) 2019-02-28 09:42:03 +01:00
NetworkReader.cs fix: return & continue on separate line (#1504) 2020-02-17 16:48:41 +01:00
NetworkReader.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
NetworkReaderPool.cs feat: Disposable PooledNetworkReader / PooledNetworkWriter (#1490) 2020-02-10 22:26:55 +01:00
NetworkReaderPool.cs.meta feat: Implemented NetworkReaderPool (#1464) 2020-02-01 14:05:09 +01:00
NetworkServer.cs fix: SendToObservers missing result variable 2020-03-04 09:20:28 +01:00
NetworkServer.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
NetworkStartPosition.cs fix #1096 move xmldocs to docs 2019-09-24 22:42:02 -05:00
NetworkStartPosition.cs.meta feat: Mirror Icon for all components (#1452) 2020-01-27 18:00:27 +01:00
NetworkTime.cs Remove all extraneous blank lines (#1325) 2019-12-20 21:46:16 +01:00
NetworkTime.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
NetworkWriter.cs breaking: bump version to 10 2020-02-11 09:39:06 -05:00
NetworkWriter.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
NetworkWriterPool.cs feat: Disposable PooledNetworkReader / PooledNetworkWriter (#1490) 2020-02-10 22:26:55 +01:00
NetworkWriterPool.cs.meta NetworkWriterPool meta file 2019-06-24 17:47:52 +02:00
StringHash.cs Adjusted line endings, encoding and trimmed whitespaces at EOL (#561) 2019-03-06 18:08:48 +01:00
StringHash.cs.meta Renamed class for clarity (#346) 2019-01-26 09:24:22 -06:00
SyncDictionary.cs Added Deprecated dates to Obsoletes 2020-02-10 16:14:22 -05:00
SyncDictionary.cs.meta feat(syncvar): Add SyncDictionary (#602) 2019-03-24 10:18:31 +01:00
SyncList.cs Added Deprecated dates to Obsoletes 2020-02-10 16:14:22 -05:00
SyncList.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
SyncObject.cs Adjusted line endings, encoding and trimmed whitespaces at EOL (#561) 2019-03-06 18:08:48 +01:00
SyncObject.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
SyncSet.cs perf: allocation free enumerator for syncsets, fixes #1171 (#1173) 2019-10-23 11:36:52 +02:00
SyncSet.cs.meta feat: Add SyncHashSet and SyncSortedSet (#685) 2019-03-30 11:51:06 -05:00
Transport.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00
UNetwork.cs Added Deprecated dates to Obsoletes 2020-02-10 16:14:22 -05:00
UNetwork.cs.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00