Skip to content

Releases: nxrighthere/ValveSockets-CSharp

1.2.0

05 Sep 18:52
33252fc
Compare
Choose a tag to compare
  • Added NetworkingUtils.SetStatusCallback() function
  • Changed StatusCallback delegate signature
  • Replaced NetworkingSockets.DispatchCallback() with NetworkingSockets.RunCallbacks() function

This release is intended for 1.2.0 version of the native library

1.1.0-F3

30 Apr 15:49
18b0e2c
Compare
Choose a tag to compare
  • Fixed alignment of the configuration data string
  • Fixed typo in SetConfigurationValue() function

This release is intended for 1.1.0 version of the native library

1.1.0-F2

29 Apr 17:02
102c642
Compare
Choose a tag to compare
  • Removed check of range for the reason code, debug callback indicates if the code is out of acceptable range

This release is intended for 1.1.0 version of the native library

1.1.0-F1

11 Apr 11:43
97c7ff5
Compare
Choose a tag to compare
  • Fixed incorrect StatusCallback signature
  • Improved exceptions

This release is intended for 1.1.0 version of the native library

1.1.0

28 Feb 19:00
bf377ae
Compare
Choose a tag to compare
  • Added Configuration structure with appropriate functionality
  • Added PollGroup functionality
  • Added Address.Equals() function
  • Added NetworkingSockets.GetIdentity() function
  • Replaced ReceiveMessagesOnListenSocket() function with ReceiveMessagesOnPollGroup()
  • Renamed SendType enumeration to SendFlags
  • Removed NetworkingIdentity.EqualsTo() function
  • Minor improvements

This release is intended for 1.1.0 version of the native library

1.0.0

27 Feb 19:09
54d9ac2
Compare
Choose a tag to compare

Initial release for 1.0.0 version of the native library