branchFacepunch.Steamworks/mastercancel
19 Commits over 641 Days - 0.00cph!
Update leaderboard counts when fetching entries
Added Workshop.Editor.OnChangesSubmitted event
Added Workshop.GetSubscribedItemIds()
Now pinning delegates in callbacks / callresults
Pinned some more delegates
Added RemoteFile.Forget()
Replaced `NETCORE` defines with `NET_CORE`
NormalizePath fix for non-windows
Added Screenshots.Write( rgbData, width, height )
Calls on an unresolved leaderboard are deferred
Applies to:
* AddScore( bool onlyIfBeatsOldScore, int score, params int[] subscores )
* AddScore( bool onlyIfBeatsOldScore, int score, int[] subscores = null, AddScoreCallback onSuccess = null, FailureCallback onFailure = null )
* AttachRemoteFile( RemoteFile file, AttachRemoteFileCallback onSuccess = null, FailureCallback onFailure = null )
* FetchScores( RequestType RequestType, int start, int end, FetchScoresCallback onSuccess, FailureCallback onFailure = null )
Added an exception when attempting to write to a shared file
Added RemoteStorage.OpenSharedFile(sharingId)
Added optional onFailure callbacks to leaderboard and remote file methods that accept a callback (for #23)
Fixed downloading leaderboard file attachments
Added documentation for the new Leaderboard and RemoteStorage members
Added Leaderboard.AttachRemoteFile
Working on a RemoteStorage interface
Fixed AddScoresCallback test
Added Leaderboard.AddScore overload that accepts a callback
Added overload of Leaderboard.FetchScores that takes a callback
Fixed comment of RequestType.GlobalAroundUser