Skip to content

Tags: TCROC/Mirror

Tags

tcroc-1.0.0

Toggle tcroc-1.0.0's commit message

v70.0.0

Toggle v70.0.0's commit message
MIRROR_70_0_OR_NEWER

2022_10

Toggle 2022_10's commit message
fix: MirrorNetworking#3258 NetworkWriter.WriteString now ensures capa…

…city before manually writing into the buffer

2022_9

Toggle 2022_9's commit message
MIRROR_2022_9_OR_NEWER

v67.1.0

Toggle v67.1.0's commit message
Transport syntax: group fields together

v67.0.6

Toggle v67.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: NetworkClient - Check for duplicate sceneId (MirrorNetworking#3157)

* fix: NetworkClient - Check for duplicate sceneid

* renamed local var

* Update NetworkClient.cs

Co-authored-by: vis2k <[email protected]>

v67.0.5

Toggle v67.0.5's commit message
NetworkClient/NetworkServer OnTransportError now logs a warning inste…

…ad of an exception, indicating that it's a transport error and that it's fine. otherwise all kcp info/warnings would now be logged as exceptions

v67.0.4

Toggle v67.0.4's commit message
fix: MirrorNetworking#3144 Reader/Writer Sprite null support & test t…

…o guarantee it never happens again

v67.0.3

Toggle v67.0.3's commit message
remove unused import

v67.0.2

Toggle v67.0.2's commit message
fix: Benchmark movement destinations set around start, not around pos…

…ition. prevents them from stopping to move because of the wander off protection.