branchFacepunch.Steamworks/mastercancel

365 Commits over 2,222 Days - 0.01cph!

4 Years Ago
Update dotnetcore.yml
4 Years Ago
Update dotnetcore.yml
4 Years Ago
actions/checkout@v2
4 Years Ago
Update dotnetcore.yml
4 Years Ago
Create dotnetcore.yml
4 Years Ago
In ISteamNetworking everything is deprecated apart from the p2p stuff
4 Years Ago
Delete Facepunch.Steamworks.Posix64.csproj Some code quality stuff Fixed NetworkUtils.DebugOut on 32bit
4 Years Ago
RequestUserStats to RequestUserStatsAsync
4 Years Ago
Rename RequestGlobalStats to RequestGlobalStatsAsync Hide FriendFlags Added SteamUgc.DownloadAsync
4 Years Ago
Added Friend.RequestUserStats() Added Friend.GetStatFloat Added Friend.GetStatInt Added Friend.GetAchievement Added Friend.GetAchievementUnlockTime
4 Years Ago
Ignore enums with "Force32Bit" in their names Added SteamNetworkUtils.OnDebugOutput, DebugLevel Fixed SocketInterface duplicate connections, callbacks
4 Years Ago
Added StructFunctions NetMsg uses the flat function to release
4 Years Ago
Networking Cleanup
4 Years Ago
Added IsSteamChinaLauncher
4 Years Ago
Added Duration Control
4 Years Ago
Added SteamRemotePlay
4 Years Ago
Try to define whether interfaces are shared/client/server only a bit better
4 Years Ago
CallResult takes an IsServer parameter Update NetworkingSocketsTest.TestConnectionInterface.cs
4 Years Ago
Prefer use client interface if both exist (this might need a big change at some point) Merge branch 'master' of Facepunch.Steamworks
4 Years Ago
Update README.md
4 Years Ago
Update README.md
4 Years Ago
Wiki link
4 Years Ago
Update issue templates
4 Years Ago
Update issue templates
4 Years Ago
Update issue templates
4 Years Ago
Comment Fix
4 Years Ago
Fixed server interfaces
4 Years Ago
Meta Files
4 Years Ago
Build server fix
4 Years Ago
No need for posix32/64 now - combined to just posix
4 Years Ago
Callback fix Wrong named meta file
4 Years Ago
Removed debug Console.WriteLine
4 Years Ago
Added SteamUserStats.RequestGlobalStats
4 Years Ago
Fix for InvetoryDef Properties Otherwise we get error in `_properties[name] = vl;` as name is null. GetProperty(null) is called to get list of keys as string. I guess separate method would be cleaner but I'm keeping this example to minimum (or im too lazy). Merge pull request #326 from kamyker/kamyker-patch-2 Fix for InvetoryDef Properties
4 Years Ago
Added bool parameter Active to event OnGameOverlayActivated to pass it from GameOverlayActivated_t. Updated OnGameOverlayActivated. Updated to OnGameOverlayActivated?.Invoke( x.Active != 0 ) ) Merge branch 'master' into master Merge pull request #368 from mkracik/master Added bool parameter Active to event OnGameOverlayActivated
4 Years Ago
added EntryCount to Leaderboard fixed indent for EntryCount Merge pull request #373 from matt-bcs/master Added EntryCount to Leaderboard
4 Years Ago
32bit now supported again
4 Years Ago
Update README.md
4 Years Ago
Unity dll updates
4 Years Ago
Steamworks 1.48 Updated generator to use flat files Latest Generated Updated Implementation to use flat api Updated tests
4 Years Ago
Make Id public only a getter Merge pull request #366 from trdwll/connectionid Make Id public only a getter
4 Years Ago
Make Lobby ctor public Merge pull request #364 from trdwll/Lobby-ctor-public Make Lobby ctor public
4 Years Ago
Expose IsFollowing, GetFollowerCount, and EnumerateFollowingList in SteamFriends Fix EnumerateFollowingList and rename to GetFollowingList Merge pull request #356 from trdwll/ISteamFriends-add-methods Expose IsFollowing, GetFollowerCount, and EnumerateFollowingList
4 Years Ago
typo on AvailableLanguages Merge pull request #354 from trdwll/typo-fix typo on AvailableLanguages
4 Years Ago
shutdown server stats Merge pull request #355 from trdwll/shutdown-fix shutdown server stats
4 Years Ago
Merge remote-tracking branch 'origin23/master' into masterFP Fixed ugc validation/redownload Merge pull request #353 from kamyker/ugc-dl-validation Fixed ugc validation/redownload
4 Years Ago
Added a method to retrieve the glyph location for a provided controller and action Merge pull request #350 from kurozael/ft/steam-input-glyph Added a method to retrieve the glyph location for a provided controller and action
4 Years Ago
Exposed ConnectionInfo.EndReason Merge remote-tracking branch 'upstream/master' Merge pull request #338 from alexcodejammer/master Exposed ConnectionInfo.EndReason
4 Years Ago
Limit SourceServerQuery to one concurrent request per endpoint
4 Years Ago
fixed SourceServerQuery shared buffer errors