Commit Graph

1195 Commits

Author SHA1 Message Date
Garry Newman
2be5012647
Merge pull request #554 from chk1/patch-1
Fix typo in function documentation
2021-07-07 18:56:31 +01:00
Christoph Kisfeld
3eacc55b1e
Fix typo in function documentation 2021-04-22 19:43:40 +02:00
Garry Newman
1bae585602
Merge pull request #524 from HouraiTeahouse/public-lobby-chat
Implement #523: Make Lobby.SendChatBytes public.
2021-04-08 16:14:02 +01:00
Garry Newman
da34905e07
Merge pull request #527 from mlajtos/patch-1
ReadFile -> FileRead
2021-04-08 16:13:22 +01:00
Garry Newman
57d0e40ebb
Merge pull request #541 from morga4/master
Override connection's GetHashCode()
2021-04-08 16:13:04 +01:00
Garry Newman
f18fcb6aa8
Merge pull request #546 from sicklydove/master
Fixes typo in README Achievements code example
2021-04-08 16:12:51 +01:00
Garry Newman
d5b49fdeab
Merge pull request #548 from sschoener/patch-1
Expose message size in IsP2PPacketAvailable
2021-04-08 16:12:34 +01:00
Sebastian Schöner
1fe8f51915
Expose message size in IsP2PPacketAvailable 2021-04-06 22:47:04 +02:00
Laurie
55514d42ac Fixes typo in README Achievements code example 2021-04-02 16:58:09 +01:00
morga4
d2fbf89f99 Override connection's GetHashCode() 2021-03-13 18:48:47 +03:00
Rohan Singh
cca1b0305e Rename 2021-01-26 00:10:06 -05:00
Milan Lajtoš
f567313ea0
ReadFile -> FileRead 2021-01-25 00:00:43 +01:00
Rohan Singh
c7ec49abe0 Steamworks SDK 1.51 2021-01-20 10:25:43 -05:00
Rohan Singh
5c11508f41 Make SendMessage call SendMessages instead of SendMessageToConnection 2021-01-20 09:57:07 -05:00
Rohan Singh
28effd140b Pass results back, optionally 2021-01-19 17:04:48 -05:00
Rohan Singh
616571a3a9 Add ConnectionManager.Broadcast for sending the same message to
multiple clients
2021-01-19 14:23:49 -05:00
james7132
27a0048c0e Fix #523: Make Lobby.SendChatBytes public.
Also add a unsafe variant that would require zero copies to a managed
array.
2021-01-16 20:08:11 -08:00
Rohan Singh
47b9aca324 Crash fix in ConnectionManager.Receive due to bad pointer 2021-01-14 12:58:59 -05:00
Rohan Singh
8057413ea3 Remove Marshal usage in ConnectionManager (removes allocations) 2021-01-13 10:03:41 -05:00
Garry Newman
c5c31280c1
Merge pull request #494 from kamyker/k9-on-ws-item-created
UgcEditor.SubmitAsync, on item created callback
2021-01-09 11:46:32 +00:00
Garry Newman
8f579f6e55
Merge pull request #509 from ambid17/feature/game-managed-ugc
Add game managed UGC Items
2021-01-09 11:45:31 +00:00
Sabien
5be8940c83 Fix Typo 2020-12-09 23:01:41 -06:00
Sabien
f2ac10deb3 Updated comment 2020-12-09 22:38:21 -06:00
Sabien
088ba90f65 Add game managed UGC Items 2020-12-09 22:36:20 -06:00
Garry Newman
31ffaa3e6e
Merge pull request #504 from DeKon0650/add-suspend-downloads
SuspendDownloads added to public API
2020-11-27 07:35:41 +00:00
DeKon0650
110c0f2bad SuspendDownloads added to public API 2020-11-27 00:03:16 +03:00
André Straubmeier
5c30b6039a Merge branch 'master' of https://github.com/Facepunch/Facepunch.Steamworks 2020-11-23 12:47:51 +01:00
Garry Newman
68977092f3
Merge pull request #502 from benbristow/fix-violence-typo
Fix 'IsLowVoilence' Typo
2020-11-20 07:32:33 +00:00
Ben Bristow
aa6a780185 Fix 'IsLowVoilence' Typo 2020-11-19 21:05:32 +00:00
André Straubmeier
a10a5b40cd Added SteamNetworkingUtils.Unencrypted 2020-11-19 13:57:43 +01:00
André Straubmeier
ea3743bd73 Added optional receiveToEnd toggle to ConnectionManager.Receive and SocketManager.Receive (default true = old behaviour) 2020-11-19 13:44:51 +01:00
kamyker
8be43b4dde Ugc Editor, on item created callback 2020-10-29 17:26:32 +01:00
André Straubmeier
b4de0927f3 Fixed libsteam_api extension in UnityPlugin folder 2020-09-16 12:15:41 +02:00
Garry Newman
9fecd91bed StartPurchaseAsync: Should now be able to pass in multiple of the same item to purchase multiples 2020-09-04 10:42:25 +01:00
Garry Newman
ae70292e7b
Merge pull request #476 from stang-tgs/master
Allow caller to specify OverlayToStoreFlags when opening Store Overlay
2020-09-04 10:37:03 +01:00
Garry Newman
ad1cfca69f Expose OverlayToStoreFlag 2020-09-04 10:35:22 +01:00
Garry Newman
cb792b0f04 Expose ItemPreviewType 2020-09-04 10:34:33 +01:00
Garry Newman
b71c83ad13
Merge pull request #475 from kamyker/k7-addit-prevs
Added ugc addtional previews
2020-09-04 10:34:35 +01:00
Garry Newman
cf3e252d2e
Merge pull request #474 from kamyker/k6-clan-chat
Added clan chat
2020-09-04 10:33:03 +01:00
Garry Newman
8d25edf498
Merge pull request #472 from MadrMan/master
Fix race condition with async callresults
2020-09-04 10:22:50 +01:00
Garry Newman
fd6f7c8586
Merge pull request #466 from kamyker/k5-lobbymsg
Lobby.SendChatString() and OnChatMessage fix
2020-09-04 10:16:54 +01:00
Garry Newman
bd6693146c Re-adding BroadcastUploadStart_t and BroadcastUploadStop_t - because while they're no longer in the sdk, they are documented on the site 2020-09-04 10:05:37 +01:00
Garry Newman
fdbb97748b Removing Removed 2020-09-04 10:04:57 +01:00
Garry Newman
d8b6cf7c83 Make NetKeyValue partial to support the added functions 2020-09-04 10:01:39 +01:00
Garry Newman
6291c8f117 Replace int64_t with long, int32_t with int 2020-09-04 09:55:06 +01:00
Garry Newman
73b5c9ceb6 Manually create SteamNet delegates 2020-09-04 09:53:07 +01:00
Garry Newman
699b7c0850 Don't generate types starting with "FnSteam" 2020-09-04 09:46:12 +01:00
Garry Newman
e4a35ff64d Generated 1.50 2020-09-04 09:43:19 +01:00
Garry Newman
a627bf76c8 Headers 1.50 2020-09-04 09:42:26 +01:00
Garry Newman
7609e61a14 Redist for 1.50 2020-09-04 09:41:24 +01:00