Skip to content

Releases: marcello505/godot-ggrs-wrapper

v0.5.0

11 Feb 22:52

Choose a tag to compare

Changelog

  • Updated GGRS to v0.8.0
  • Updated Rust edition to 2021
  • Deprecated create_session() method in GodotGGRSP2PSession, GodotGGRSP2PSpectatorSession and GodotGGRSSyncTestSession. Use create_new_session() from now on.

v0.4.1

06 Oct 07:22

Choose a tag to compare

Changelog

  • Updated GGRS to v0.5.1
  • Added get_frames_ahead() function to GodotGGRSP2PSession.

v0.4.0

22 Sep 10:05

Choose a tag to compare

Changelog

  • Rename struct GodotGGRSSyncTest to GodotGGRSSyncTestSession.
  • Added get_current_state() function to GodotGGRSP2PSession which returns the current state as a String.
  • Added get_current_state() function to GodotGGRSP2PSpectatorSession which returns the current state as a String.
  • Added get_network_stats(handle) function to GodotGGRSP2PSession which returns the network stats of the handle as a tuple.
  • Added get_network_stats() function to GodotGGRSP2PSpectatorSession which returns the network stats as a tuple.
  • Rename function receive_callback_node to set_callback_node in all Session structs.

v0.3.1

13 Sep 18:01

Choose a tag to compare

Changelog

  • Updated GGRS to v0.5.0

v0.3.0

09 Sep 09:40

Choose a tag to compare

Changelog

  • Added get_events() function to GodotGGRSP2PSpectatorSession which calls events() on the GGRS Session
  • Added get_events() function to GodotGGRSP2PSession which calls events() on the GGRS Session

v0.2.0

08 Sep 09:16

Choose a tag to compare

This release implements all session types and thus has all the functionality of GGRS v0.4.4. While there's still plenty to improve, the minimal functionality of this project works now.
Changelog

  • Implemented SyncTestSession
  • Implemented P2PSpectatorSession
  • Implemented additional setters for P2PSession
  • Improved code architecture

v0.1.0

04 Sep 12:37
9994440

Choose a tag to compare

First version that actually works. Only P2PSession for now. Binaries below have been compiled using the --release flag.

  • P2PSession has been implemented and tested in Godot 3.3.2