vis2k
|
4b430d98f7
|
NetworkIdentityTests: RemoveObserverInternal
|
2020-02-26 19:12:34 +01:00 |
|
vis2k
|
4d2c81e12e
|
NetworkIdentityTests: SetClientOwner test to make sure the previous commit's bug doesn't happen again
|
2020-02-26 18:30:55 +01:00 |
|
vis2k
|
548db52fdf
|
fix: NetworkIdentity.SetClientOwner: overwriting the owner was still possible even though it shouldn't be. all caller functions double check and return early if it already has an owner, so we should do the same here.
|
2020-02-26 18:30:30 +01:00 |
|
vis2k
|
1a9625ee4a
|
NetworkIdentity.SetClientOwner: improve error message
|
2020-02-26 18:28:57 +01:00 |
|
vis2k
|
4269cfe43c
|
NetworkIdentityTests: cleanup spawned dict too
|
2020-02-26 18:19:11 +01:00 |
|
vis2k
|
ebe12b6cdb
|
NetworkIdentityTest: GetSetAssetId
|
2020-02-26 18:15:14 +01:00 |
|
vis2k
|
22ee387470
|
NetworkIdentityTests: proper GameObject cleanup
|
2020-02-26 18:12:45 +01:00 |
|
vis2k
|
66776a744d
|
NetworkServer.UnSpawn test
|
2020-02-26 17:40:07 +01:00 |
|
vis2k
|
29fe487954
|
NetworkIdentity.IsMarkedForReset helper function to check reset state
|
2020-02-26 17:39:57 +01:00 |
|
vis2k
|
8a05826ca4
|
NetworkServerTest.SpawnObject: make sure that it doesn't touch non-scene-objects
|
2020-02-26 17:30:19 +01:00 |
|
vis2k
|
708d7838d6
|
NetworkServerTest: SpawnObjects
|
2020-02-26 17:20:35 +01:00 |
|
vis2k
|
d4d524dad2
|
fix: NetworkServer.SpawnObjects: return false if server isn't running
|
2020-02-26 17:16:38 +01:00 |
|
vis2k
|
cdfc1752f2
|
NetworkServerTest: ValidateSceneObject
|
2020-02-26 17:08:36 +01:00 |
|
vis2k
|
e409ed8f48
|
NetworkServer.ValidateSceneObject made internal so it can be tested and reused if needed
|
2020-02-26 17:01:31 +01:00 |
|
vis2k
|
1be758b12b
|
syntax
|
2020-02-26 17:01:10 +01:00 |
|
vis2k
|
c8fbea387d
|
update comment
|
2020-02-26 16:57:09 +01:00 |
|
vis2k
|
bba4ebd154
|
NetworkServerTest: CommandTest tries invalid netid and command without authority too
|
2020-02-26 10:27:36 +01:00 |
|
vis2k
|
038e3c1969
|
NetworkServerTest: HideForConnection
|
2020-02-26 10:14:42 +01:00 |
|
vis2k
|
9bdfb676e3
|
NetworkServerTest: ShowForConnection
|
2020-02-26 10:11:00 +01:00 |
|
vis2k
|
5cdf02b258
|
NetworkServerTest: GetNetworkIdentity
|
2020-02-25 22:25:47 +01:00 |
|
vis2k
|
67a2a85cb9
|
NetworkServer.GetNetworkIdentity made internal so it can be tested and reused in other places if needed
|
2020-02-25 22:25:39 +01:00 |
|
vis2k
|
e7c9dc4f6e
|
NetworkServerTest: SendToClientOfPlayer
|
2020-02-25 22:13:58 +01:00 |
|
vis2k
|
c2afc05692
|
NetworkServerTest: RegisterUnregisterClearHandlerTest
|
2020-02-25 22:07:44 +01:00 |
|
vis2k
|
212af3fc9d
|
NetworkServerTest: RegisterHandlerTest
|
2020-02-25 22:01:48 +01:00 |
|
vis2k
|
d4f21c0818
|
remove unused var
|
2020-02-25 11:53:04 +01:00 |
|
vis2k
|
48bdc68906
|
NetworkServerTest: SendToAllTest
|
2020-02-25 11:35:15 +01:00 |
|
vis2k
|
4596b19dd9
|
fix: SendToReady sends to that exact connection if it is detected as local connection, instead of falling back to the .localConnection field which might be something completely different.
|
2020-02-25 11:14:26 +01:00 |
|
vis2k
|
4b90aafe12
|
fix: SendToAll sends to that exact connection if it is detected as local connection, instead of falling back to the .localConnection field which might be something completely different.
|
2020-02-25 11:13:59 +01:00 |
|
vis2k
|
4267983139
|
fix: SendToObservers sends to that exact connection if it is detected as local connection, instead of falling back to the .localConnection field which might be something completely different.
|
2020-02-25 11:13:38 +01:00 |
|
vis2k
|
a497803de0
|
NetworkServerTests: use call counts instead of bools to make sure that it's called exactly once
|
2020-02-25 11:00:35 +01:00 |
|
vis2k
|
69bb1574f0
|
NetworkServerTest: ActivateHostSceneCallsOnStartClient
|
2020-02-25 10:36:40 +01:00 |
|
vis2k
|
f378333000
|
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 |
|
Chris Langsenkamp
|
8040ebb5cf
|
Updated Network Manager doc
|
2020-02-24 10:13:14 -05:00 |
|
vis2k
|
5efaa4af1a
|
CommandMessageCallsCommandTest: use two components to make sure that the correct one is used by the command
|
2020-02-24 15:44:05 +01:00 |
|
vis2k
|
1315bd3dde
|
CommandMessageCallsCommandTest: proper usage of weaver generated command code (static!)
|
2020-02-24 15:40:06 +01:00 |
|
vis2k
|
6d2b4eb102
|
remove comment
|
2020-02-24 15:37:31 +01:00 |
|
vis2k
|
e6b12133d1
|
remove comment
|
2020-02-24 15:35:46 +01:00 |
|
vis2k
|
3eb1e8968c
|
add comment
|
2020-02-24 15:35:16 +01:00 |
|
Paul Pacheco
|
4737346db8
|
change O() for sweep and prune
|
2020-02-24 08:32:46 -06:00 |
|
vis2k
|
02c31d0805
|
NetworkServerTest: CommandMessageCallsCommandTest to run a full command through our pipeline
|
2020-02-24 15:31:53 +01:00 |
|
vis2k
|
e9c6f6f2a9
|
NetworkBehaviour.GetMethodHash made internal for tests
|
2020-02-24 15:31:53 +01:00 |
|
vis2k
|
e6cd2e2280
|
NetworkBehaviour.RegisterRpc/Command/EventDelegate made public for tests. internal won't work because they are called from outside assemblies like NetworkTransform. protected won't work because then we can't test them from the outside.
|
2020-02-24 15:31:53 +01:00 |
|
vis2k
|
31af385a70
|
NetworkBehaviour.ClearDelegates added for tests
|
2020-02-24 15:31:53 +01:00 |
|
Paul Pacheco
|
ed9d056350
|
docs: contribution criteria for optimizations
Explain what an optimization pull request needs in order to get merged
|
2020-02-24 08:30:41 -06:00 |
|
vis2k
|
215e973903
|
NetworkServerTest: ReadyMessageSetsClientReadyTest
|
2020-02-24 14:46:58 +01:00 |
|
vis2k
|
dc29106370
|
NetworkServerTest.TearDown rests state
|
2020-02-24 14:32:41 +01:00 |
|
vis2k
|
ea0b20636b
|
NetworkServerTest: SetAllClientsNotReadyTest
|
2020-02-24 14:31:30 +01:00 |
|
vis2k
|
012c053597
|
NetworkServerTest: SetClientReadyAndNotReadyTest
|
2020-02-24 11:26:19 +01:00 |
|
vis2k
|
3bd947a973
|
NetworkServerTest: OnDataReceivedInvalidConnectionIdTest
|
2020-02-24 11:17:53 +01:00 |
|
vis2k
|
e49f4e0aff
|
NetworkServerTest: OnDataReceivedTest
|
2020-02-24 11:14:11 +01:00 |
|