repoFacepunch.Steamworkscancel

507 Commits over 2,861 Days - 0.01cph!

3 Years Ago
Redist for 1.52 Headers for 1.52 Generator changes to support 1.52 Generated 1.52
3 Years Ago
Update redistributables
3 Years Ago
Documentation Rework (#599)
3 Years Ago
Fix for GetFloat on struct Steamworks.Data.Stat always returning 0 (#598) Co-authored-by: B0TLANNER <b0tlanner.games@gmail.com>
4 Years Ago
These should be static
4 Years Ago
SteamPort isn't used anymore here
4 Years Ago
Create .editorconfig Merge branch 'master' of Facepunch.Steamworks Fix TextFilteringContext not getting exposed Update to Steamworks 152 Update fixes Added SteamUGC.ShowWorkshopEula() Added SteamUGC.GetWorkshopEulaStatus() Added SteamUtils.IsRunningOnSteamDeck Added SteamUtils.SetGameLauncherMode
4 Years Ago
Adjusted uploading progress bar so it doesn't jump back after finishing uploading content. Merge pull request #588 from rtsonneveld/master Adjusted uploading progress bar so it doesn't jump back
4 Years Ago
Update Facepunch.Steamworks.Win64.csproj Update Facepunch.Steamworks.Win32.csproj Merge pull request #520 from PhyxionNL/master Fix NuGet package generation
4 Years Ago
Added support for FilterText Updated Generator to be in line with expected generated code Remove uint from InitFilterText call FilterText now returns the filtered string instead of the number of filtered characters Merge pull request #514 from Noek1993/master Added support for FilterText
4 Years Ago
we HATE the garbage collector Merge pull request #558 from bobbahbrown/we-hate-gc Fix GC race condition in sending packets causing crash from steamworks
4 Years Ago
RemoteStoragePublishedFileSubscribed_t, RemoteStoragePublishedFileUnsubscribed_t, ItemInstalled_t callbacks Merge pull request #560 from dozd/master RemoteStoragePublishedFileSubscribed_t and RemoteStoragePublishedFile…
4 Years Ago
Fixed native memory buffers allocated by Helpers.TakeMemory being overshared when more than 4 simultaneous tasks call it Updated Generator to use disposable TakeMemory correctly Merge pull request #592 from juanjp600/helpers-takememory-fix Fixed race condition caused by too many tasks using Helpers.TakeMemory simultaneously
4 Years Ago
Migrated .Net Framework projects to .NET, retargeted projects for netstandard2.1 and/or net6.0 where appropriate, upgraded language level to latest for use with .NET 6 Update README.md Update dotnetcore.yml Update dotnetcore.yml Update dotnetcore.yml Update dotnetcore.yml Remove unused Merge pull request #595 from Crytilis/master Migrated .NET Framework and upgraded projects in anticipation of NET6
4 Years Ago
Fix typo in function documentation Merge pull request #554 from chk1/patch-1 Fix typo in function documentation
4 Years Ago
Make Steamworks.SteamClient.IsValid is correct without Steam Make sure Steamworks.SteamClient.IsValid is correct without Steam running
4 Years Ago
Handle Steam not running better
4 Years Ago
Fix #523: Make Lobby.SendChatBytes public. Also add a unsafe variant that would require zero copies to a managed array. Merge pull request #524 from HouraiTeahouse/public-lobby-chat Implement #523: Make Lobby.SendChatBytes public.
4 Years Ago
ReadFile -> FileRead Merge pull request #527 from mlajtos/patch-1 ReadFile -> FileRead
4 Years Ago
Override connection's GetHashCode() Merge pull request #541 from morga4/master Override connection's GetHashCode()
4 Years Ago
Fixes typo in README Achievements code example Merge pull request #546 from sicklydove/master Fixes typo in README Achievements code example
4 Years Ago
Expose message size in IsP2PPacketAvailable Merge pull request #548 from sschoener/patch-1 Expose message size in IsP2PPacketAvailable
4 Years Ago
Add ConnectionManager.Broadcast for sending the same message to multiple clients Pass results back, optionally Make SendMessage call SendMessages instead of SendMessageToConnection Steamworks SDK 1.51 Rename
4 Years Ago
Crash fix in ConnectionManager.Receive due to bad pointer
4 Years Ago
Remove Marshal usage in ConnectionManager (removes allocations)
4 Years Ago
Ugc Editor, on item created callback Merge pull request #494 from kamyker/k9-on-ws-item-created UgcEditor.SubmitAsync, on item created callback
4 Years Ago
Add game managed UGC Items Updated comment Fix Typo Merge pull request #509 from ambid17/feature/game-managed-ugc Add game managed UGC Items
4 Years Ago
SuspendDownloads added to public API Merge pull request #504 from DeKon0650/add-suspend-downloads SuspendDownloads added to public API
4 Years Ago
Added optional receiveToEnd toggle to ConnectionManager.Receive and SocketManager.Receive (default true = old behaviour) Added SteamNetworkingUtils.Unencrypted Merge branch 'master' of Facepunch.Steamworks
4 Years Ago
Fix 'IsLowVoilence' Typo Merge pull request #502 from benbristow/fix-violence-typo Fix 'IsLowVoilence' Typo
5 Years Ago
Fixed libsteam_api extension in UnityPlugin folder
5 Years Ago
StartPurchaseAsync: Should now be able to pass in multiple of the same item to purchase multiples
5 Years Ago
Allow caller to specify OverlayToStoreFlags when opening Store Overlay Allow caller to specify OverlayToStoreFlags when opening Store Overlay - fix Merge pull request #476 from stang-tgs/master Allow caller to specify OverlayToStoreFlags when opening Store Overlay
5 Years Ago
Expose OverlayToStoreFlag
5 Years Ago
Add/Remove ws item dependency getting dependencies/children Merge branch 'k3-item-dependency' into k7-addit-prevs Added ugc addtional previews Merge pull request #475 from kamyker/k7-addit-prevs Added ugc addtional previews
5 Years Ago
Expose ItemPreviewType
5 Years Ago
Added clan chat Merge pull request #474 from kamyker/k6-clan-chat Added clan chat
5 Years Ago
Fix race condition with async callresults Merge pull request #472 from MadrMan/master Fix race condition with async callresults
5 Years Ago
Lobby.SendChatString() and OnChatMessage fix Merge pull request #466 from kamyker/k5-lobbymsg Lobby.SendChatString() and OnChatMessage fix
5 Years Ago
Redist for 1.50 Headers 1.50 Generated 1.50 Don't generate types starting with "FnSteam" Manually create SteamNet delegates Replace int64_t with long, int32_t with int Make NetKeyValue partial to support the added functions Removing Removed Re-adding BroadcastUploadStart_t and BroadcastUploadStop_t - because while they're no longer in the sdk, they are documented on the site
5 Years Ago
Added SteamNetworkingSockets.Identity Added SteamNetworkingSockets.ConnectRelay overload that takes an IConnectionManager
5 Years Ago
Added SteamNetworkingUtils.AllowWithoutAuth
5 Years Ago
CompileFix.bat includes unit test projects Connection.QuickStatus implementation
5 Years Ago
Fix for duplicate OnDisconnected callbacks when ConnectionState.ClosedByPeer or ConnectionState.ProblemDetectedLocally were followed by ConnectionState.None
5 Years Ago
Reverting ConnectionState.None handling to previous behaviour (for the callbacks)
5 Years Ago
TestSocketInterface fix
5 Years Ago
Steam SDK 1.49 .h Steam SDK 1.49 libraries Delete ISteamTV (seems to be removed from the SDK now) Add missing BroadcastUploadStart_t and BroadcastUploadStop_t callbacks Generate for new SDK Added SteamApps.IsTimedTrial Added SteamFriends.OnOverlayBrowserProtocol Added SteamFriends.RegisterProtocolInOverlayBrowser UnitTest DLL fixes
5 Years Ago
Handle ConnectionState.None similar to the examples Removed SocketManager.Connecting and SocketManager.Connected lists (can be tracked in ISocketManager if needed) Don't try to remove the connection poll group in OnDisconnected (causes assert spam)
5 Years Ago
ConnectionManager.Close takes the same optional parameters as Connection.Close ISocketManager.OnDisconnected is in charge of calling Connection.Close so custom parameters can be used
5 Years Ago
Document SteamClient.IsValid Copied wording from https://wiki.facepunch.com/steamworks/Setting_Up#using Merge pull request #449 from rhys-vdw/patch-1 Document SteamClient.IsValid