userandererandrecancel
repoFacepunch.Steamworkscancel

31 Commits over 1,946 Days - 0.00cph!

10 Months Ago
Update dotnetcore.yml
10 Months Ago
Steamworks SDK 1.57 Add GetAuthTicketForWebApiAsync Forgot to update a few steam_api.dll and steam_api64.dll GameServerTest.BeginAuthSession fix InventoryTest.GetExchanges fix
10 Months Ago
InventoryTest.GetExchanges fix
10 Months Ago
GameServerTest.BeginAuthSession fix
10 Months Ago
Forgot to update a few steam_api.dll and steam_api64.dll
10 Months Ago
Add GetAuthTicketForWebApiAsync
11 Months Ago
Steamworks SDK 1.57
1 Year Ago
Revert "Update packages, drop net46 support" This reverts commit e81d1ac682cee74f84f4a4c967887dce35d18ecd.
1 Year Ago
More detailed debug levels in SteamNetworkingUtils Add SendRateMin, SendRateMax and NagleTime to SteamNetworkingUtils Merge branch 'master' of Facepunch.Steamworks
2 Years Ago
Add net46 target framework back for Unity support
2 Years Ago
Redist for 1.52 Headers for 1.52 Generator changes to support 1.52 Generated 1.52 Generator comments out SteamInputActionEvent_t.AnalogAction_t types since the type declaration is missing from steam_api.json Connection lanes implementation All SendMessage overloads have optional laneIndex Redist update for test cases Add missing fake IP API to steam_api.json Generated fake IP API Add fake IP support to SteamNetworkingSockets Add fake IP test cases Headers for 1.53 Redist for 1.53 Generated 1.53 Add NetAddress.IsFakeIPv4 RequestFakeIP / GetFakeIP comment fixes Do test case fake IP initialization before login Update test case steamclient.dll et al Merge pull request #612 from Facepunch/steamworks152 Steamworks 1.53 with multi lane and fake IP support
2 Years Ago
Update test case steamclient.dll et al
2 Years Ago
Headers for 1.53 Redist for 1.53 Generated 1.53 Add NetAddress.IsFakeIPv4 RequestFakeIP / GetFakeIP comment fixes Do test case fake IP initialization before login
2 Years Ago
Redist update for test cases Add missing fake IP API to steam_api.json Generated fake IP API Add fake IP support to SteamNetworkingSockets Add fake IP test cases
2 Years Ago
Connection lanes implementation All SendMessage overloads have optional laneIndex
2 Years Ago
Generator comments out SteamInputActionEvent_t.AnalogAction_t types since the type declaration is missing from steam_api.json
2 Years Ago
Redist for 1.52 Headers for 1.52 Generator changes to support 1.52 Generated 1.52
3 Years Ago
Added optional receiveToEnd toggle to ConnectionManager.Receive and SocketManager.Receive (default true = old behaviour) Added SteamNetworkingUtils.Unencrypted Merge branch 'master' of Facepunch.Steamworks
4 Years Ago
Fixed libsteam_api extension in UnityPlugin folder
4 Years Ago
Added SteamNetworkingSockets.Identity Added SteamNetworkingSockets.ConnectRelay overload that takes an IConnectionManager
4 Years Ago
Added SteamNetworkingUtils.AllowWithoutAuth
4 Years Ago
CompileFix.bat includes unit test projects Connection.QuickStatus implementation
4 Years Ago
Fix for duplicate OnDisconnected callbacks when ConnectionState.ClosedByPeer or ConnectionState.ProblemDetectedLocally were followed by ConnectionState.None
4 Years Ago
Reverting ConnectionState.None handling to previous behaviour (for the callbacks)
4 Years Ago
TestSocketInterface fix
4 Years Ago
Handle ConnectionState.None similar to the examples Removed SocketManager.Connecting and SocketManager.Connected lists (can be tracked in ISocketManager if needed) Don't try to remove the connection poll group in OnDisconnected (causes assert spam)
4 Years Ago
ConnectionManager.Close takes the same optional parameters as Connection.Close ISocketManager.OnDisconnected is in charge of calling Connection.Close so custom parameters can be used
5 Years Ago
Added Inventory.Definition.GetCachedStringProperty
5 Years Ago
Added Client.CurrentCountry
6 Years Ago
Inventory.FetchItemDefinitions is now public
6 Years Ago
Workshop.Item.Download returns a boolean