Commit Graph

428 Commits

Author SHA1 Message Date
speedis
24c0edcbcb Added servers stats SetAchievement 2018-02-16 22:50:19 +01:00
Garry Newman
c4617c5884 Fixed NRE in inventory result dispose 2018-02-15 14:03:28 +00:00
Garry Newman
2ee5fa4a5d Lobby GameServer information 2018-02-15 13:59:36 +00:00
Garry Newman
71048f1041 Moved LobbyData to its own file 2018-02-15 13:47:21 +00:00
Garry Newman
42d47a14c7 Added Networking.CloseSession 2018-02-15 13:46:01 +00:00
Garry Newman
3895fd33aa Added servers stats ClearAchievement, GetAchievement 2018-02-15 13:43:07 +00:00
Garry Newman
727741b81a Added SteamFriend.SendMessage 2018-02-15 13:36:01 +00:00
Garry Newman
e71cce0817 Added Friends.OnChatMessage 2018-02-15 13:34:04 +00:00
Garry Newman
7abd06a806 Added Friends.ListenForFriendsMessages 2018-02-15 13:23:36 +00:00
Garry Newman
28df21a19b Added app.OnDlcInstalled callback 2018-02-15 13:19:14 +00:00
Garry Newman
c4343ee318 Added App.IsDlcInstalled 2018-02-15 13:15:39 +00:00
Garry Newman
1f121f508a Added Item.Consume 2018-02-15 13:14:23 +00:00
Garry Newman
dd31847990 Added Friends.OnInvitedToGame callback 2018-02-15 12:43:52 +00:00
Garry Newman
2587643b25 Moved SteamFriend to own file 2018-02-15 12:33:24 +00:00
Garry Newman
70c1513c19 Fixed avatar downloading 2018-02-15 12:32:01 +00:00
Garry Newman
8d410969c3 App.GetName + GetInstallFolder, GetBuildId 2018-02-15 11:53:49 +00:00
Garry Newman
ef8234b958 MonoPInvokeCallback doesn't really seem to need a Type 2018-02-15 11:15:26 +00:00
Garry Newman
68b409d163 Callbacks uses static methods (IL2CPP Compatible) 2018-02-14 17:40:16 +00:00
Garry Newman
04c7eb59dc CallResults are queried 2018-02-14 14:15:02 +00:00
Garry Newman
a82f6fc8ed Fixes OnChatStringRecieved returning previous message data 2018-02-14 11:35:16 +00:00
Garry Newman
c4f33a1d3d
Merge pull request #121 from MadDave666/master
added client.Overlay.Enabled property (tells you whether the overlay …
2018-02-13 19:10:29 +00:00
David Salz
e88535ac57 added client.Overlay.Enabled property (tells you whether the overlay is actually available) 2018-02-13 19:44:54 +01:00
Garry Newman
9a9a310b5f
Merge pull request #116 from BrinerLovo/patch-1
Update for can send invitations.
2018-02-09 09:07:40 +00:00
Lovatto
d015d00974
Update for can send invitations.
I have add a simple function for enable send invitations to friends start from line 143.
2018-02-09 00:21:25 -08:00
Garry Newman
09c4a4f63e Merge branch 'master' of https://github.com/Facepunch/Facepunch.Steamworks 2018-02-07 13:29:36 +00:00
Garry Newman
9e8bf53f42 TriggerPromoDrop, TriggerItemDrop, GrantAllPromoItems 2018-02-07 12:31:01 +00:00
Garry Newman
0beef36548 Fixed inventory NRE 2018-02-01 19:30:43 +00:00
Garry Newman
3a4bb29f7e Merge branch 'master' of https://github.com/Facepunch/Facepunch.Steamworks 2018-02-01 19:22:09 +00:00
Garry Newman
59d21a7efb
Merge pull request #108 from igniuss/patch-1
Added AddScreenshotToLibrary
2018-02-01 19:21:51 +00:00
Garry Newman
d134c5e6ff Cleanup 2018-02-01 19:16:44 +00:00
Garry Newman
f0e4c63267
Merge pull request #111 from your1987/lobbylistdata
Added Lobby data getters for LobbyList.Lobby (plus extra LobbyType)
2018-02-01 19:14:42 +00:00
Garry Newman
a2807dbbcf Use new DeleteItem for workshop delete 2018-01-31 13:34:30 +00:00
Garry Newman
44a6f42f8e Added item.SetProperty, item.SubmitProperties 2018-01-31 13:32:16 +00:00
Garry Newman
bda8b5b956 Added Item.Properties 2018-01-31 13:30:51 +00:00
Garry Newman
627fa4c825 Fixed duplicate method name values 2018-01-31 13:05:49 +00:00
Garry Newman
2ecf323ae0 Added tests for new inventory stuff 2018-01-31 12:53:23 +00:00
Garry Newman
796fd29e32 Added Inventory.StartPurchase 2018-01-31 12:53:13 +00:00
Garry Newman
2da780df7c Added Inventory.UpdatePrices (shouldn't need to call manually) 2018-01-31 12:53:01 +00:00
Garry Newman
6c434df638 Added Inventory.DefinitionsWithPrices 2018-01-31 12:52:02 +00:00
Garry Newman
6d78155ec6 Renamed PriceRaw to PriceCategory 2018-01-31 12:51:36 +00:00
Garry Newman
958d4675af Added ItemDefinition.LocalPrice + LocalPriceFormatted 2018-01-31 12:51:22 +00:00
Garry Newman
916d9afdc9 Added FormatPrice utility function 2018-01-31 12:50:25 +00:00
Garry Newman
c8e5c0ca5a fixed "Result Esult" 2018-01-31 12:50:13 +00:00
Garry Newman
ba6132715c Don't try to make callback with invalid SteamAPICall_t 2018-01-31 11:40:58 +00:00
Garry Newman
650d221baf added more test timeouts 2018-01-31 11:28:47 +00:00
AlexSSZ
e66a00d212 Added Dictionary<string, string> GetAllData();
Added string GetData(string k);
Added string LobbyType { get; private set; }

To LobbyList.Lobby

With this you can list extra lobby parameters when displaying the Lobby List, such as current played map or game mode.
2018-01-29 06:29:43 -05:00
Sean L
b7195adc89
Added AddScreenshotToLibrary
Added AddScreenshotToLibrary(filename, thumbnailFilename, width, height); 
and AddScreenshotToLibrary(filename, width, height); 

We use Application.TakeScreenshot(path, superSize) in some of our in-game tools (like the camera) to allow for higher-res screenshots, and this feels like a much faster way of doing it then loading the PNG back into a texture2D, converting it into a correct format, and using Write.
2018-01-26 03:05:10 +01:00
Garry Newman
5991839c27 Unit Test timeouts 2018-01-23 12:33:49 +00:00
Garry Newman
8d202b4645 Fixed uint32 arrays using the wrong size marshalling 2018-01-23 11:02:36 +00:00
Garry Newman
59f7e0ca0a Handle AppId_t arrays 2018-01-23 11:00:14 +00:00