Skip to content

3.4.0

Latest
Compare
Choose a tag to compare
@lugehorsam lugehorsam released this 19 Mar 20:03
· 2 commits to master since this release
14b7f70

Added

  • Satori: Adds the Satori Godot SDK for Godot 4. Satori is our liveops server for game studios. Read more about it in the documentation.

Fixed

  • Nakama: Fixed code which causes Godot 3 to report memory leaks.
  • Nakama: Fixed links to Nakama server documentation.
  • Nakama: Fixed naming of HttpRequest to match Godot's new naming.
  • Nakama: Fixed number of arguments passed to HttpRequest.Request.
  • Nakama: Fixed JSON json_error typo in NakamaHTTPAdapter.
  • Nakama: Removed some leftover Godot 3 code from master.

Changed

  • Nakama: Godot 4 support is now on master. Godot 3 support can now be found on the godot-3 branch.
  • Nakama: Changed return type from int to TransferMode in _get_packet_mode of the NakamaMultiplayerPeer.