userGarry Newmancancel
repoFacepunch.Steamworkscancel

391 Commits over 1,979 Days - 0.01cph!

5 Years Ago
just do a normal copy
5 Years Ago
Copy using xcopy
5 Years Ago
UnityPlugin base Artifact test
5 Years Ago
ISteamCallback was a nice idea but IL2CPP support makes it unfeasible
5 Years Ago
Fixed Lobby.Joinable GetData("joinable") returns "True" or "False", (note upercase), so the Joinable would always return false. Fixed by setting to LowerInvariant, since I'm not sure if it returns it uppercase on other platforms as well, or if this ever gets changed. Merge pull request #229 from igniuss/patch-1 Fixed Lobby.Joinable
5 Years Ago
Struct is the pack4 version Structs with a CSteamID don't need the pack8 alternative IL2CPP works again
5 Years Ago
We can treat mac and linux as the same os Event cleanup CheckFileSignature => CheckFileSignatureAsync Merge branch 'steamworks144' of Facepunch.Steamworks into steamworks144
5 Years Ago
Update README.md
5 Years Ago
Overloaded functions swap locations only on windows
5 Years Ago
Unregister events
5 Years Ago
GetGlobals are in bytes, not array size Request the stats on startup, harmless enough but useful Changd SteamClient.Update to SteamClient.RunCallbacks
5 Years Ago
Usaboility tweaks
5 Years Ago
Try to dynamically determine the OS MacOs loading Special path for Windows call convention when returning a SteamId
5 Years Ago
Api Generate global funcs
5 Years Ago
Expose ItemId, DefId types GetItems, InventoryResult etc InventoryResult.Serialize Inventory item def Consume, Split, Transfer GenerateItem CraftItem DeserializeAsync Clear pointers on shutdown
5 Years Ago
LocalPriceFormatted GetDefinitions
5 Years Ago
Item Prices
5 Years Ago
SteamInventory Create InventoryTest.cs InstalledDepots, AppInstallDir appd param default to current app Test using Rust instead of Gmod (uses more features) Stats fixes
5 Years Ago
Comment fixes Igmore more STEAM_OUT_BUFFER_COUNT etc ISteamInventory interface
5 Years Ago
SteamRemoteStorage
5 Years Ago
ISteamRemoteStorage codegen Parsing fixes
5 Years Ago
PlayerCountAsync Create FriendsTest.cs GetFileDetailsAsync tweak Merge branch 'steamworks144' of Facepunch.Steamworks into steamworks144
5 Years Ago
Ugc.Item change
5 Years Ago
Renamed Ugc.Details to Ugc.Result AppId_t => AppId UgcEditor UgcEditor ContentFolder Progress - will do for now
5 Years Ago
<LangVersion>
5 Years Ago
Query tags Ugc Queries
5 Years Ago
ISteamUGC Basic Ugc Querying
5 Years Ago
Stats Nice name deduplucate Delegate name refactor Overloaded function vtable order
5 Years Ago
AttachUgc
5 Years Ago
Stats callbacks Create/Get leaderboard Leaderboard.GetGlobalEntriesAsync Leaderboard, more entries and submit scores
5 Years Ago
Update README.md
5 Years Ago
Update README.md
5 Years Ago
Achievement.Name/Description Parser fixes GlobalUnlockedPercentage to GlobalUnlocked
5 Years Ago
Deduplicate function names ISteamUserStats interface UserStats (known bug in GlobalUnlockedPercentage)
5 Years Ago
Added SteamScreenshots
5 Years Ago
Fixed struct packing regression
5 Years Ago
CodeWriter remove unused
5 Years Ago
Cleaning Fixes Renaiming top tier to Steam* Moved Name, SteamId to SteamClient Steamworks.Data Epoch ServerList namespace DepotId into Data BaseSteamInterface open interfaces as server if no client Utility cleanup BaseSteamInterface becomes SteamInterface Generated structs into Data Constants, Types to data
5 Years Ago
Real world use part 1 Big clean Cleaning up publics
5 Years Ago
Remove unused Auth
5 Years Ago
GameServer baseline Test fixes BeginAuthSession test
5 Years Ago
ISteamMatchmakingServers Parser ServerList ISteamFriends interface Fixed IsReturnedWeird ordering ServerList timeout option Fixed parse error Pass ** as ref Friends base Overlays Async avatars RichPresence Friends Swap
5 Years Ago
Steamworks.User functions User events User Test Removed Voice class (is all in User now)
5 Years Ago
nullsafe invokes Remove old app Parental settings Refactor Music Video Refactor
5 Years Ago
GetImageRGBA Utils complete UtilsTest.cs
5 Years Ago
SteamApps events
5 Years Ago
Update Utils.cs
5 Years Ago
Exception on 32bit Internal interfaces do the await callback automatically FileDetails SHA1 ISteamApps Methods Complete SteamApiCallback to result Struct callback cleanup
5 Years Ago
SteamApiCallback Callback structs implement Steamworks.ISteamCallback Use new structs properly Parse and use STEAM_CALL_RESULT to pass result type back Added Utils.GetResult( call ) (generic) Apps.GetFileDetails propert async working example Test updates
5 Years Ago
Test fix Better vector marshalling More functions Interface string ISteamUtils generation