Commit Graph

995 Commits

Author SHA1 Message Date
Garry Newman
f495d18ece Added SteamRemotePlay 2020-02-23 18:58:50 +00:00
Garry Newman
8b2599be98 Try to define whether interfaces are shared/client/server only a bit better 2020-02-23 18:34:56 +00:00
Garry Newman
c80421e9a9 Update NetworkingSocketsTest.TestConnectionInterface.cs 2020-02-23 11:48:31 +00:00
Garry Newman
428c2425a0 CallResult takes an IsServer parameter 2020-02-23 11:44:14 +00:00
Garry Newman
aab047717b Merge branch 'master' of https://github.com/Facepunch/Facepunch.Steamworks 2020-02-23 11:26:02 +00:00
Garry Newman
bc9801c36a Prefer use client interface if both exist (this might need a big change at some point) 2020-02-23 11:25:56 +00:00
Garry Newman
f517587edc
Update README.md 2020-02-23 09:43:06 +00:00
Garry Newman
49252f49f5
Update README.md 2020-02-23 09:41:57 +00:00
Garry Newman
23a5964171
Wiki link 2020-02-23 09:41:45 +00:00
Garry Newman
dfa98564f7 Update issue templates 2020-02-23 09:22:54 +00:00
Garry Newman
4d2d15f3af Update issue templates 2020-02-23 09:22:27 +00:00
Garry Newman
16d4b4f6f8 Update issue templates 2020-02-23 09:21:07 +00:00
Garry Newman
8f36f0c939 Comment Fix 2020-02-23 09:14:16 +00:00
Garry Newman
ffa48fb03c Fixed server interfaces 2020-02-23 08:57:25 +00:00
Garry Newman
011c596cb1 Meta Files 2020-02-22 21:52:00 +00:00
Garry Newman
4108895749 Build server fix 2020-02-22 21:47:30 +00:00
Garry Newman
e3ac585144 No need for posix32/64 now - combined to just posix 2020-02-22 21:45:26 +00:00
Garry Newman
c2a980227d Wrong named meta file 2020-02-22 21:28:22 +00:00
Garry Newman
4b10d72d12 Callback fix 2020-02-22 21:13:47 +00:00
Garry Newman
abb749078b Removed debug Console.WriteLine 2020-02-22 21:11:14 +00:00
Garry Newman
c8cb180b78 Added SteamUserStats.RequestGlobalStats 2020-02-22 21:03:29 +00:00
Garry Newman
d58dfdf4d2
Merge pull request #326 from kamyker/kamyker-patch-2
Fix for InvetoryDef Properties
2020-02-22 20:54:30 +00:00
Garry Newman
a934498263
Merge pull request #368 from mkracik/master
Added bool parameter Active to event OnGameOverlayActivated
2020-02-22 20:49:56 +00:00
Garry Newman
1d3585fa6a
Merge branch 'master' into master 2020-02-22 20:49:47 +00:00
Garry Newman
b6c24ce04c
Merge pull request #373 from matt-bcs/master
Added EntryCount to Leaderboard
2020-02-22 20:48:13 +00:00
Garry Newman
ceb66b731e
32bit now supported again 2020-02-22 20:47:48 +00:00
Garry Newman
8ecd08fa50
Update README.md 2020-02-22 20:47:24 +00:00
Garry Newman
3a0e68c6e1 Unity dll updates 2020-02-22 20:46:24 +00:00
Garry Newman
a7954f9e21 Updated tests 2020-02-22 20:29:37 +00:00
Garry Newman
d8e5a48f65 Updated Implementation to use flat api 2020-02-22 20:23:19 +00:00
Garry Newman
92b45c7596 Latest Generated 2020-02-22 20:18:07 +00:00
Garry Newman
ed96cafbe4 Updated generator to use flat files 2020-02-22 20:16:04 +00:00
Garry Newman
85339a079a Steamworks 1.48 2020-02-22 20:14:01 +00:00
Matt Davis
6c84df0ef8 fixed indent for EntryCount 2020-02-16 12:15:27 -05:00
Matt Davis
2872bb92f7 added EntryCount to Leaderboard 2020-02-15 21:23:03 -05:00
Michal Kracik
841d665046 Updated OnGameOverlayActivated.
Updated to OnGameOverlayActivated?.Invoke( x.Active != 0 ) )
2020-02-10 14:49:55 -05:00
Michal Kracik
f60b54df33 Added bool parameter Active to event OnGameOverlayActivated to pass it from GameOverlayActivated_t. 2020-02-09 09:25:43 -05:00
Garry Newman
cfa77bc9e2
Merge pull request #366 from trdwll/connectionid
Make Id public only a getter
2020-02-05 10:17:33 +00:00
Garry Newman
2db3bb9bb3
Merge pull request #364 from trdwll/Lobby-ctor-public
Make Lobby ctor public
2020-02-05 10:17:17 +00:00
Russ Treadwell
427524abc9
Make Id public only a getter 2020-02-04 18:03:06 -05:00
Russ Treadwell
06d0059d87
Make Lobby ctor public 2020-02-04 13:47:57 -05:00
Garry Newman
f3443935b2
Merge pull request #356 from trdwll/ISteamFriends-add-methods
Expose IsFollowing, GetFollowerCount, and EnumerateFollowingList
2020-01-23 08:21:27 +00:00
Russ Treadwell
e4e3b0dbce
Fix EnumerateFollowingList and rename to GetFollowingList 2020-01-22 22:52:03 -05:00
Russ Treadwell
1a263c09cf
Expose IsFollowing, GetFollowerCount, and EnumerateFollowingList in SteamFriends 2020-01-21 17:35:04 -05:00
Garry Newman
6fbc1e80f3
Merge pull request #354 from trdwll/typo-fix
typo on AvailableLanguages
2020-01-21 22:30:39 +00:00
Garry Newman
7c82a9fc60
Merge pull request #355 from trdwll/shutdown-fix
shutdown server stats
2020-01-21 22:30:25 +00:00
Garry Newman
8dc011964f
Merge pull request #353 from kamyker/ugc-dl-validation
Fixed ugc validation/redownload
2020-01-21 22:30:09 +00:00
Garry Newman
6e896c2085
Merge pull request #350 from kurozael/ft/steam-input-glyph
Added a method to retrieve the glyph location for a provided controller and action
2020-01-21 22:26:35 +00:00
Russ Treadwell
1fd8ea89a9
shutdown server stats 2020-01-21 14:41:38 -05:00
Russ Treadwell
773605c841
typo on AvailableLanguages 2020-01-21 14:29:54 -05:00