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
kamyker
d42996142f
Fixed ugc validation/redownload
2020-01-20 19:57:36 +01:00
kamyker
22e963250e
Merge remote-tracking branch 'origin23/master' into masterFP
2020-01-20 19:54:13 +01:00
kurozael
d919a1e635
Added a method to retrieve the glyph location for a provided controller and action
2020-01-18 22:38:34 +00:00
Garry Newman
4e98ae5027
Merge pull request #338 from alexcodejammer/master
...
Exposed ConnectionInfo.EndReason
2019-12-16 10:24:55 +00:00
Alex Mein
19e64429c4
Merge remote-tracking branch 'upstream/master'
2019-12-16 09:49:24 +00:00
Rohan Singh
710c6a0ce7
Limit SourceServerQuery to one concurrent request per endpoint
2019-12-07 08:41:06 -05:00
Garry Newman
2e6db5fe37
fixed SourceServerQuery shared buffer errors
2019-12-06 14:27:38 +00:00
Garry Newman
127de84c8c
Merge pull request #335 from kamyker/subdl-fix
...
Fixed sometimes false returned from SubscribeDownloadAsync
2019-12-06 08:47:30 +00:00
kamyker
e9d130572a
Fixed sometimes false returned from SubscribeDownloadAsync
2019-12-06 01:43:27 +01:00
Alex Mein
2fc5206b38
Exposed ConnectionInfo.EndReason
2019-12-05 16:49:52 +00:00
Garry Newman
04ad04f95d
Added SteamServer.UserHasLicenseForApp
2019-12-04 11:15:58 +00:00
Garry Newman
32fbf63644
Merge pull request #333 from kamyker/ws-download-progress
...
SubscribeDownloadAsync for workshop item
2019-12-03 10:58:10 +00:00
kamyker
61f3809b4e
SubscribeDownloadAsync has flag state fix
2019-12-03 01:13:27 +01:00
kamyker
c5f1033aeb
Added SubscribeDownloadAsync for workshop item
2019-12-03 01:07:39 +01:00
Kamil Szurant
6587db5a9d
Fix for InvetoryDef Properties
...
Otherwise we get error in `_properties[name] = vl;` as name is null. GetProperty(null) is called to get list of keys as string. I guess separate method would be cleaner but I'm keeping this example to minimum (or im too lazy).
2019-11-19 20:50:41 +01:00
Garry Newman
f1fdf29124
Merge pull request #319 from LukasKastern/master
...
Added SteamFriends.GetFriendsWithFlag
2019-11-11 08:56:06 +00:00
Garry Newman
8ceecd7350
Merge pull request #321 from alexcodejammer/master
...
Added missing workshop features
2019-11-11 08:55:36 +00:00
Garry Newman
5832c3ea82
Merge pull request #323 from HouraiTeahouse/master
...
Add unsafe overloads for SteamNetworking P2P send and recieve functions
2019-11-11 08:54:50 +00:00
james7132
84063b674c
Fix indentation
2019-11-10 17:03:21 -08:00
james7132
3e95d41692
Add unsafe overloads for SteamNetworking
2019-11-10 16:57:39 -08:00
Alex Mein
2f63117c32
Exposed the full result of the Vote method
2019-10-28 15:40:30 +00:00
Alex Mein
8b231bf4d6
Made SteamUGCDetails_t.Result available via a public method in UgcItem
2019-10-23 11:07:56 +01:00
Alex Mein
f549a69bc0
Added proper implementation of the various 'setreturn...' methods which previously did nothing
2019-10-18 10:07:18 +01:00
Alex Mein
4997a74d15
Added public methods for playtime tracking
2019-10-16 16:02:01 +01:00
Alex Mein
e3ce99bc12
Added missing newline
2019-10-16 14:47:23 +01:00
Alex Mein
455a9f8956
Added missing public methods for various functions in ISteamUGC. Fixed UGC Submit process reporting invalid progress value.
2019-10-16 14:41:57 +01:00
Lukas Kastern
83aa37ce4f
Added SteamFriends.GetFriendsWithFlag
...
Added SteamFriends.GetFriendsWithFlag.
Reworked SteamFriends.GetFriends and SteamFriends.GetBlocked to work upon it.
I also had to expose the FriendFlags.
2019-10-11 16:44:27 +02:00