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
Garry Newman
01e7d1d378
Removed SteamNative.SteamUnifiedMessages.cs
2018-01-23 10:59:58 +00:00
Garry Newman
8585dca101
Generated Code
2018-01-23 10:53:48 +00:00
Garry Newman
4a663f8c9f
Updated SDK libraries
2018-01-23 10:51:59 +00:00
Garry Newman
0633bae582
Updated Steamworks SDK to 1.42
2018-01-23 10:48:36 +00:00
Garry Newman
d2331e68e2
Removed steam_appid.txt requirement
2018-01-22 17:19:48 +00:00
Jhett Black
3085ec266c
Add FileTimestamp property to RemoteStorage.File.
2017-12-23 14:48:44 +10:00
Garry Newman
1ccea72a13
Warn if trying to init steam client AFTER steam server
2017-12-06 13:23:36 +00:00
Garry Newman
d60ebf5fdd
Forcing BytesTotal/BytesUploaded to return sane information
2017-12-06 13:08:48 +00:00
Garry Newman
6ce4e637d9
Enhanced AddScore description
2017-12-06 12:34:21 +00:00
Garry Newman
d6b3966c9d
Renamed Achievement.Percentage to GlobalUnlockedPercentage, fixed description
2017-12-06 12:27:50 +00:00
Garry Newman
63a12ff7c6
Fixed "Zero-length data clogs the P2P packet queue"
2017-12-06 12:13:36 +00:00
Garry Newman
d98f7fd1fe
Added Leaderboard.OnBoardInformation callback
2017-12-06 12:11:37 +00:00
Garry Newman
6e807c8e4d
Added Friend.GetAvatar( size )
2017-12-06 11:58:36 +00:00
Garry Newman
6dc680cbab
Friends.GetAvatar now takes a callback rather than returning an Image. Use GetCachedAvatar for legacy behaviour. Also added
2017-12-06 11:58:20 +00:00
Garry Newman
54dab0c2a4
Added OnChatStringRecieved, cleaned up OnLobbyChatMessageRecievedAPI
2017-12-06 11:25:30 +00:00
Garry Newman
d959dafae0
Revert "Pinned some more delegates"
...
This reverts commit 7913ccd171
.
2017-12-06 11:14:40 +00:00
Garry Newman
75530c6bef
Revert "Now pinning delegates in callbacks / callresults"
...
This reverts commit e2ef2b0bf7
.
2017-12-06 11:14:38 +00:00
Garry Newman
33393e8725
Validate Update in ClientTest
2017-12-06 11:14:29 +00:00
Garry Newman
3001f2a5c4
Fixed warnings etc
2017-12-06 10:50:11 +00:00
James King
7913ccd171
Pinned some more delegates
2017-11-28 11:22:43 +00:00
James King
e2ef2b0bf7
Now pinning delegates in callbacks / callresults
2017-11-28 10:37:40 +00:00
James King
47f153ffa6
Added RemoteFile.Forget()
2017-11-09 11:00:10 +00:00
James King
1d0fe2b814
Update README.md
2017-11-07 16:58:24 +00:00
James King
7d30ffc734
Replaced NETCORE
defines with NET_CORE
2017-11-06 20:42:50 +00:00
Rohan Singh
60933de240
Don't require unsafe to use voice
2017-10-26 09:35:09 -04:00
Garry Newman
a3a4c87ede
Merge pull request #70 from Phyxion/patch-1
...
Fixed InstallFolder exception
2017-10-11 19:21:40 +01:00
Garry Newman
616040da42
Merge pull request #75 from Leodau/patch-1
...
Update README.md
2017-10-11 19:21:23 +01:00
James King
2e65cfe9bb
NormalizePath fix for non-windows
2017-09-18 10:36:51 +01:00
Leonardo D'Aubeterre
d7fd203c02
Update README.md
...
Change the Create Server example to reflect the latest version.
2017-09-14 17:18:52 +02:00
Phyxion
e8b6f31bb2
Update Client.cs
2017-09-05 13:53:29 +02:00
Garry Newman
0366c39690
Merge pull request #71 from Phyxion/patch-2
...
Added .NET 4.0
2017-09-05 12:36:54 +01:00
Phyxion
b6c7916684
Added .NET 4.0
2017-09-05 13:30:35 +02:00
Phyxion
72bae11073
Fixed InstallFolder exception
...
This folder does not always exist.
2017-09-05 13:29:07 +02:00
Garry Newman
1cf2130703
Compile fixes, netstandard2.0
2017-08-30 23:10:55 +01:00
Garry Newman
13c8b543cc
Merge pull request #66 from MollerVictor/master
...
Added support for publishing workshop items to the main app from anot…
2017-08-30 22:45:46 +01:00
Victor Möller
2b4c62bd28
Added support for publishing workshop items to the main app from another app.
2017-08-30 23:35:47 +02:00
Garry Newman
cc4bdcea8d
Use IPAddress
2017-08-17 14:45:58 +01:00
Garry Newman
c6bd69092a
Added ServerRequest.OnServerResponded, OnFinished
2017-08-17 13:21:22 +01:00
Garry Newman
4ba430601a
Console errors on init failure
2017-08-17 12:02:32 +01:00
Garry Newman
79f398da04
Throw exception if trying to initialize without destroying old instance
2017-08-17 12:00:29 +01:00
Garry Newman
a6b440324b
Merge pull request #62 from kkukshtel/master
2017-08-17 07:53:11 +01:00
Kyle Kukshtel
d614b1544b
Fixes issue where Lobby Owner was being imporperly cached and not updating with the Lobby state.
2017-08-16 22:26:37 -07:00
Kyle Kukshtel
fd14512e28
fixes bug where Lobby Owner was unable to be set
2017-08-16 19:45:35 -07:00
Garry Newman
c5af1f91cf
Nicer shutdown, I think
2017-08-16 22:11:00 +01:00
Garry Newman
5dcfda6c15
Merge pull request #56 from kkukshtel/master
...
Adds in Lobby functionality to library
2017-08-08 09:27:42 +01:00