Garry Newman
|
b47e1e6f55
|
Merge pull request #514 from Noek1993/master
Added support for FilterText
|
2021-09-24 13:51:39 +01:00 |
|
Garry Newman
|
fa34bc76f9
|
Merge pull request #558 from bobbahbrown/we-hate-gc
Fix GC race condition in sending packets causing crash from steamworks
|
2021-09-24 13:50:24 +01:00 |
|
Garry Newman
|
ca77bd07bc
|
Merge pull request #560 from dozd/master
RemoteStoragePublishedFileSubscribed_t and RemoteStoragePublishedFile…
|
2021-09-24 13:45:53 +01:00 |
|
Garry Newman
|
997baf0a07
|
Merge pull request #592 from juanjp600/helpers-takememory-fix
Fixed race condition caused by too many tasks using Helpers.TakeMemory simultaneously
|
2021-09-24 13:44:29 +01:00 |
|
Garry Newman
|
b5dc75d062
|
Merge pull request #595 from Crytilis/master
Migrated .NET Framework and upgraded projects in anticipation of NET6
|
2021-09-24 13:40:58 +01:00 |
|
Garry Newman
|
a51ccbb69d
|
Remove unused
|
2021-09-24 13:40:27 +01:00 |
|
Jason Thompson
|
21fb722e3f
|
Update dotnetcore.yml
|
2021-09-09 19:48:00 -05:00 |
|
Jason Thompson
|
e96d97c5b5
|
Update dotnetcore.yml
|
2021-09-09 19:45:31 -05:00 |
|
Jason Thompson
|
dd613232d3
|
Update dotnetcore.yml
|
2021-09-09 19:42:30 -05:00 |
|
Jason Thompson
|
42c7755a58
|
Update dotnetcore.yml
|
2021-09-09 19:38:52 -05:00 |
|
Jason Thompson
|
1a1d023356
|
Update README.md
|
2021-09-09 19:31:21 -05:00 |
|
Jason Thompson
|
3eb302ac54
|
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
|
2021-09-09 18:59:58 -05:00 |
|
Juan Pablo Arce
|
9dd286eed4
|
Updated Generator to use disposable TakeMemory correctly
|
2021-08-30 22:13:31 -03:00 |
|
Juan Pablo Arce
|
ba0f4d3e10
|
Fixed native memory buffers allocated by Helpers.TakeMemory being overshared when more than 4 simultaneous tasks call it
|
2021-08-30 21:25:01 -03:00 |
|
Garry Newman
|
2be5012647
|
Merge pull request #554 from chk1/patch-1
Fix typo in function documentation
|
2021-07-07 18:56:31 +01:00 |
|
Angel
|
b01e98e60c
|
RemoteStoragePublishedFileSubscribed_t, RemoteStoragePublishedFileUnsubscribed_t, ItemInstalled_t callbacks
|
2021-05-05 13:41:00 +02:00 |
|
bobbahbrown
|
285e88b332
|
we HATE the garbage collector
|
2021-04-27 23:11:42 -03: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 |
|
Koen Mulder
|
4a06c64ded
|
Remove uint from InitFilterText call
FilterText now returns the filtered string instead of the number of filtered characters
|
2021-01-09 14:05:56 +01: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 |
|
Koen Mulder
|
bc6600736c
|
Updated Generator to be in line with expected generated code
|
2021-01-09 12:13:30 +01:00 |
|
Koen Mulder
|
81c5ca7761
|
Added support for FilterText
|
2021-01-05 18:28:45 +01: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 |
|