Garry Newman
|
c69b817d62
|
Fixed server not being listed on master server
|
2019-05-27 15:23:56 +01:00 |
|
Garry Newman
|
2ad31e1375
|
Append Async to some async method names
|
2019-05-27 10:54:30 +01:00 |
|
Garry Newman
|
c60612b8b0
|
Some currency fix ups
|
2019-05-26 21:33:18 +01:00 |
|
Garry Newman
|
e4c9e9d034
|
Added SteamInventory.StartPurchaseAsync
|
2019-05-25 14:34:59 +01:00 |
|
Garry Newman
|
cad7edcec0
|
Added SteamMatchmaking.GetHistoryServers()
|
2019-05-24 15:19:04 +01:00 |
|
Garry Newman
|
5c973b0092
|
Fixed history servers being returned in favourites
|
2019-05-24 15:18:55 +01:00 |
|
Garry Newman
|
ffb0c7a830
|
Changed FriendGameInfo GamePort to ConnectionPort to match ServerInfo
|
2019-05-23 15:10:07 +01:00 |
|
Garry Newman
|
91e9e162f3
|
Added SteamMatchmaking.GetFavoriteServers()
|
2019-05-23 14:59:42 +01:00 |
|
Garry Newman
|
711bc7cb3d
|
ServerInfo (AddTo|RemoveFrom)(History|Favorites) works
|
2019-05-23 14:46:26 +01:00 |
|
Garry Newman
|
761ff33663
|
Added GetAuthSessionTicketAsync, which waits on GetAuthSessionTicketResponse_t before returning
|
2019-05-21 20:39:56 +01:00 |
|
Garry Newman
|
2c4fc82ae2
|
Filled out FriendGameInfo
|
2019-05-20 14:52:31 +01:00 |
|
Garry Newman
|
6b9b7da34b
|
Fixed SteamInventory not getting events on server
|
2019-05-18 12:04:43 +01:00 |
|
Garry Newman
|
7c53fc580d
|
Merge pull request #255 from FromZeus/master
Add ServersConnected and ServerConnectFailure callbacks to SteamServer
|
2019-05-17 09:10:02 +01:00 |
|
Daniil Trishkin
|
5f7bd08320
|
Add SteamServersConnected_t and SteamServerConnectFailure_t callbacks to SteamServer
|
2019-05-17 01:08:35 +02:00 |
|
Garry Newman
|
f06b4b431b
|
InventoryItem.Flags uses SteamItemFlags
|
2019-05-16 15:02:16 +01:00 |
|
Garry Newman
|
a5bd78a597
|
SteamItemDetails_t should read flags properly on windows
|
2019-05-16 15:02:00 +01:00 |
|
Garry Newman
|
778b1081cb
|
Windows specific on overloaded functions in ISteamGameServerStats
|
2019-05-15 13:25:50 +01:00 |
|
Garry Newman
|
a1599e3226
|
Added InventoryResult.BelongsTo( <steamid> )
|
2019-05-15 13:11:00 +01:00 |
|
Garry Newman
|
cf2bc51c54
|
InventoryDef and Recpie IEquatable
|
2019-05-14 20:17:15 +01:00 |
|
Garry Newman
|
208af219d2
|
Added Acquired and Origin properties to InventoryItem
|
2019-05-14 20:17:01 +01:00 |
|
Garry Newman
|
17d7263973
|
Added InventoryDef.GetRecipesContainingThis()
|
2019-05-14 16:05:28 +01:00 |
|
Garry Newman
|
fed6ccdefa
|
Should fix inventory definitions updating on server
|
2019-05-14 15:47:25 +01:00 |
|
Garry Newman
|
98915f0950
|
Fallback to FindOrCreateUserInterface if CreateInterface returns null
|
2019-05-14 13:29:09 +01:00 |
|
Garry Newman
|
a2942bd098
|
Use CreateInterface instead of FindOrCreateUserInterface
|
2019-05-14 10:23:43 +01:00 |
|
Garry Newman
|
d671c1ddc8
|
Test warning fixes
|
2019-05-14 10:23:21 +01:00 |
|
Garry Newman
|
fff2fc6098
|
Cleaning up inventory deserialize
|
2019-05-13 20:05:10 +01:00 |
|
Garry Newman
|
f629b1c663
|
Fixed NRE in OnAchievementIconFetched
|
2019-05-13 19:51:20 +01:00 |
|
Garry Newman
|
7a30b76a26
|
Don't release inventoryg result in InventoryUpdated callback
|
2019-05-13 15:51:55 +01:00 |
|
Garry Newman
|
69ec868227
|
Added Async to some async calls
|
2019-05-13 15:50:31 +01:00 |
|
Garry Newman
|
6981eb4a73
|
FindDefinition return null if _defMap is null
|
2019-05-13 14:50:47 +01:00 |
|
Garry Newman
|
fdee0bfc1e
|
Cancel async waits if steam becomes invalid during wait
|
2019-05-13 13:13:12 +01:00 |
|
Garry Newman
|
b6cecf0082
|
If SteamInternal.GameServer_Init returns false, print the parameters in the error
|
2019-05-13 10:37:36 +01:00 |
|
Garry Newman
|
6a2db11c5d
|
AppId.ToString
|
2019-05-13 10:37:07 +01:00 |
|
Garry Newman
|
326d27e98e
|
Fixed UGC User Queries
|
2019-05-13 09:21:20 +01:00 |
|
Garry Newman
|
44dfa45337
|
Fixed server not setting appid properly
|
2019-05-13 09:13:19 +01:00 |
|
Garry Newman
|
99dcc83ab0
|
Comment fix
|
2019-05-13 09:01:21 +01:00 |
|
Garry Newman
|
f014681cc4
|
Clear interfaces and dangling pointers on steam shutdown
|
2019-05-10 14:08:17 +01:00 |
|
Garry Newman
|
69773bb033
|
Squeeze all the UGC Queries into one struct
|
2019-05-10 13:38:04 +01:00 |
|
Garry Newman
|
8a6bbb9a91
|
SteamTypes implement IComparable
|
2019-05-10 12:22:28 +01:00 |
|
Garry Newman
|
d290c26db1
|
Shutdown ISteamMatchmakingServers properly
|
2019-05-10 12:13:30 +01:00 |
|
Garry Newman
|
43f09dc2ed
|
Update InventoryTest.cs
|
2019-05-10 10:50:47 +01:00 |
|
Garry Newman
|
586f4ee6f2
|
Added Ugc.Item.Edit()
|
2019-05-10 10:43:03 +01:00 |
|
Garry Newman
|
1980a2106a
|
Update Base.cs
|
2019-05-10 10:10:20 +01:00 |
|
Garry Newman
|
d0b4ce0451
|
Fixed OnActiveBeaconsUpdated not getting called
|
2019-05-10 10:10:03 +01:00 |
|
Garry Newman
|
075e5460a4
|
InventoryItem IEquatable
|
2019-05-10 10:09:52 +01:00 |
|
Garry Newman
|
eae18553da
|
Types now impl,ement IEquatable
|
2019-05-10 10:08:47 +01:00 |
|
Garry Newman
|
10c099d910
|
Added Steamworks.ServerList.IpList for querying an array of Ips
|
2019-05-10 09:33:58 +01:00 |
|
Garry Newman
|
b85fe5ffd8
|
nGameLobbyJoinRequested now passes a lobby object
|
2019-05-09 16:18:34 +01:00 |
|
Garry Newman
|
000358aae8
|
SteamServerStats
|
2019-05-09 11:29:50 +01:00 |
|
Garry Newman
|
8c986113de
|
ISteamGameServerStats
|
2019-05-09 11:17:19 +01:00 |
|