branchFacepunch.Steamworks/mastercancel

376 Commits over 2,861 Days - 0.01cph!

5 Years Ago
Build a .win32 version for nuget too
5 Years Ago
Generate a dictionary of CallbackType's and the actual typeof the callback struct Hide structs starting with "PS3" Add Steamworks.Dispatch.OnDebugCallback use Defines.k_SteamInventoryResultInvalid instead of default
5 Years Ago
Added SteamNetworkingUtils.ConnectionTimeout Added SteamNetworkingUtils.Timeout Renamed SteamNetworkingUtils.GetConfigInt to SetConfigInt Fixed dispatch double callbacks when server initialized Cleaned up SteamClientClass/SteamServerClass Using shorter NetAddress.From Renamed var ConnectionInfo from data to info Added a bunch of functions/properties to NetIdentity Added a bunch more functions to NetAddress ConnectionInfo exposes NetAddress, NetIdentity Added NetAddressTest Debug output for SocketInterface test
5 Years Ago
Fixed SteamFriends events not being hooked Fixed SteamServer events being hooked twice
5 Years Ago
Nuget - include steam_api64.dll
5 Years Ago
Chnaged RequestEncryptedAppTicketAsync tests to keep in mind that it can only be called once every 60 seconds
5 Years Ago
Throw exception if trying to initialize multiple times
5 Years Ago
Shutdown dispatch on server/client close Update SteamNetworkingTest.cs
5 Years Ago
Nuget shit
5 Years Ago
Delete Jenkinsfile
5 Years Ago
Update dotnetcore.yml
5 Years Ago
Update dotnetcore.yml
5 Years Ago
Update dotnetcore.yml
5 Years Ago
actions/checkout@v2
5 Years Ago
Update dotnetcore.yml
5 Years Ago
Create dotnetcore.yml
5 Years Ago
In ISteamNetworking everything is deprecated apart from the p2p stuff
5 Years Ago
Delete Facepunch.Steamworks.Posix64.csproj Some code quality stuff Fixed NetworkUtils.DebugOut on 32bit
5 Years Ago
RequestUserStats to RequestUserStatsAsync
5 Years Ago
Rename RequestGlobalStats to RequestGlobalStatsAsync Hide FriendFlags Added SteamUgc.DownloadAsync
5 Years Ago
Added Friend.RequestUserStats() Added Friend.GetStatFloat Added Friend.GetStatInt Added Friend.GetAchievement Added Friend.GetAchievementUnlockTime
5 Years Ago
Ignore enums with "Force32Bit" in their names Added SteamNetworkUtils.OnDebugOutput, DebugLevel Fixed SocketInterface duplicate connections, callbacks
5 Years Ago
Added StructFunctions NetMsg uses the flat function to release
5 Years Ago
Networking Cleanup
5 Years Ago
Added IsSteamChinaLauncher
5 Years Ago
Added Duration Control
5 Years Ago
Added SteamRemotePlay
5 Years Ago
Try to define whether interfaces are shared/client/server only a bit better
5 Years Ago
CallResult takes an IsServer parameter Update NetworkingSocketsTest.TestConnectionInterface.cs
5 Years Ago
Prefer use client interface if both exist (this might need a big change at some point) Merge branch 'master' of Facepunch.Steamworks
5 Years Ago
Update README.md
5 Years Ago
Update README.md
5 Years Ago
Wiki link
5 Years Ago
Update issue templates
5 Years Ago
Update issue templates
5 Years Ago
Update issue templates
5 Years Ago
Comment Fix
5 Years Ago
Fixed server interfaces
5 Years Ago
Meta Files
5 Years Ago
Build server fix
5 Years Ago
No need for posix32/64 now - combined to just posix
5 Years Ago
Callback fix Wrong named meta file
5 Years Ago
Removed debug Console.WriteLine
5 Years Ago
Added SteamUserStats.RequestGlobalStats
5 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
5 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
5 Years Ago
added EntryCount to Leaderboard fixed indent for EntryCount Merge pull request #373 from matt-bcs/master Added EntryCount to Leaderboard
5 Years Ago
32bit now supported again
5 Years Ago
Update README.md
5 Years Ago
Unity dll updates