.. |
Transport
|
doc: document the transport class (#1014)
|
2019-08-10 06:38:00 -07:00 |
AssemblyInfo.cs
|
test: add test for syncvar synchronization (#1019)
|
2019-08-10 15:32:27 -07:00 |
AssemblyInfo.cs.meta
|
test: add test for syncvar synchronization (#1019)
|
2019-08-10 15:32:27 -07:00 |
ClientScene.cs
|
refactor: unused parameters
|
2019-08-18 15:54:05 -05:00 |
ClientScene.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
CustomAttributes.cs
|
Added EditorBrowsable(EditorBrowsableState.Never) to Obsoletes (#741)
|
2019-04-06 10:43:14 +02: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
|
Using cleanup (#452)
|
2019-02-28 11:44:55 +01:00 |
ExponentialMovingAverage.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
FloatBytePacker.cs
|
perf: remove network transform allocation
|
2019-08-17 13:22:11 -05: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
|
perf: Transports now give ArraySegment<byte> instead of byte[] (based on #569 and #846)
|
2019-04-28 21:08:19 +02: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: safer and consistent writers names (#979)
|
2019-07-29 14:44:08 +02:00 |
MessagePacker.cs.meta
|
First pass of moving stuff out of UNetwork. (#481)
|
2019-02-28 09:42:03 +01:00 |
Messages.cs
|
perf: AddPlayerMessage is now a value type
|
2019-07-30 18:01:55 -05:00 |
Messages.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
Mirror.asmdef
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
Mirror.asmdef.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkBehaviour.cs
|
refactor: remove redundant else
|
2019-08-11 12:54:39 -07:00 |
NetworkBehaviour.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkClient.cs
|
docs: proper reference to non obsolete method
|
2019-08-18 16:05:49 -05:00 |
NetworkClient.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkConnection.cs
|
Replace <T> with {T} for XML Docs Parser
|
2019-08-25 22:23:55 -04:00 |
NetworkConnection.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkIdentity.cs
|
Updated HelpURL links
|
2019-08-25 22:10:00 -04:00 |
NetworkIdentity.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkManager.cs
|
Updated HelpURL links
|
2019-08-25 22:10:00 -04:00 |
NetworkManager.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkManagerHUD.cs
|
Updated HelpURL links
|
2019-08-25 22:10:00 -04:00 |
NetworkManagerHUD.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkMessage.cs
|
perf: avoid allocation with message structs (#939)
|
2019-07-29 14:50:09 +02:00 |
NetworkMessage.cs.meta
|
First pass of moving stuff out of UNetwork. (#481)
|
2019-02-28 09:42:03 +01:00 |
NetworkReader.cs
|
perf: use 0 for null strings (#926)
|
2019-06-27 08:01:57 -05:00 |
NetworkReader.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkServer.cs
|
Replace <T> with {T} for XML Docs Parser
|
2019-08-25 22:23:55 -04:00 |
NetworkServer.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkStartPosition.cs
|
Updated HelpURL links
|
2019-08-25 22:10:00 -04:00 |
NetworkStartPosition.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkTime.cs
|
Fix xmldoc in NetworkTime
|
2019-08-25 08:30:44 -05:00 |
NetworkTime.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkWriter.cs
|
feat: safer and consistent writers names (#979)
|
2019-07-29 14:44:08 +02:00 |
NetworkWriter.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |
NetworkWriterPool.cs
|
feat: network writer pool to avoid expensive allocations (#928)
|
2019-06-24 14:49:42 +02: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
|
feat: safer and consistent writers names (#979)
|
2019-07-29 14:44:08 +02:00 |
SyncDictionary.cs.meta
|
feat(syncvar): Add SyncDictionary (#602)
|
2019-03-24 10:18:31 +01:00 |
SyncList.cs
|
feat: safer and consistent writers names (#979)
|
2019-07-29 14:44:08 +02: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
|
feat: safer and consistent writers names (#979)
|
2019-07-29 14:44:08 +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
|
perf: Networkreader nonalloc (#910)
|
2019-06-18 17:00:27 +02:00 |
UNetwork.cs.meta
|
Source based instead of dll (#277)
|
2019-01-13 21:08:54 +01:00 |