Commit Graph

1214 Commits

Author SHA1 Message Date
kamyker
8be43b4dde Ugc Editor, on item created callback 2020-10-29 17:26:32 +01:00
André Straubmeier
b4de0927f3 Fixed libsteam_api extension in UnityPlugin folder 2020-09-16 12:15:41 +02:00
Garry Newman
9fecd91bed StartPurchaseAsync: Should now be able to pass in multiple of the same item to purchase multiples 2020-09-04 10:42:25 +01:00
Garry Newman
ae70292e7b
Merge pull request #476 from stang-tgs/master
Allow caller to specify OverlayToStoreFlags when opening Store Overlay
2020-09-04 10:37:03 +01:00
Garry Newman
ad1cfca69f Expose OverlayToStoreFlag 2020-09-04 10:35:22 +01:00
Garry Newman
cb792b0f04 Expose ItemPreviewType 2020-09-04 10:34:33 +01:00
Garry Newman
b71c83ad13
Merge pull request #475 from kamyker/k7-addit-prevs
Added ugc addtional previews
2020-09-04 10:34:35 +01:00
Garry Newman
cf3e252d2e
Merge pull request #474 from kamyker/k6-clan-chat
Added clan chat
2020-09-04 10:33:03 +01:00
Garry Newman
8d25edf498
Merge pull request #472 from MadrMan/master
Fix race condition with async callresults
2020-09-04 10:22:50 +01:00
Garry Newman
fd6f7c8586
Merge pull request #466 from kamyker/k5-lobbymsg
Lobby.SendChatString() and OnChatMessage fix
2020-09-04 10:16:54 +01:00
Garry Newman
bd6693146c Re-adding BroadcastUploadStart_t and BroadcastUploadStop_t - because while they're no longer in the sdk, they are documented on the site 2020-09-04 10:05:37 +01:00
Garry Newman
fdbb97748b Removing Removed 2020-09-04 10:04:57 +01:00
Garry Newman
d8b6cf7c83 Make NetKeyValue partial to support the added functions 2020-09-04 10:01:39 +01:00
Garry Newman
6291c8f117 Replace int64_t with long, int32_t with int 2020-09-04 09:55:06 +01:00
Garry Newman
73b5c9ceb6 Manually create SteamNet delegates 2020-09-04 09:53:07 +01:00
Garry Newman
699b7c0850 Don't generate types starting with "FnSteam" 2020-09-04 09:46:12 +01:00
Garry Newman
e4a35ff64d Generated 1.50 2020-09-04 09:43:19 +01:00
Garry Newman
a627bf76c8 Headers 1.50 2020-09-04 09:42:26 +01:00
Garry Newman
7609e61a14 Redist for 1.50 2020-09-04 09:41:24 +01:00
André Straubmeier
5645a91e7f Added SteamNetworkingSockets.ConnectRelay overload that takes an IConnectionManager 2020-09-01 10:31:17 +02:00
André Straubmeier
74207eeaf3 Added SteamNetworkingSockets.Identity 2020-09-01 10:30:42 +02:00
Simon Tang
44af74e892 Allow caller to specify OverlayToStoreFlags when opening Store Overlay - fix 2020-08-31 18:03:45 -07:00
Simon Tang
d373077c9a Allow caller to specify OverlayToStoreFlags when opening Store Overlay 2020-08-31 17:58:12 -07:00
André Straubmeier
f739f9b588 Added SteamNetworkingUtils.AllowWithoutAuth 2020-08-31 18:19:16 +02:00
kamyker
0d9db585f5 Added ugc addtional previews 2020-08-28 13:10:57 +02:00
kamyker
11bc35f254 Merge branch 'k3-item-dependency' into k7-addit-prevs 2020-08-28 13:09:55 +02:00
kamyker
0eb3672674 Added clan chat 2020-08-28 13:07:27 +02:00
André Straubmeier
f887d8a9ba Connection.QuickStatus implementation 2020-08-20 15:46:08 +02:00
André Straubmeier
c4ffb5eac7 CompileFix.bat includes unit test projects 2020-08-20 11:02:07 +02:00
André Straubmeier
f84872b38c Fix for duplicate OnDisconnected callbacks when ConnectionState.ClosedByPeer or ConnectionState.ProblemDetectedLocally were followed by ConnectionState.None 2020-08-19 18:27:09 +02:00
André Straubmeier
4a2eb22ec7 Reverting ConnectionState.None handling to previous behaviour (for the callbacks) 2020-08-18 14:34:37 +02:00
André Straubmeier
ea1408392b TestSocketInterface fix 2020-08-18 13:50:16 +02:00
Garry Newman
5fd6de76d7 UnitTest DLL fixes 2020-08-18 11:47:24 +01:00
Garry Newman
91d03c957f Added SteamFriends.RegisterProtocolInOverlayBrowser 2020-08-18 11:36:57 +01:00
Garry Newman
6d0cfa1ec8 Added SteamFriends.OnOverlayBrowserProtocol 2020-08-18 11:36:50 +01:00
Garry Newman
88c742d415 Added SteamApps.IsTimedTrial 2020-08-18 11:33:31 +01:00
Garry Newman
68a1886283 Generate for new SDK 2020-08-18 11:30:47 +01:00
Garry Newman
ce3c395b49 Add missing BroadcastUploadStart_t and BroadcastUploadStop_t callbacks 2020-08-18 11:29:00 +01:00
Garry Newman
24431ca9db Delete ISteamTV (seems to be removed from the SDK now) 2020-08-18 11:28:45 +01:00
Garry Newman
a8794e6321 Steam SDK 1.49 libraries 2020-08-18 11:16:51 +01:00
Garry Newman
49f25b3936 Steam SDK 1.49 .h 2020-08-18 11:13:59 +01:00
André Straubmeier
6e67204ddc Don't try to remove the connection poll group in OnDisconnected (causes assert spam) 2020-08-18 12:06:27 +02:00
André Straubmeier
401f53b30d Removed SocketManager.Connecting and SocketManager.Connected lists (can be tracked in ISocketManager if needed) 2020-08-18 11:52:31 +02:00
André Straubmeier
943c4f9a30 Handle ConnectionState.None similar to the examples 2020-08-18 11:27:06 +02:00
André Straubmeier
498c1b9a32 ISocketManager.OnDisconnected is in charge of calling Connection.Close so custom parameters can be used 2020-08-17 13:49:22 +02:00
André Straubmeier
5fdffff5c4 ConnectionManager.Close takes the same optional parameters as Connection.Close 2020-08-17 13:31:15 +02:00
MadrMan
384cbf6b4c Fix race condition with async callresults 2020-08-16 11:55:43 +02:00
kamyker
c7ac4997ed Lobby.SendChatString() and OnChatMessage fix 2020-08-05 01:17:59 +02:00
Garry Newman
950b256c27
Merge pull request #449 from rhys-vdw/patch-1
Document SteamClient.IsValid
2020-07-05 10:58:27 +01:00
kamyker
75dc868064 getting dependencies/children 2020-06-19 10:02:36 +02:00