Commit Graph

1254 Commits

Author SHA1 Message Date
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
Garry Newman
8db2b46729 Hide structs starting with "PS3" 2020-02-27 09:49:58 +00:00
Garry Newman
93e21a5f79 Generate a dictionary of CallbackType's and the actual typeof the callback struct 2020-02-27 09:21:38 +00:00
Garry Newman
600c7dbcc4 Debug output for SocketInterface test 2020-02-26 15:29:12 +00:00
Garry Newman
f7d9acd05a Added NetAddressTest 2020-02-26 15:28:52 +00:00
Garry Newman
61b09add87 ConnectionInfo exposes NetAddress, NetIdentity 2020-02-26 15:28:40 +00:00
Garry Newman
57775e5d10 Added a bunch more functions to NetAddress 2020-02-26 15:28:25 +00:00
Garry Newman
d900b6e217 Added a bunch of functions/properties to NetIdentity 2020-02-26 15:28:16 +00:00
Garry Newman
13feee328d Renamed var ConnectionInfo from data to info 2020-02-26 14:55:13 +00:00
Garry Newman
49b55c74b8 Using shorter NetAddress.From 2020-02-26 13:49:46 +00:00
Garry Newman
8b2a888feb Cleaned up SteamClientClass/SteamServerClass 2020-02-26 13:49:31 +00:00
Garry Newman
b0d23eff22 Fixed dispatch double callbacks when server initialized 2020-02-26 12:42:20 +00:00
Garry Newman
bf60680d87 Renamed SteamNetworkingUtils.GetConfigInt to SetConfigInt 2020-02-26 12:41:45 +00:00
Garry Newman
a8f1ac3799 Added SteamNetworkingUtils.Timeout 2020-02-26 12:41:29 +00:00
Garry Newman
122c2b0a57 Added SteamNetworkingUtils.ConnectionTimeout 2020-02-26 12:41:20 +00:00
Garry Newman
a60281dc41 Fixed SteamServer events being hooked twice 2020-02-25 19:04:28 +00:00
Garry Newman
5d9e4b5c0b Fixed SteamFriends events not being hooked 2020-02-25 19:03:56 +00:00
Garry Newman
4d98ea3d51 Output data as proper hex 2020-02-25 16:26:18 +00:00
Garry Newman
263fb219a8 Nuget - include steam_api64.dll 2020-02-25 14:37:29 +00:00
Garry Newman
998c18764a Chnaged RequestEncryptedAppTicketAsync tests to keep in mind that it can only be called once every 60 seconds 2020-02-25 13:29:15 +00:00
Garry Newman
59eabc1302 Throw exception if trying to initialize multiple times 2020-02-25 12:42:09 +00:00
Garry Newman
b45ac59a21 Update SteamNetworkingTest.cs 2020-02-25 12:33:16 +00:00
Garry Newman
f191ee5e42 Shutdown dispatch on server/client close 2020-02-25 12:32:12 +00:00
Garry Newman
895e11e801 Nuget shit 2020-02-24 18:58:53 +00:00
Garry Newman
61a103919b Delete Jenkinsfile 2020-02-24 17:14:22 +00:00
Garry Newman
a043019f0a Update dotnetcore.yml 2020-02-24 17:08:37 +00:00
Garry Newman
546066d4cc Update dotnetcore.yml 2020-02-24 17:03:06 +00:00
Garry Newman
d526fa5e9f Update dotnetcore.yml 2020-02-24 17:02:01 +00:00
Garry Newman
bffa403e39 actions/checkout@v2 2020-02-24 16:59:19 +00:00
Garry Newman
a075810468
Update dotnetcore.yml 2020-02-24 16:57:07 +00:00
Garry Newman
f1e8664d28
Create dotnetcore.yml 2020-02-24 16:42:51 +00:00
Garry Newman
c9053b0a91 In ISteamNetworking everything is deprecated apart from the p2p stuff 2020-02-24 16:26:23 +00:00
Garry Newman
403488dfcb Fixed NetworkUtils.DebugOut on 32bit 2020-02-24 14:46:29 +00:00
Garry Newman
d990b537a3 Some code quality stuff 2020-02-24 14:11:27 +00:00
Garry Newman
b52a63bc8b Delete Facepunch.Steamworks.Posix64.csproj 2020-02-24 13:34:32 +00:00
Garry Newman
23b3304332 RequestUserStats to RequestUserStatsAsync 2020-02-24 13:28:27 +00:00
Garry Newman
52ecc0b594 Added SteamUgc.DownloadAsync 2020-02-24 13:24:18 +00:00
Garry Newman
2843749918 Hide FriendFlags 2020-02-24 13:07:50 +00:00
Garry Newman
faee6f6cf2 Rename RequestGlobalStats to RequestGlobalStatsAsync 2020-02-24 12:58:46 +00:00
Garry Newman
29f426baf0 Added Friend.GetAchievementUnlockTime 2020-02-24 12:00:57 +00:00
Garry Newman
ae900f84bc Added Friend.GetAchievement 2020-02-24 12:00:42 +00:00
Garry Newman
2928939c9f Added Friend.GetStatInt 2020-02-24 12:00:34 +00:00
Garry Newman
7c20b57957 Added Friend.GetStatFloat 2020-02-24 12:00:26 +00:00