MrGadget1024
|
9c4774f14f
|
SWT - fixed server logging showColor
|
2022-12-13 05:27:09 -05:00 |
|
vis2k
|
db8c54f913
|
NetworkServer.localConnection: strong typing
|
2022-12-12 16:35:54 +01:00 |
|
vis2k
|
0e9edbd0ad
|
NetworkClient.activeHost to replace .isHostClient (consistent with NetworkServer.activeHost)
|
2022-12-12 15:50:45 +01:00 |
|
vis2k
|
a4f3872a01
|
NetworkServer.activeHost to replace .localClientActive
|
2022-12-12 15:50:41 +01:00 |
|
vis2k
|
6088591269
|
NetworkClient.RegisterSystemHandlers renamed to RegisterMessageHandlers for consistency with NetworkServer.RegisterMessageHandlers
|
2022-12-12 15:25:59 +01:00 |
|
vis2k
|
725fdc24f4
|
syntax for readability
|
2022-12-12 15:19:15 +01:00 |
|
vis2k
|
97b365c54f
|
NetworkManager.IsSceneActive moved to Utils.IsSceneActive as it's a general purpose Unity function, unrelated to NetworkManager itself
|
2022-12-12 15:18:17 +01:00 |
|
vis2k
|
599519e163
|
NetworkManager.FinishStartHostClient merged with FinishStartHost, because the functions configures both server & client, just as FinishStartHost does. this is less confusing.
|
2022-12-12 14:29:42 +01:00 |
|
vis2k
|
636995e3f0
|
HostMode.ActivateHostScene to move ActivateHostScene out of NetworkServer.cs
|
2022-12-12 14:27:12 +01:00 |
|
vis2k
|
0a9fcdcf06
|
HostMode.InvokeOnConnected to move ConnectLocalServer out of NetworkClient
|
2022-12-12 14:23:48 +01:00 |
|
vis2k
|
def22c864d
|
HostMode.cs - to move host mode connection setup out of NetworkClient
|
2022-12-12 14:13:31 +01:00 |
|
vis2k
|
ca3bfed93a
|
TODO
|
2022-12-12 13:58:23 +01:00 |
|
vis2k
|
e0ffc66be8
|
NetworkClient.ConnectHost: local connection setup moved into a separate function
|
2022-12-12 13:56:13 +01:00 |
|
vis2k
|
1b7906c1ed
|
NetworkManager.StartHostClient renamed to FinishStartHostClient to be more obvious
|
2022-12-12 13:48:11 +01:00 |
|
vis2k
|
d406a55e49
|
Utils.CreateLocalConnections for use from NetworkClient.ConnectHost & Tests
|
2022-12-12 13:40:50 +01:00 |
|
vis2k
|
8c5152dc65
|
revert: "Weaver: added missing HashSet<T> reader/writer generation after recent PR" - tests are still failing
|
2022-12-10 22:37:59 +01:00 |
|
vis2k
|
51eeb8a22d
|
add comments
|
2022-12-10 22:36:27 +01:00 |
|
vis2k
|
5e6b647723
|
Tests: add missing attribute
|
2022-12-10 22:16:22 +01:00 |
|
vis2k
|
25794f2411
|
NetworkClient.InternalAddPlayer: improve error message
|
2022-12-10 02:47:09 +01:00 |
|
vis2k
|
6f98725247
|
MIRROR_70_0_OR_NEWER
|
2022-12-09 21:36:39 +01:00 |
|
vis2k
|
5509bb73bb
|
fix: 2019 support
|
2022-12-09 21:36:36 +01:00 |
|
vis2k
|
8f480ad963
|
add comments
|
2022-12-09 20:47:50 +01:00 |
|
vis2k
|
c994bb41b7
|
syntax
|
2022-12-09 20:47:33 +01:00 |
|
Reuben Carolan
|
7b4e174d23
|
feature: Weaver HashSet<T> support (we already had List<T> support) for cases where we a struct may need to serialize a HashSet member for serialization etc.
|
2022-12-09 20:45:49 +01:00 |
|
MrGadget1024
|
c36e1f564d
|
Added [Multiplexer] to logging
|
2022-12-09 09:23:53 -05:00 |
|
MrGadget1024
|
6ae165e308
|
SimpleWebTransport - Added UNITY_SERVER around Exception logging
- don't need color tags on server
|
2022-12-09 09:08:17 -05:00 |
|
MrGadget1024
|
33f1f95b8b
|
WebSocketServer- added false for showColor to server side logging
|
2022-12-09 09:01:40 -05:00 |
|
MrGadget1024
|
1412c4606c
|
Added [SimpleWebTransport] to logging in case using Multiplexer
|
2022-12-09 08:57:12 -05:00 |
|
MrGadget1024
|
1cf5e7f333
|
Added [KCP] to logging in case using Multiplexer
|
2022-12-09 08:42:07 -05:00 |
|
MrGadget1024
|
ce462aea99
|
Added [Telepathy] to logging in case Multiplexer is used
|
2022-12-09 08:35:41 -05:00 |
|
MrGadget1024
|
a7fb58d54f
|
Updated NetworkManager Script Template
|
2022-12-07 16:22:34 -05:00 |
|
vis2k
|
b91c7027a5
|
fix: kcp V1.23 - fixes #3296
|
2022-12-07 19:14:59 +01:00 |
|
vis2k
|
98e7d2f475
|
Basic Example: added GUIConsole for easier debugging
|
2022-12-07 19:14:42 +01:00 |
|
MrGadget1024
|
519b9e0bd8
|
fixed comment
|
2022-12-07 19:14:39 +01:00 |
|
MrGadget1024
|
05e18380c0
|
Updated Basic Example
|
2022-12-07 19:14:35 +01:00 |
|
vis2k
|
566407cd86
|
Tests: fix Unity 2020 compilation
|
2022-12-05 07:43:25 -05:00 |
|
vis2k
|
5e1f17373a
|
comment
|
2022-12-04 17:03:57 -05:00 |
|
vis2k
|
d5f7c4bc01
|
fix: ClientToServer [SyncVar] wouldn't be broadcast to other clients because server never set it dirty
|
2022-12-04 16:51:24 -05:00 |
|
vis2k
|
4743d27f74
|
SyncDirection demo: add more spacing
|
2022-12-04 16:38:08 -05:00 |
|
vis2k
|
9d00ba3261
|
SyncDirection demo: zoom in
|
2022-12-04 16:37:16 -05:00 |
|
vis2k
|
1598a7cd15
|
SyncDirection demo: local player color
|
2022-12-04 16:36:41 -05:00 |
|
mischa
|
4ae4834f7a
|
fix: #3290: Weaver HasNetworkConnectionParameter now supports inheritance (#3293)
* test to reproduce
* fix: #3290: Weaver HasNetworkConnectionParameter now supports inheritance
|
2022-12-04 17:31:41 +01:00 |
|
vis2k
|
859138f137
|
Weaver: add explanations for Is vs. IsDerivedFrom
|
2022-12-04 11:00:14 -05:00 |
|
vis2k
|
4c0c5e74d3
|
Tests: TargetThatIsTotallyValid renamed to TargetRpcWithNetworkConnection for easier debugging
|
2022-12-04 10:47:55 -05:00 |
|
mischa
|
6d60471868
|
fix: #3280 #3083 #3217 MultiplexTransport connectionId multiplexing out of int.max range (#3291)
* lookup wip
* so far
* transport lookup
* wip
* okokok
* all done
* better
* x
* tests
|
2022-12-04 13:57:51 +01:00 |
|
vis2k
|
5991a9a53a
|
fix: MultiplexTransport.ServerStart: AddServerCallbacks is only called once, not for each transport
|
2022-12-03 22:20:44 -05:00 |
|
vis2k
|
b770f9ffa9
|
spacing
|
2022-12-03 20:04:12 -05:00 |
|
vis2k
|
9fd1e65eab
|
syntax: move Multiplex connectionId calculations to the top of the file
|
2022-12-03 20:01:42 -05:00 |
|
vis2k
|
2566911e78
|
MultiplexTransport: Test to reproduce #3280
|
2022-12-03 19:49:13 -05:00 |
|
vis2k
|
d77655f19b
|
comment improved
|
2022-12-03 19:32:58 -05:00 |
|