Skip to content

Releases: MirageNet/Mirage

v143.2.0

19 Jun 21:54
Compare
Choose a tag to compare

143.2.0 (2023-06-19)

Features

  • adding script that will make sure object is always visible (0b763cf)

v143.1.0

19 Jun 16:27
Compare
Choose a tag to compare

143.1.0 (2023-06-19)

Features

  • adding attribute that instructs Weaver to write a type as generic (1b1e4e6)

v143.0.0

18 Jun 15:49
Compare
Choose a tag to compare

143.0.0 (2023-06-18)

Features

  • adding INetworkPlayer to Authenticate (ba54dd2)

BREAKING CHANGES

  • Authenticate overrides now require INetworkPlayer argument

v142.0.0

17 Jun 23:51
Compare
Choose a tag to compare

142.0.0 (2023-06-17)

Features

  • adding support for Reply Rpc on server side (dc56f27)

BREAKING CHANGES

  • Rpc messages renamed

v141.2.0

17 Jun 12:58
Compare
Choose a tag to compare

141.2.0 (2023-06-17)

Features

  • adding syncList methods to set an index as dirty (4dfe8df)

v141.1.0

16 Jun 14:33
Compare
Choose a tag to compare

141.1.0 (2023-06-16)

Features

  • NetworkManagerGUI: overhaul the debug controls (#1149) (8b97f36)

v141.0.2

13 Jun 17:41
Compare
Choose a tag to compare

141.0.2 (2023-06-13)

Bug Fixes

  • fixing scene objects not being removed from NetworkWorld (546dd3c)

v141.0.1

12 Jun 22:41
Compare
Choose a tag to compare

141.0.1 (2023-06-12)

Bug Fixes

  • fixing RPC with multiple components (2ae9ddc)

v141.0.0

12 Jun 19:20
Compare
Choose a tag to compare

141.0.0 (2023-06-12)

  • feat!: adding extra SendTo functions on NetworkServer (c5ba561)

Features

  • adding overload to create pools without requiring buffer size (9842b40)

BREAKING CHANGES

  • Server.SendToMany functions reworked

v140.3.0

11 Jun 17:41
Compare
Choose a tag to compare

140.3.0 (2023-06-11)

Features

  • adding option to rethrow exception throw message handler (15f27a4)

Performance Improvements

  • moving RPC collection to NetworkIdentity (773910c)