Skip to content

Releases: Dragon-Developer/GM-Netcode

1.4.0

17 Dec 06:14

Choose a tag to compare

Added NetworkSync to sync instances between clients with delay.

1.3.0

24 Nov 01:50

Choose a tag to compare

Added callback chain.
Added error chain.
Added finally handler.
Added buffer compression.

1.2.0

23 Nov 01:37

Choose a tag to compare

RPC is now optional.
network.sendData() is optimized to send data to all clients by stringifying the JSON only once.

1.1.0

20 Nov 00:30

Choose a tag to compare

Added RAW and WebSockets.

1.0.0

19 Nov 21:29

Choose a tag to compare

First Release