Releases: nxrighthere/ValveSockets-CSharp
Releases · nxrighthere/ValveSockets-CSharp
1.2.0
- Added
NetworkingUtils.SetStatusCallback()
function - Changed
StatusCallback
delegate signature - Replaced
NetworkingSockets.DispatchCallback()
withNetworkingSockets.RunCallbacks()
function
This release is intended for 1.2.0 version of the native library
1.1.0-F3
- 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
- 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
- Fixed incorrect
StatusCallback
signature - Improved exceptions
This release is intended for 1.1.0 version of the native library
1.1.0
- Added
Configuration
structure with appropriate functionality - Added
PollGroup
functionality - Added
Address.Equals()
function - Added
NetworkingSockets.GetIdentity()
function - Replaced
ReceiveMessagesOnListenSocket()
function withReceiveMessagesOnPollGroup()
- Renamed
SendType
enumeration toSendFlags
- Removed
NetworkingIdentity.EqualsTo()
function - Minor improvements
This release is intended for 1.1.0 version of the native library
1.0.0
Initial release for 1.0.0 version of the native library