Commit Graph

1196 Commits

Author SHA1 Message Date
Garry Newman
c25bc70d53
Merge pull request #432 from kamyker/faster-ugc-query
Ability to disable default stats loading to speed up ugc query
2020-05-18 11:18:12 +01:00
kamyker
a9391b72d5 Ability to disable default stats loading to speed up ugc query 2020-05-18 02:18:43 +02:00
kamyker
b522f5affa Last parameter for DownloadLeaderboardEntries is index inclusive 2020-05-18 02:11:15 +02:00
Garry Newman
9101b82450
Merge pull request #423 from kamyker/key-value-tags
Ugc item key value tags
2020-05-15 07:31:24 +01:00
Garry Newman
8ea013d69e
Merge pull request #418 from brian9206/master
Interface approach for CreateRelaySocket
2020-05-15 07:25:33 +01:00
Garry Newman
025cc9b3f0
Merge pull request #419 from Dimma/patch-1
Update README.md
2020-05-15 07:25:12 +01:00
kamyker
d58d95fe38 Removing/replacing ugc KeyValueTags 2020-05-14 20:11:59 +02:00
kamyker
9d8a9a1e9a comma 2020-05-08 01:41:47 +02:00
kamyker
392b57e18d Ugc item key value tags
(cherry picked from commit a5386b358fec87911d2c4cd221d53b90f470bcf4)
2020-05-08 01:40:39 +02:00
Garry Newman
9b487aae0e Added IntPtr version of DecompressVoice 2020-05-07 11:54:27 +01:00
Garry Newman
b813ee7a17 Don't use ThreadStatic in Helpers 2020-05-07 11:47:46 +01:00
Garry Newman
04d1c86954 Update OnGameWebCallback docs 2020-05-07 11:35:36 +01:00
Garry Newman
c10167bb91 Throw exception if ContentFolder doesn't exist or is empty 2020-05-07 11:05:37 +01:00
Dimma
1f5b5bea5f
Update README.md
Wrong properties in "Get Avatars"
2020-05-04 17:37:15 +03:00
Brian Choi
aa1751071d Add interface method for CreateRelayServer 2020-05-02 22:18:46 +08:00
Garry Newman
0beaeb2e9d ISteamUGC.RequestUGCDetails is deprecated 2020-03-31 08:34:51 +01:00
Garry Newman
abb4b7f6b6 Compile fix 2020-03-31 08:28:35 +01:00
Garry Newman
a0974e9ba3 Use Helper.TakeMemory instead of TakeBuffer where safe 2020-03-31 08:24:12 +01:00
Garry Newman
ecdf217d08 Make Helper calls threadsafe 2020-03-31 08:10:43 +01:00
Garry Newman
4c353264cb
Merge pull request #391 from KingofBeast/master
Add OnSteamNetAuthenticationStatus and SteamServer.SteamId
2020-03-13 18:39:13 +00:00
KingofBeast
6d4639376d Install OnSteamNetAuthenticationStatus listener, expose SteamServer.SteamId 2020-03-13 13:05:21 -05:00
Garry Newman
2f8acff629 Making SteamMatchmakingServers internal since it's not used 2020-03-04 12:40:31 +00:00
Garry Newman
cf1260983c FileVersion 2020-03-04 12:40:19 +00:00
Garry Newman
ead77b6567 Update Facepunch.Steamworks.targets 2020-03-03 09:09:47 +00:00
Garry Newman
f9b6448469 Version update 2020-03-02 10:04:13 +00:00
Garry Newman
36e5e50d85 Fixed ConnectionInfo.Identity returning wrong thing 2020-03-02 10:03:38 +00:00
Garry Newman
1797505960 Update FriendsTest.cs 2020-03-02 09:49:02 +00:00
Garry Newman
2287e5527b Added Friends.OpenWebOverlay test 2020-03-02 09:30:10 +00:00
Garry Newman
e48a0db798 Version Update 2020-03-01 11:38:29 +00:00
Garry Newman
d06054875a Add MonoPInvokeCallback to OnDebugMessage 2020-02-28 19:21:23 +00:00
Garry Newman
23129f3a83 Added SteamNetworkingUtils.SendBufferSize 2020-02-28 15:34:41 +00:00
Garry Newman
3a11b6f8b3 Update Facepunch.Steamworks.Win64.csproj 2020-02-28 14:28:04 +00:00
Garry Newman
d9bf9abeac Update Facepunch.Steamworks.Win64.csproj 2020-02-28 14:13:49 +00:00
Garry Newman
1a1809ba40 Fixed calling StreamServer.Shutdown clearing client interfaces too 2020-02-28 14:13:47 +00:00
Garry Newman
08a4136a3e Seems like struct packing only changes with CSteamId if it's not the first field 2020-02-28 13:53:22 +00:00
Garry Newman
53d86e7e3f Call OnDebugCallback on CallResults too 2020-02-28 13:31:08 +00:00
Garry Newman
e9978ec55b Fixed GlobalStatsReceived not added to debug list 2020-02-28 13:26:06 +00:00
Garry Newman
773ea24aa4 Update Facepunch.Steamworks.Win64.csproj 2020-02-28 12:20:20 +00:00
Garry Newman
b265084d18 Added Dispatch.OnException 2020-02-28 12:10:53 +00:00
Garry Newman
c24b247094 Removed SteamClient.OnCallbackException, SteamServer.OnCallbackException 2020-02-28 11:41:11 +00:00
Garry Newman
e6c0167c48 Some collection modified safety in Dispatch (seeing a few exceptions on Rust staging) 2020-02-28 11:05:27 +00:00
Garry Newman
5aeeaa0cd7
Update README.md 2020-02-27 20:03:23 +00:00
Garry Newman
e5b467ae35 SendMessage comments 2020-02-27 20:00:38 +00:00
Garry Newman
08d36b7ea1 Only try to copy to Rust folder if you're using my computer 2020-02-27 14:33:19 +00:00
Garry Newman
ebf77a8fde Added interface versions of Connection/SocketManagers 2020-02-27 14:01:27 +00:00
Garry Newman
66b221984f Fixed Sockets created using CreateRelaySocket not recieving messages 2020-02-27 13:45:42 +00:00
Garry Newman
09256aa4a3 Rename SocketInterface to SocketManager, ConnectionInterface to ConnectionManager 2020-02-27 12:54:23 +00:00
Garry Newman
2acbf964de Build a .win32 version for nuget too 2020-02-27 12:53:49 +00:00
Garry Newman
631969360c use Defines.k_SteamInventoryResultInvalid instead of default 2020-02-27 10:02:03 +00:00
Garry Newman
9db103cb2f Add Steamworks.Dispatch.OnDebugCallback 2020-02-27 10:01:43 +00:00