mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
doc: Updated ChangeLog
This commit is contained in:
parent
4acf0d69e0
commit
d07c0ceb0a
@ -4,18 +4,24 @@
|
|||||||
|
|
||||||
Mirror uses semantic versioning, and the versions shown here are those that were published to the Asset Store, and occasionally major version bumps happen mid-month between store submissions and are therefore not individually shown here.
|
Mirror uses semantic versioning, and the versions shown here are those that were published to the Asset Store, and occasionally major version bumps happen mid-month between store submissions and are therefore not individually shown here.
|
||||||
|
|
||||||
## Version 28.x.x -- In Progress
|
## Version 30.x.x -- In Progress
|
||||||
- Added: Network Reader/Writer now does Read/WriteBlittable<T> for better performance
|
- Added: Network Reader/Writer now does Read/WriteBlittable<T> for better performance
|
||||||
- Added: [KCP Transport](../Transports/KCPTransport.md) updated to version 1.3.
|
- Added: [KCP Transport](../Transports/KCPTransport.md) updated to version 1.4.
|
||||||
|
- Added: Network Authenticator now has OnStopServer and OnStopClient overrides
|
||||||
|
- Added: Network Transform now applies compression to rotations
|
||||||
- Fixed: Better presentation of Network Ping Display.
|
- Fixed: Better presentation of Network Ping Display.
|
||||||
- Fixed: Middleware Transport now listens for inner events correctly.
|
- Fixed: Middleware Transport now listens for inner events correctly.
|
||||||
- Fixed: Calling StartServer / StartClient more than once is now prevented.
|
- Fixed: Calling StartServer / StartClient more than once is now prevented.
|
||||||
- Fixed: NRE when no host player in PlayerScore in MultipleAdditiveScenes example
|
- Fixed: NRE when no host player in PlayerScore in MultipleAdditiveScenes example
|
||||||
- Fixed: player collisions in MultipleAdditiveScenes example
|
- Fixed: player collisions in MultipleAdditiveScenes example
|
||||||
- Fixed: Weaver now properly generates readers and writers for structs in other assemblies, e.g. `Mathematics`
|
- Fixed: Weaver now properly generates readers and writers for structs in other assemblies, e.g. `Mathematics`
|
||||||
|
- Fixed: NetworkServer.maxConnections is now public
|
||||||
|
- Changed: Playmode now blocked for invalid scene id's, with error messages
|
||||||
|
- Changed: Experimental Network Transform now uses `Channels.DefaultUnreliable`
|
||||||
- Changed: Server Only scene objects in examples replaced with normal objects instantiated on server or just eliminated
|
- Changed: Server Only scene objects in examples replaced with normal objects instantiated on server or just eliminated
|
||||||
- Changed: **Breaking** Force NetworkMessage to use structs in all cases - classes no longer supported.
|
- Changed: **Breaking** Force NetworkMessage to use structs in all cases - classes no longer supported.
|
||||||
- Changed: **Breaking** Removed ReadPacked / WritePacked functions - Use Read and Write variants instead.
|
- Changed: **Breaking** Removed ReadPacked / WritePacked functions - Use Read and Write variants instead.
|
||||||
|
- Changed: **Breaking** LLAPI has been removed.
|
||||||
|
|
||||||
## Version 26.2.2 -- 2020-Nov-20
|
## Version 26.2.2 -- 2020-Nov-20
|
||||||
- Added: [KCP Transport](../Transports/KCPTransport.md).
|
- Added: [KCP Transport](../Transports/KCPTransport.md).
|
||||||
|
Loading…
Reference in New Issue
Block a user