vis2k
d202024d1f
syntax
2021-02-24 18:07:39 +08:00
vis2k
290811e043
syntax
2021-02-24 18:07:03 +08:00
vis2k
dd53593255
syntax
2021-02-24 17:55:33 +08:00
vis2k
49cf2569f0
Utils.IsPrefab and reuse it everywhere else
2021-02-24 17:51:25 +08:00
vis2k
2367959f54
syntax
2021-02-24 17:42:37 +08:00
vis2k
d8c1924cf8
NetworkIdentity: GetRandomUInt moved to Utils
2021-02-24 17:42:14 +08:00
vis2k
a030caad0d
UNetwork.cs renamed to Utils.cs
2021-02-24 17:37:40 +08:00
vis2k
eff035a604
syntax
2021-02-24 17:35:38 +08:00
vis2k
c417d50e1c
syntax
2021-02-24 17:35:17 +08:00
vis2k
598f9e78c1
syntax
2021-02-24 17:34:38 +08:00
vis2k
aaf4b19539
SyncSet: add comments
2021-02-24 17:33:49 +08:00
vis2k
e80ec86577
NetworkServer.DestroyObject(GameObject) helper function to reuse in UnSpawn and Destroy
2021-02-24 16:52:32 +08:00
vis2k
820070cf60
syntax: NetworkServer.CreateSpawnMessagePayload moved above CreateSpawnMessage so it's more obvious
2021-02-24 16:49:29 +08:00
vis2k
4f69dd6d7b
syntax
2021-02-24 16:48:46 +08:00
vis2k
a2f374f117
syntax: NetworkServer.Send functions 'msg' renamed to 'message'
2021-02-24 16:48:16 +08:00
vis2k
008df9cee4
syntax: NetworkManager.startPositions moved up
2021-02-24 16:46:06 +08:00
vis2k
c45fb6c47e
Unity 2019.4.32 (latest 2018 LTS)
2021-02-24 16:45:01 +08:00
vis2k
72e8bf80c6
fix: InterestManagement added missing ready checks. x branch didn't have ready anymore, so they were missed when porting interest management to master. adding them guarantees exact same behaviour as before.
2021-02-24 12:50:36 +08:00
vis2k
2ef51d03f7
fix : #2595 InterestManagement AddAllAuthenticatedConnectionsToObservers fat fingered from x branch which didn't have 'ready' anymore. it should be AddAllReadyServerConnectionsToObservers like before, no change in the logic.
2021-02-24 12:44:21 +08:00
MrGadget1024
f3813c41cc
fix: Multiple Additive Scenes - wrong mesh and materials
2021-02-22 22:43:33 -05:00
MrGadget1024
f8cac55d79
fix: Multiple Additive Scenes - Missing mesh assignment
2021-02-22 22:26:41 -05:00
MrGadget1024
0ad623a869
Fixed typo
2021-02-22 14:08:43 -05:00
MrGadget1024
bbacb85a4c
doc: Updated ChangeLog
2021-02-21 16:15:09 -05:00
MrGadget1024
c91400d9c0
doc: Updated ChangeLog
2021-02-21 14:53:46 -05:00
MrGadget1024
a174df359f
Removed ScriptTemplates package from docs
...
- Templates are included in Mirror release
2021-02-20 09:36:15 -05:00
MrGadget1024
15e77507f6
NetworkRoomManager: Removed redundant code
2021-02-20 09:11:39 -05:00
MrGadget
827d31e1c8
feat: Move Network Manager out of DDOL in StopServer and StopClient ( #2582 )
...
* feat: Move Network Manager out of DDOL in StopServer and StopClient
- Moves Network Manager out of DDOL before going to offline scene to avoid collision and let a fresh Network Manager be created.
* removed spaced between braces
Co-authored-by: MrGadget1024 <chris@clevertech.net>
2021-02-20 11:56:14 +08:00
MrGadget
89e5206e39
Disable Obsolete Warnings In Tests ( #2583 )
...
Co-authored-by: MrGadget1024 <chris@clevertech.net>
2021-02-20 11:55:24 +08:00
vis2k
21196fc05b
fix: Telepathy V1.7 - receive timeout disabled by default; MirrorTransport now uses 30s instead of 5s timeout to avoid timing out during scene changes etc.
2021-02-20 11:53:19 +08:00
vis2k
659c035d42
disable log
2021-02-19 18:55:20 +08:00
vis2k
f3f56bd3cd
forgot to disable log
2021-02-19 16:01:55 +08:00
MrGadget
0fab6dbef3
Suppressed Flakey Tests ( #2589 )
...
Co-authored-by: MrGadget1024 <chris@clevertech.net>
2021-02-18 10:15:15 -05:00
vis2k
42fe37eeeb
syntax
2021-02-18 17:21:19 +08:00
vis2k
a8db766837
NetworkServer.SendToAll/SendToObservers: remove LocalConnectionToClient check because they both use Send now
2021-02-18 17:19:48 +08:00
MrGadget1024
3896722a49
Removed old files
2021-02-18 03:25:32 -05:00
MrGadget1024
bb617d1959
Added comments to Chat Example methods
2021-02-18 03:09:38 -05:00
MrGadget1024
685366e7e1
fix: Chat Example Network Address OnValueChanged Wire-up
2021-02-18 03:03:26 -05:00
vis2k
b09d1681a0
LocalConnections.LocalConnectionBuffer replaced with System.Queue ( #2585 )
2021-02-18 14:56:46 +08:00
vis2k
73d95f9b5b
NetworkReader/WriterPool: .pool renamed to .Pool
2021-02-18 14:40:38 +08:00
vis2k
409eac092d
syntax
2021-02-18 14:39:59 +08:00
vis2k
efac1e2f5f
syntax
2021-02-18 14:39:27 +08:00
vis2k
af78b2c139
syntax
2021-02-18 14:38:42 +08:00
vis2k
6954ea478f
syntax
2021-02-18 14:37:42 +08:00
vis2k
4b4dd310b6
syntax
2021-02-18 14:34:45 +08:00
vis2k
af3c5b5e8b
ULocalConnection renamed to LocalConnection
2021-02-18 14:32:15 +08:00
vis2k
44bfe7ab11
syntax
2021-02-18 14:29:49 +08:00
vis2k
6374c4b88b
NetworkIdentity: NetworkBehaviours[] caching simplified
2021-02-18 14:28:28 +08:00
vis2k
b4fa4f2d1c
syntax
2021-02-18 14:26:22 +08:00
vis2k
dcd3005674
add comment
2021-02-18 14:26:09 +08:00
vis2k
239bc660fd
feat: NetworkIdentity.isServer/ClientOnly added. NetworkBehaviour.isServer/ClientOnly uses it.
2021-02-18 14:24:43 +08:00