userJames Kingcancel
repoFacepunch.Steamworkscancel

37 Commits over 1,918 Days - 0.00cph!

1 Year Ago
Launch parameter fix UgcItem Downloaded time
1 Year Ago
Support for RemoteStorageLocalFileChange_t
2 Years Ago
Include "Success" field in LeaderboardUpdate struct
2 Years Ago
Re-enabled ShowFloatingGamepadTextInput
2 Years Ago
Legacy RemoteStorage based shared file downloading
2 Years Ago
Added missing methods needed by Chippy
4 Years Ago
Cleaner approach for fetching usernames
4 Years Ago
Support for getting a callback when a persona name is ready
4 Years Ago
Added Workshop.Item.GetUserItemVote
5 Years Ago
Cache age / metadata for workshop queries
5 Years Ago
Remote storage invalidation tweaks KeyValue tags for workshop items / queries
5 Years Ago
Better handling of empty files in remote storage
5 Years Ago
Update leaderboard counts when fetching entries
6 Years Ago
Added Workshop.Editor.OnChangesSubmitted event Added Workshop.GetSubscribedItemIds()
6 Years Ago
Fixed warnings etc Validate Update in ClientTest Revert "Now pinning delegates in callbacks / callresults" This reverts commit e2ef2b0bf7d35da9e452fe528105c3bfaabd8d3e. Revert "Pinned some more delegates" This reverts commit 7913ccd17150d3a242052450d3dac9325b5a7bd4. Added OnChatStringRecieved, cleaned up OnLobbyChatMessageRecievedAPI Friends.GetAvatar now takes a callback rather than returning an Image. Use GetCachedAvatar for legacy behaviour. Also added Added Friend.GetAvatar( size ) Added Leaderboard.OnBoardInformation callback Fixed "Zero-length data clogs the P2P packet queue" Renamed Achievement.Percentage to GlobalUnlockedPercentage, fixed description Enhanced AddScore description Forcing BytesTotal/BytesUploaded to return sane information Warn if trying to init steam client AFTER steam server Merge branch 'master' into workshop
6 Years Ago
Fixed InstallFolder exception This folder does not always exist. Update Client.cs Update README.md Change the Create Server example to reflect the latest version. Merge pull request #75 from Leodau/patch-1 Update README.md Merge pull request #70 from Phyxion/patch-1 Fixed InstallFolder exception Don't require unsafe to use voice Replaced `NETCORE` defines with `NET_CORE` Update README.md Added RemoteFile.Forget() Now pinning delegates in callbacks / callresults Pinned some more delegates Merge branch 'master' into workshop
6 Years Ago
Now pinning delegates in callbacks / callresults Pinned some more delegates
6 Years Ago
Now pinning delegates in callbacks / callresults
6 Years Ago
Added RemoteFile.Forget()
6 Years Ago
Update README.md
6 Years Ago
Replaced `NETCORE` defines with `NET_CORE`
7 Years Ago
Initial pass at getting coverage for Client functions in API changes lobby initialization and makes lobbylist filter easier Updates Lobby to work for both Lobby members and Lobby Owners Uses a more rigurous approach to LobbyData and uses it as a cache for string-able values to be able to be retrieved by members and set only by the owner. Caches created LobbyType to be assigned as a LobbyData to be referenced by other members in the lobby. Because there is no GetLobbyType, provides a layer in which all users can get a LobbyType from LobbyData. Gives LobbyList the ability to be queried for if it is Finished or not. A lobby refresh will finish when the number of cached lobbies equals the number of requests. Adds in test functions for Lobby functionality in Steamworks Adds in ability to send Lobby messages Also adds in some callbacks around being invited to a lobby, as well callbacks for being requested to join a lobby. Implements ability for a user to set/get individual user metadata for the joined lobby Updates Readme with basic Lobby Info Fixes bug where LobbyList wouldn't report finished if it returned 0 lobbies Cleans up some comments Simple comment update Small README update and adjusts doc tags for Lobby functions. Merge remote-tracking branch 'refs/remotes/Facepunch/master' Merge pull request #56 from kkukshtel/master Adds in Lobby functionality to library Nicer shutdown, I think fixes bug where Lobby Owner was unable to be set Fixes issue where Lobby Owner was being imporperly cached and not updating with the Lobby state. Merge pull request #62 from kkukshtel/master Throw exception if trying to initialize without destroying old instance Console errors on init failure Added ServerRequest.OnServerResponded, OnFinished Use IPAddress Added support for publishing workshop items to the main app from another app. Merge pull request #66 from MollerVictor/master Added support for publishing workshop items to the main app from anot… Compile fixes, netstandard2.0 Added .NET 4.0 Merge pull request #71 from Phyxion/patch-2 Added .NET 4.0 NormalizePath fix for non-windows Merge branch 'master' into workshop
7 Years Ago
NormalizePath fix for non-windows
7 Years Ago
NormalizePath fix for non-windows
7 Years Ago
Added some workshop API members for Chunks Currently OnItemCreated doesn't seem to get called
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