Skip to content

Tags: FizzCube/Mirror

Tags

mirror-564

Toggle mirror-564's commit message
Added int channelId to GetMaxPacketSize so different channels can hav…

…e different max packet sizes. (MirrorNetworking#125)

Useful for transports where you have an unreliable channel thats limited differently

mirror-563

Toggle mirror-563's commit message
Don't require Cmd, Rpc and Target prefixes (MirrorNetworking#127)

The restriction is arbitrary.  Let the user use any name they want.

mirror-560

Toggle mirror-560's commit message
Removed NetworkManagerPreview because it offer nothing of value and n…

…o one even knew that it existed

mirror-559

Toggle mirror-559's commit message
Start server if headless mode (MirrorNetworking#126)

* Start the server automatically if headless mode

* spaces

mirror-553

Toggle mirror-553's commit message
Updated Telepathy to latest version

mirror-551

Toggle mirror-551's commit message
varint synclist indexes, fixes MirrorNetworking#120 (MirrorNetworking…

…#122)

mirror-550

Toggle mirror-550's commit message
pass index of element during add. Fix MirrorNetworking#118 (MirrorNet…

…working#121)

* Reproduce the issue in a unit test

* Pass the index of the element with add

fix issue MirrorNetworking#118

mirror-545

Toggle mirror-545's commit message
NetworkWriter.WriteBytesAndSize doesn't depend on Transport.layer.Get…

…MaxPacketSize anymore. Mirror checks that in NetworkConnection etc. anyway. Writer should just write to the stream, no magic.

mirror-537

Toggle mirror-537's commit message
Add warning if we can't find scene object (MirrorNetworking#113)

mirror-535

Toggle mirror-535's commit message
Derived classes should have access to telepathy