Commit Graph

  • b01e98e60c RemoteStoragePublishedFileSubscribed_t, RemoteStoragePublishedFileUnsubscribed_t, ItemInstalled_t callbacks Angel 2021-05-02 20:34:42 +02:00
  • 285e88b332 we HATE the garbage collector bobbahbrown 2021-04-27 23:11:42 -03:00
  • 3eacc55b1e
    Fix typo in function documentation Christoph Kisfeld 2021-04-22 19:43:40 +02:00
  • 1bae585602
    Merge pull request #524 from HouraiTeahouse/public-lobby-chat Garry Newman 2021-04-08 16:14:02 +01:00
  • da34905e07
    Merge pull request #527 from mlajtos/patch-1 Garry Newman 2021-04-08 16:13:22 +01:00
  • 57d0e40ebb
    Merge pull request #541 from morga4/master Garry Newman 2021-04-08 16:13:04 +01:00
  • f18fcb6aa8
    Merge pull request #546 from sicklydove/master Garry Newman 2021-04-08 16:12:51 +01:00
  • d5b49fdeab
    Merge pull request #548 from sschoener/patch-1 Garry Newman 2021-04-08 16:12:34 +01:00
  • 1fe8f51915
    Expose message size in IsP2PPacketAvailable Sebastian Schöner 2021-04-06 22:47:04 +02:00
  • 55514d42ac Fixes typo in README Achievements code example Laurie 2021-04-02 16:58:09 +01:00
  • d2fbf89f99 Override connection's GetHashCode() morga4 2021-03-13 18:48:47 +03:00
  • cca1b0305e Rename Rohan Singh 2021-01-26 00:10:06 -05:00
  • f567313ea0
    ReadFile -> FileRead Milan Lajtoš 2021-01-25 00:00:43 +01:00
  • c7ec49abe0 Steamworks SDK 1.51 Rohan Singh 2021-01-20 10:25:43 -05:00
  • 5c11508f41 Make SendMessage call SendMessages instead of SendMessageToConnection Rohan Singh 2021-01-20 09:57:07 -05:00
  • 28effd140b Pass results back, optionally Rohan Singh 2021-01-19 17:04:48 -05:00
  • 616571a3a9 Add ConnectionManager.Broadcast for sending the same message to multiple clients Rohan Singh 2021-01-18 23:16:57 -05:00
  • 27a0048c0e Fix #523: Make Lobby.SendChatBytes public. james7132 2021-01-16 20:08:11 -08:00
  • 47b9aca324 Crash fix in ConnectionManager.Receive due to bad pointer Rohan Singh 2021-01-14 12:58:59 -05:00
  • e6df29654f
    Update Facepunch.Steamworks.Win32.csproj PhyxionNL 2021-01-14 11:41:38 +01:00
  • fa57c676e2
    Update Facepunch.Steamworks.Win64.csproj PhyxionNL 2021-01-14 11:41:32 +01:00
  • 8057413ea3 Remove Marshal usage in ConnectionManager (removes allocations) Rohan Singh 2021-01-13 10:03:41 -05:00
  • 4a06c64ded Remove uint from InitFilterText call FilterText now returns the filtered string instead of the number of filtered characters Koen Mulder 2021-01-09 14:05:56 +01:00
  • c5c31280c1
    Merge pull request #494 from kamyker/k9-on-ws-item-created Garry Newman 2021-01-09 11:46:32 +00:00
  • 8f579f6e55
    Merge pull request #509 from ambid17/feature/game-managed-ugc Garry Newman 2021-01-09 11:45:31 +00:00
  • bc6600736c Updated Generator to be in line with expected generated code Koen Mulder 2021-01-09 12:13:30 +01:00
  • 81c5ca7761 Added support for FilterText Koen Mulder 2021-01-05 18:28:45 +01:00
  • 5be8940c83 Fix Typo Sabien 2020-12-09 23:01:41 -06:00
  • f2ac10deb3 Updated comment Sabien 2020-12-09 22:38:21 -06:00
  • 088ba90f65 Add game managed UGC Items Sabien 2020-12-09 22:36:20 -06:00
  • 31ffaa3e6e
    Merge pull request #504 from DeKon0650/add-suspend-downloads Garry Newman 2020-11-27 07:35:41 +00:00
  • 110c0f2bad SuspendDownloads added to public API DeKon0650 2020-11-26 23:55:40 +03:00
  • 5c30b6039a Merge branch 'master' of https://github.com/Facepunch/Facepunch.Steamworks André Straubmeier 2020-11-23 12:47:51 +01:00
  • 68977092f3
    Merge pull request #502 from benbristow/fix-violence-typo Garry Newman 2020-11-20 07:32:33 +00:00
  • aa6a780185 Fix 'IsLowVoilence' Typo Ben Bristow 2020-11-19 21:05:32 +00:00
  • a10a5b40cd Added SteamNetworkingUtils.Unencrypted André Straubmeier 2020-11-19 13:57:43 +01:00
  • ea3743bd73 Added optional receiveToEnd toggle to ConnectionManager.Receive and SocketManager.Receive (default true = old behaviour) André Straubmeier 2020-11-19 13:44:51 +01:00
  • 8be43b4dde Ugc Editor, on item created callback kamyker 2020-10-29 17:26:32 +01:00
  • b4de0927f3 Fixed libsteam_api extension in UnityPlugin folder André Straubmeier 2020-09-16 12:15:41 +02:00
  • 9fecd91bed StartPurchaseAsync: Should now be able to pass in multiple of the same item to purchase multiples Garry Newman 2020-09-04 10:42:25 +01:00
  • ae70292e7b
    Merge pull request #476 from stang-tgs/master Garry Newman 2020-09-04 10:37:03 +01:00
  • ad1cfca69f Expose OverlayToStoreFlag Garry Newman 2020-09-04 10:35:22 +01:00
  • cb792b0f04 Expose ItemPreviewType Garry Newman 2020-09-04 10:34:33 +01:00
  • b71c83ad13
    Merge pull request #475 from kamyker/k7-addit-prevs Garry Newman 2020-09-04 10:34:35 +01:00
  • cf3e252d2e
    Merge pull request #474 from kamyker/k6-clan-chat Garry Newman 2020-09-04 10:33:03 +01:00
  • 8d25edf498
    Merge pull request #472 from MadrMan/master Garry Newman 2020-09-04 10:22:50 +01:00
  • fd6f7c8586
    Merge pull request #466 from kamyker/k5-lobbymsg Garry Newman 2020-09-04 10:16:54 +01:00
  • bd6693146c Re-adding BroadcastUploadStart_t and BroadcastUploadStop_t - because while they're no longer in the sdk, they are documented on the site Garry Newman 2020-09-04 10:05:37 +01:00
  • fdbb97748b Removing Removed Garry Newman 2020-09-04 10:04:57 +01:00
  • d8b6cf7c83 Make NetKeyValue partial to support the added functions Garry Newman 2020-09-04 10:01:39 +01:00
  • 6291c8f117 Replace int64_t with long, int32_t with int Garry Newman 2020-09-04 09:55:06 +01:00
  • 73b5c9ceb6 Manually create SteamNet delegates Garry Newman 2020-09-04 09:53:07 +01:00
  • 699b7c0850 Don't generate types starting with "FnSteam" Garry Newman 2020-09-04 09:46:12 +01:00
  • e4a35ff64d Generated 1.50 Garry Newman 2020-09-04 09:43:19 +01:00
  • a627bf76c8 Headers 1.50 Garry Newman 2020-09-04 09:42:26 +01:00
  • 7609e61a14 Redist for 1.50 Garry Newman 2020-09-04 09:41:24 +01:00
  • 5645a91e7f Added SteamNetworkingSockets.ConnectRelay overload that takes an IConnectionManager André Straubmeier 2020-09-01 10:31:17 +02:00
  • 74207eeaf3 Added SteamNetworkingSockets.Identity André Straubmeier 2020-09-01 10:30:42 +02:00
  • 44af74e892 Allow caller to specify OverlayToStoreFlags when opening Store Overlay - fix Simon Tang 2020-08-31 18:03:45 -07:00
  • d373077c9a Allow caller to specify OverlayToStoreFlags when opening Store Overlay Simon Tang 2020-08-31 17:58:12 -07:00
  • f739f9b588 Added SteamNetworkingUtils.AllowWithoutAuth André Straubmeier 2020-08-31 18:19:16 +02:00
  • 0d9db585f5 Added ugc addtional previews kamyker 2020-08-28 13:10:57 +02:00
  • 11bc35f254 Merge branch 'k3-item-dependency' into k7-addit-prevs kamyker 2020-08-28 13:09:55 +02:00
  • 0eb3672674 Added clan chat kamyker 2020-08-28 13:07:27 +02:00
  • f887d8a9ba Connection.QuickStatus implementation André Straubmeier 2020-08-20 15:46:08 +02:00
  • c4ffb5eac7 CompileFix.bat includes unit test projects André Straubmeier 2020-08-20 11:02:07 +02:00
  • f84872b38c Fix for duplicate OnDisconnected callbacks when ConnectionState.ClosedByPeer or ConnectionState.ProblemDetectedLocally were followed by ConnectionState.None André Straubmeier 2020-08-19 18:27:09 +02:00
  • 4a2eb22ec7 Reverting ConnectionState.None handling to previous behaviour (for the callbacks) André Straubmeier 2020-08-18 14:34:37 +02:00
  • ea1408392b TestSocketInterface fix André Straubmeier 2020-08-18 13:50:16 +02:00
  • 5fd6de76d7 UnitTest DLL fixes Garry Newman 2020-08-18 11:47:24 +01:00
  • 91d03c957f Added SteamFriends.RegisterProtocolInOverlayBrowser Garry Newman 2020-08-18 11:36:57 +01:00
  • 6d0cfa1ec8 Added SteamFriends.OnOverlayBrowserProtocol Garry Newman 2020-08-18 11:36:50 +01:00
  • 88c742d415 Added SteamApps.IsTimedTrial Garry Newman 2020-08-18 11:33:31 +01:00
  • 68a1886283 Generate for new SDK Garry Newman 2020-08-18 11:30:47 +01:00
  • ce3c395b49 Add missing BroadcastUploadStart_t and BroadcastUploadStop_t callbacks Garry Newman 2020-08-18 11:29:00 +01:00
  • 24431ca9db Delete ISteamTV (seems to be removed from the SDK now) Garry Newman 2020-08-18 11:28:45 +01:00
  • a8794e6321 Steam SDK 1.49 libraries Garry Newman 2020-08-18 11:16:51 +01:00
  • 49f25b3936 Steam SDK 1.49 .h Garry Newman 2020-08-18 11:13:59 +01:00
  • 6e67204ddc Don't try to remove the connection poll group in OnDisconnected (causes assert spam) André Straubmeier 2020-08-18 12:06:27 +02:00
  • 401f53b30d Removed SocketManager.Connecting and SocketManager.Connected lists (can be tracked in ISocketManager if needed) André Straubmeier 2020-08-18 11:52:31 +02:00
  • 943c4f9a30 Handle ConnectionState.None similar to the examples André Straubmeier 2020-08-18 11:27:06 +02:00
  • 498c1b9a32 ISocketManager.OnDisconnected is in charge of calling Connection.Close so custom parameters can be used André Straubmeier 2020-08-17 13:49:22 +02:00
  • 5fdffff5c4 ConnectionManager.Close takes the same optional parameters as Connection.Close André Straubmeier 2020-08-17 13:31:15 +02:00
  • 384cbf6b4c Fix race condition with async callresults MadrMan 2020-08-16 11:55:43 +02:00
  • c7ac4997ed Lobby.SendChatString() and OnChatMessage fix kamyker 2020-08-05 01:17:59 +02:00
  • 950b256c27
    Merge pull request #449 from rhys-vdw/patch-1 Garry Newman 2020-07-05 10:58:27 +01:00
  • 75dc868064 getting dependencies/children kamyker 2020-06-19 10:02:36 +02:00
  • c0c32e500a
    Document SteamClient.IsValid Rhys van der Waerden 2020-06-12 11:21:58 +10:00
  • ec3012484a
    Merge pull request #445 from kamyker/k1-summmary-typo Garry Newman 2020-06-09 07:15:37 +01:00
  • 8a1722053e
    Merge pull request #446 from kamyker/k2-collection-item Garry Newman 2020-06-09 07:15:19 +01:00
  • 6e2ab8b735 Add/Remove ws item dependency kamyker 2020-06-09 00:22:54 +02:00
  • 198b5555a2 collection item editor kamyker 2020-06-09 00:17:03 +02:00
  • 30d52cd541 typo kamyker 2020-06-09 00:15:33 +02:00
  • de69dd228f
    Merge pull request #441 from maxha651/master Garry Newman 2020-06-07 10:55:30 +01:00
  • b0a64798cf
    Add hint about WithMetadata Max Halldén 2020-06-04 21:02:23 +02:00
  • af36007f5d Support return UGC metadata in query Max Halldén 2020-05-30 21:32:19 +02:00
  • ed45805029
    Merge pull request #437 from naomiEve/clans Garry Newman 2020-05-25 16:06:30 +01:00
  • 53fc721ea9 Added a Clan struct. Implemented most primitive clan functions unknown 2020-05-25 16:51:01 +02:00
  • d4356b75dd
    Merge pull request #434 from kamyker/leaderboards-users-ids Garry Newman 2020-05-21 09:53:17 +01:00
  • 5c95620ee6
    Merge pull request #435 from kamyker/getasync-disposed Garry Newman 2020-05-21 09:53:00 +01:00