userConnacancel

4,794 Commits over 1,371 Days - 0.15cph!

38 Days Ago
Use RealTime.Delta here
38 Days Ago
Use RealTime.Delta its clamped
38 Days Ago
Add expected calls
38 Days Ago
Try to test hitches
38 Days Ago
Add unit test to test FixedUpdate class
38 Days Ago
Remove test logs
38 Days Ago
Test
39 Days Ago
Update documentation for methods in INetworkListener to indicate that they're only called for the host. Add net_fakelag ConVar. It's working for both Steam Networking Sockets and TCP / local instance. Can also be changed in the editor like this https://files.facepunch.com/conna/1b1211b1/sbox-dev_jpOfxVrwEr.mp4 Also commit this important file
39 Days Ago
Some changes to time sync. Seems to fix Facepunch/sbox-issues#6865 locally. Needs re-test.
44 Days Ago
Use AppIsDedicatedServer() to determine if should print warning log in texturebase. Don't run Panel.TickInternal if we're a dedicated server - makes no sense for Panels to even exist. Make dedicated server console window title s&box Dedicated Server We can omit this warning too if we're a dedicated server
44 Days Ago
Add +hostname support for dedicated servers. For now, just so we have a way of seeing them, bundle dedicated servers in with other lobbies when querying lobbies so they show in the lobby list for a game.
45 Days Ago
Dedicated Server Querying and Session Authentication (#1690) * Authentication and encryption can now be enabled (by default) * Session authentication is added for authentication tickets - this is what makes the player count go up on a server or down when they leave * Dedicated servers use a Fake IP and can be connected to either by their Fake IP or by their associated Steam Id * Dedicated servers can be queried from the master server using the GameSocketShare mode and so can now be fetched in-game for displaying in some UI later (Steam Server Browser does not display them due to using Fake IP) * Added Rich Presence support for players who are connected to a dedicated server (and other players can join the game) * Fixed some issues with headless mode such as when things were attempting to use ISteamFriends or some texture methods * Stale connections are properly disposed of and cleaned up within a network system where in some cases before they were not * Ensure that we disconnect from the network system when closing the game/app, this makes sure that the Steam Game Server is properly shut down * Fixed / implemented Steam Game Server callbacks * Moved Steam Network Sockets configuration to C# and set them in the right place now * Ensure that we disallow a player to connect to a dedicated server if there are no player slots remaining
45 Days Ago
Fix another issue with steam friends not being installed
45 Days Ago
Some extra fixes for that
45 Days Ago
TextRendering.GetOrCreateTexture, if we're headless, return Texture.Invalid
45 Days Ago
Steam Rich Present Join Game support for dedicated server by fake IP or steam id depending on connection type
45 Days Ago
Update servers list, fix NREs from things tryna access ISteamFriends when they're a dedicated server and that interface isnt loaded
45 Days Ago
Max players
45 Days Ago
Clean up all the logs, better reason code for invalid ticket closure
45 Days Ago
Properly leave closing remote connection, such as when they dont have a valid auth ticket Make sure reason code is clamped properly - only call socket disconnect if previously connected Cleanup
45 Days Ago
Authentication tests
45 Days Ago
Added internal c# methods for steam auth ticket authentication with game server - add some log output for test
45 Days Ago
Set some defaults now stuff is working. Set authentication=true, fakeip=true, and sharedqueryport=true. Servers can be queried in-game, and hide the real IP of the dedi, can be connected to via fake ip or steamid. Oddly though, the Steam Server Browser does not list the server, unless fake ip is off - can look into resolving that later as I don't know who really uses that
45 Days Ago
More configuration for debugging purposes
45 Days Ago
Fix compile error, remove debug log
45 Days Ago
Fix IP Address byte order retrieved from server list Add steamnetworkingfakeip to steam headers vpc .. Make sure we disconnect from the network when exiting the game (especially for dedicated servers, we need to clean up properly) Request and use Fake Ip when starting a dedicated server (test) Only pass the result, its all we need anyway Move net config bootstrap stuff to c# so we can set it there, now can be set after steamgameserver init too for custom opts
45 Days Ago
Fix param
45 Days Ago
Stun list test, fix game server callbacks for real, implement in dedi server
45 Days Ago
Revert "Fake Ip p2p socket test" This reverts commit f3bece1dc379452f19b89fad20a1676149deb71a. Extra debug convars
45 Days Ago
Fake Ip p2p socket test
46 Days Ago
Reset auth back to false, at least we can toggle it internally now without rebuilding native
46 Days Ago
Some more debug stuff
46 Days Ago
Add a way to get authentication status so I can debug it
46 Days Ago
Restore allow without auth - need to find out why it wont auth auto?
46 Days Ago
Strip that out - waste of time
46 Days Ago
Add Char
46 Days Ago
Return value
46 Days Ago
Add steamid param
46 Days Ago
Test
46 Days Ago
Auth tests
46 Days Ago
Dedicated server max players, map name (or scene name if no map package), game name - ip address and port if specified, later we should only have steam ids
46 Days Ago
DedicatedServer.Init waits until logon complete - this is when we'll have our anon steamid,
46 Days Ago
Disconnect properly when returning to main menu in some circumstances
46 Days Ago
Add net_shared_query_port - default to false for now until it's working
46 Days Ago
Shut down should be called after LogOff
46 Days Ago
some housekeeping Stash SocketShare stuff Remove that stuff - it should be automatic but it isn't working rn
47 Days Ago
Need to set version gametag on server. Use query port 27016 until implementation of ISteamGameServer::HandleIncomingPacket et al )
47 Days Ago
Feel like I'm getting somewhere, but still won't list
54 Days Ago
Don't try add menu project if we're headless
54 Days Ago
If we're headless, we should shut down SteamGameServer when disconnecting from network system Pass actual version into SteamGameServer init for version. Test server list cmd