Garry Newman
|
1c98852d7c
|
Update fixes
|
2021-09-24 14:24:00 +01:00 |
|
Garry Newman
|
a51ccbb69d
|
Remove unused
|
2021-09-24 13:40:27 +01: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 |
|
Rohan Singh
|
c7ec49abe0
|
Steamworks SDK 1.51
|
2021-01-20 10:25:43 -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 |
|
Garry Newman
|
6291c8f117
|
Replace int64_t with long, int32_t with int
|
2020-09-04 09:55:06 +01:00 |
|
Garry Newman
|
7609e61a14
|
Redist for 1.50
|
2020-09-04 09:41:24 +01:00 |
|
André Straubmeier
|
f84872b38c
|
Fix for duplicate OnDisconnected callbacks when ConnectionState.ClosedByPeer or ConnectionState.ProblemDetectedLocally were followed by ConnectionState.None
|
2020-08-19 18:27:09 +02:00 |
|
André Straubmeier
|
ea1408392b
|
TestSocketInterface fix
|
2020-08-18 13:50:16 +02:00 |
|
Garry Newman
|
5fd6de76d7
|
UnitTest DLL fixes
|
2020-08-18 11:47:24 +01:00 |
|
Garry Newman
|
a8794e6321
|
Steam SDK 1.49 libraries
|
2020-08-18 11:16:51 +01:00 |
|
unknown
|
53fc721ea9
|
Added a Clan struct. Implemented most primitive clan functions
|
2020-05-25 16:51:01 +02:00 |
|
Garry Newman
|
0beaeb2e9d
|
ISteamUGC.RequestUGCDetails is deprecated
|
2020-03-31 08:34:51 +01:00 |
|
Garry Newman
|
1797505960
|
Update FriendsTest.cs
|
2020-03-02 09:49:02 +00:00 |
|
Garry Newman
|
2287e5527b
|
Added Friends.OpenWebOverlay test
|
2020-03-02 09:30:10 +00:00 |
|
Garry Newman
|
b265084d18
|
Added Dispatch.OnException
|
2020-02-28 12:10:53 +00:00 |
|
Garry Newman
|
09256aa4a3
|
Rename SocketInterface to SocketManager, ConnectionInterface to ConnectionManager
|
2020-02-27 12:54:23 +00:00 |
|
Garry Newman
|
9db103cb2f
|
Add Steamworks.Dispatch.OnDebugCallback
|
2020-02-27 10:01:43 +00:00 |
|
Garry Newman
|
600c7dbcc4
|
Debug output for SocketInterface test
|
2020-02-26 15:29:12 +00:00 |
|
Garry Newman
|
f7d9acd05a
|
Added NetAddressTest
|
2020-02-26 15:28:52 +00:00 |
|
Garry Newman
|
49b55c74b8
|
Using shorter NetAddress.From
|
2020-02-26 13:49:46 +00:00 |
|
Garry Newman
|
4d98ea3d51
|
Output data as proper hex
|
2020-02-25 16:26:18 +00:00 |
|
Garry Newman
|
998c18764a
|
Chnaged RequestEncryptedAppTicketAsync tests to keep in mind that it can only be called once every 60 seconds
|
2020-02-25 13:29:15 +00:00 |
|
Garry Newman
|
b45ac59a21
|
Update SteamNetworkingTest.cs
|
2020-02-25 12:33:16 +00:00 |
|
Garry Newman
|
895e11e801
|
Nuget shit
|
2020-02-24 18:58:53 +00:00 |
|
Garry Newman
|
403488dfcb
|
Fixed NetworkUtils.DebugOut on 32bit
|
2020-02-24 14:46:29 +00:00 |
|
Garry Newman
|
d990b537a3
|
Some code quality stuff
|
2020-02-24 14:11:27 +00:00 |
|
Garry Newman
|
23b3304332
|
RequestUserStats to RequestUserStatsAsync
|
2020-02-24 13:28:27 +00:00 |
|
Garry Newman
|
18fbabaf2c
|
Added Friend.RequestUserStats()
|
2020-02-24 12:00:13 +00:00 |
|
Garry Newman
|
44196682c8
|
Added SteamNetworkUtils.OnDebugOutput, DebugLevel
|
2020-02-24 11:33:29 +00:00 |
|
Garry Newman
|
e7a6a00675
|
Networking Cleanup
|
2020-02-24 08:58:09 +00:00 |
|
Garry Newman
|
f495d18ece
|
Added SteamRemotePlay
|
2020-02-23 18:58:50 +00:00 |
|
Garry Newman
|
c80421e9a9
|
Update NetworkingSocketsTest.TestConnectionInterface.cs
|
2020-02-23 11:48:31 +00:00 |
|
Garry Newman
|
ffa48fb03c
|
Fixed server interfaces
|
2020-02-23 08:57:25 +00:00 |
|
Garry Newman
|
a7954f9e21
|
Updated tests
|
2020-02-22 20:29:37 +00:00 |
|
Garry Newman
|
d8e5a48f65
|
Updated Implementation to use flat api
|
2020-02-22 20:23:19 +00:00 |
|
Rohan Singh
|
710c6a0ce7
|
Limit SourceServerQuery to one concurrent request per endpoint
|
2019-12-07 08:41:06 -05:00 |
|
Garry Newman
|
38b1ed5f88
|
Il2Cpp didn't like CustomMarshaler on returns, so string returns are Utf8StringPointer instead, which implicit converts to string
|
2019-07-02 13:52:04 +01:00 |
|
Garry Newman
|
71af8c0e9b
|
Copy steam_api in tests
|
2019-06-25 12:36:46 +01:00 |
|
Garry Newman
|
74ec75b708
|
32bit test projects
|
2019-06-25 12:36:27 +01:00 |
|
Garry Newman
|
617275db3f
|
32bit test libs
|
2019-06-25 12:36:16 +01:00 |
|
Garry Newman
|
02e9063db8
|
New projects in solution
|
2019-06-25 11:01:49 +01:00 |
|
Garry Newman
|
1d242fbc98
|
Added CreateChineseFile test
|
2019-06-20 13:10:38 +01:00 |
|
Garry Newman
|
bddac0ccc9
|
Cleanup, crash fixes
|
2019-06-20 11:39:13 +01:00 |
|
Garry Newman
|
fa48a1ce33
|
Controller progress
|
2019-06-20 10:41:57 +01:00 |
|
Garry Newman
|
1c5cdd2d39
|
Controller tests
|
2019-06-19 16:18:12 +01:00 |
|
Garry Newman
|
ae1f648fa6
|
SteamInput, Controller boilerplate
|
2019-06-19 13:08:49 +01:00 |
|
Garry Newman
|
2ad31e1375
|
Append Async to some async method names
|
2019-05-27 10:54:30 +01:00 |
|
Garry Newman
|
761ff33663
|
Added GetAuthSessionTicketAsync, which waits on GetAuthSessionTicketResponse_t before returning
|
2019-05-21 20:39:56 +01:00 |
|