userJames Kingcancel
branchFacepunch.Steamworks/mastercancel

19 Commits over 641 Days - 0.00cph!

5 Years Ago
Update leaderboard counts when fetching entries
6 Years Ago
Added Workshop.Editor.OnChangesSubmitted event Added Workshop.GetSubscribedItemIds()
6 Years Ago
Now pinning delegates in callbacks / callresults Pinned some more delegates
6 Years Ago
Added RemoteFile.Forget()
6 Years Ago
Update README.md
6 Years Ago
Replaced `NETCORE` defines with `NET_CORE`
7 Years Ago
NormalizePath fix for non-windows
7 Years Ago
Added Screenshots.Write( rgbData, width, height )
7 Years Ago
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 )
7 Years Ago
Added an exception when attempting to write to a shared file Added RemoteStorage.OpenSharedFile(sharingId)
7 Years Ago
Added optional onFailure callbacks to leaderboard and remote file methods that accept a callback (for #23)
7 Years Ago
Fixed downloading leaderboard file attachments
7 Years Ago
Added documentation for the new Leaderboard and RemoteStorage members
7 Years Ago
Added Leaderboard.AttachRemoteFile
7 Years Ago
Working on a RemoteStorage interface
7 Years Ago
Fixed AddScoresCallback test
7 Years Ago
Added Leaderboard.AddScore overload that accepts a callback
7 Years Ago
Added overload of Leaderboard.FetchScores that takes a callback
7 Years Ago
Fixed comment of RequestType.GlobalAroundUser