Commit Graph

698 Commits

Author SHA1 Message Date
Garry Newman
1c5eeedf40 SteamNetworking boilerplate 2019-05-02 16:58:44 +01:00
Garry Newman
9b2ad8e49a ISteamNetworkingSockets generating 2019-05-02 16:55:50 +01:00
Garry Newman
3eae3314b6 SteamNetworkUtil global config basics 2019-05-02 15:57:57 +01:00
Garry Newman
16ce5f4d63 NetworkingUtils (Ping stuff) 2019-05-02 15:23:47 +01:00
Garry Newman
1c1925bae9 Update how interfaces are initialized so we can initialize userless 2019-05-02 13:27:46 +01:00
Garry Newman
87ff387ca6 SteamNetworking enum/structs 2019-05-02 13:05:56 +01:00
Garry Newman
239273a715 ISteamNetworkingUtils 2019-05-02 13:05:38 +01:00
Garry Newman
068beddc04 95% bound SteamParties, even though I am doubting its usefulness 2019-05-01 22:29:42 +01:00
Garry Newman
93c4de7eda Added missing structs 2019-05-01 21:46:05 +01:00
Garry Newman
c5ec70447b ISteamParties 2019-05-01 21:33:10 +01:00
Garry Newman
5f9ad75741 OnLobbyMemberLeft becomes OnLobbyMemberLeave 2019-05-01 16:40:46 +01:00
Garry Newman
362ba26729 Chat test 2019-05-01 16:34:46 +01:00
Garry Newman
fbad8b8d6e Lobby Events 2019-05-01 16:30:28 +01:00
Garry Newman
e3840a9a3a LobbyQuery, Lobby Joining, Lobby Creating 2019-05-01 15:55:22 +01:00
Garry Newman
5a68e15676 ISteamMatchmaking 2019-05-01 14:28:42 +01:00
Garry Newman
994cdee49e Round off some edges with ItemDefinitions 2019-05-01 14:03:37 +01:00
Garry Newman
157d0d676e Compile fix 2019-05-01 13:24:05 +01:00
Garry Newman
96eeea1662 GetPlayedWith test RequestInfo on each user first 2019-05-01 13:23:13 +01:00
Garry Newman
cf0e3417de Fixed GetPlayedWith 2019-05-01 13:22:50 +01:00
Garry Newman
8d5f140e09 GetImage returns null on -1 2019-05-01 13:22:06 +01:00
Garry Newman
fb97dbee2e Added Friend.RequestInfoAsync 2019-05-01 13:21:52 +01:00
Garry Newman
ab535d367d Added Achivement.GetIconAsync() (waits for load if not loaded) 2019-05-01 11:47:50 +01:00
Garry Newman
38a29c6059 Safeguards and tests regarding #248 in GetScoresAroundUserAsync 2019-05-01 08:45:11 +01:00
Garry Newman
51ab76893a SteamNetworkingTest 2019-04-30 22:51:01 +01:00
Garry Newman
5938bf59d4 SteamNetworking 2019-04-30 22:45:37 +01:00
Garry Newman
6eae474e6e Parse/Generate ISteamNetworking 2019-04-30 22:01:02 +01:00
Garry Newman
b2cfbe23c5 Fixed not parsing function names containing numbers 2019-04-30 21:58:19 +01:00
Garry Newman
a80ee82e53
Update README.md 2019-04-30 21:19:13 +01:00
Garry Newman
26b79db7e4 Merge branch 'steamworks144' 2019-04-30 17:27:25 +01:00
Garry Newman
850c37e77d Update Jenkinsfile 2019-04-30 17:11:45 +01:00
Garry Newman
32850da719 Update Jenkinsfile 2019-04-30 17:10:06 +01:00
Garry Newman
8916161464 Update Jenkinsfile 2019-04-30 17:07:33 +01:00
Garry Newman
4160e72141 Update Jenkinsfile 2019-04-30 17:03:14 +01:00
Garry Newman
d16db7c13c just do a normal copy 2019-04-30 17:00:57 +01:00
Garry Newman
868c5672b9 Copy using xcopy 2019-04-30 16:58:14 +01:00
Garry Newman
0042a63db1 Artifact test 2019-04-30 16:55:46 +01:00
Garry Newman
1f7e78be09 UnityPlugin base 2019-04-30 16:52:47 +01:00
Garry Newman
93d20de83b ISteamCallback was a nice idea but IL2CPP support makes it unfeasible 2019-04-30 16:43:27 +01:00
Garry Newman
4237204f45
Merge pull request #229 from igniuss/patch-1
Fixed Lobby.Joinable
2019-04-30 16:39:02 +01:00
Garry Newman
86e4576baf IL2CPP works again 2019-04-30 15:42:10 +01:00
Garry Newman
ff48493ceb Structs with a CSteamID don't need the pack8 alternative 2019-04-30 14:56:59 +01:00
Garry Newman
84627fe69f Struct is the pack4 version 2019-04-30 14:51:56 +01:00
Garry Newman
eb51e359d4 Merge branch 'steamworks144' of https://github.com/Facepunch/Facepunch.Steamworks into steamworks144 2019-04-30 14:27:56 +01:00
Garry Newman
87cd93bfde CheckFileSignature => CheckFileSignatureAsync 2019-04-30 14:27:54 +01:00
Garry Newman
10a82adca9 Event cleanup 2019-04-30 14:27:45 +01:00
Garry Newman
cbc154da66 We can treat mac and linux as the same os 2019-04-30 13:01:30 +01:00
Garry Newman
8b78f8a1a7
Update README.md 2019-04-30 12:58:47 +01:00
Garry Newman
8da5ab2cd0 Overloaded functions swap locations only on windows 2019-04-30 11:53:12 +01:00
Garry Newman
a32ab732d1 Unregister events 2019-04-30 11:38:30 +01:00
Garry Newman
3bf1950068 Changd SteamClient.Update to SteamClient.RunCallbacks 2019-04-30 11:10:46 +01:00