Commit Graph

28 Commits (master)

Author SHA1 Message Date
Mr_Goldberg 647e894d62
Add prints for debugging. 2 years ago
Mr_Goldberg c231c87312
Allow message sending on not yet connected networking sockets. 2 years ago
Mr_Goldberg bfe8e156f0
Add message numbers to networking sockets and sort received messages. 2 years ago
Mr_Goldberg 994207770b
Retry connections in steam networking sockets a few times. 2 years ago
Mr_Goldberg a0e558ed4c
Implement some networking sockets functions. 2 years ago
Mr_Goldberg 5533a9d5b0
Make gameserver and client interfaces share the same socket pool.
Some games depend on this behavior.
2 years ago
Mr_Goldberg 0a5f136bc3
Fix games that use the ip and port to identify socket connections. 2 years ago
Mr_Goldberg 1a411405e6
SDK 1.53 update. 2 years ago
Mr_Goldberg 98b149b9b6
SDK 1.52 3 years ago
Mr_Goldberg b8eae2b709
Don't memset the whole connection status structs to zero.
Some games pass smaller versions of the struct.
3 years ago
Mr_Goldberg 44305a0068
Implement steamnetworkingsockets ip/port connections.
Note: clients need to know each other already or it won't work.
3 years ago
Mr_Goldberg 58a57cc91b
Fix coding mistake in networking socket receive functions. 3 years ago
Mr_Goldberg 9a63cf868d
Listen socket ids should be different from connection socket ids. 3 years ago
Mr_Goldberg 37b329c9c5
Implement networking sockets connection status/info functions. 3 years ago
Mr_Goldberg 294c8e8124
Update to sdk 1.51 3 years ago
Mr_Goldberg 51b3fa95ed
ISteamNetworkingSockets004 4 years ago
Mr_Goldberg 95bebdfb7c
Implement poll groups and missing message fields. 4 years ago
Mr_Goldberg 747f178b56
SDK 1.50 4 years ago
Mr_Goldberg 714904b984
Make all functions return something and re enable the msvc error. 4 years ago
Mr_Goldberg 83fe490471
Added missing connection callback when accepting networking socket connection. 4 years ago
Mr_Goldberg 4ab508f7ef
Implement CreateSocketPair. 4 years ago
Mr_Goldberg 5c41ba020c
Update to sdk 1.48 4 years ago
Mr_Goldberg cb1bb895c4
Forgot this when updating sdk. 5 years ago
Mr_Goldberg 262ee1d18f
Update to sdk 1.47 5 years ago
Mr_Goldberg 0a29ed5a9a
Implement a few functions in steam networking utils. 5 years ago
Mr_Goldberg 8723dad025
Update to sdk 1.46 5 years ago
Mr_Goldberg 66932785c3
Beggining of a actually working steam networking sockets implementation. 5 years ago
Mr_Goldberg d968c3e1b5
Initial commit. 5 years ago