userConnacancel
reposboxcancel

1,346 Commits over 1,402 Days - 0.04cph!

Today
Fixed an issue where FromHost sync vars could get stomped. Optimized delta snapshot updates - we no longer need to even try to process networked objects we don't own. Fixes Facepunch/sbox-issues#7261
Yesterday
Fixed a bug where calling GameObject.GetPrefab could network spawn game objects. Never network spawn game objects if its scene is a PrefabScene. Merge branch 'master' of sbox
3 Days Ago
Don't try to auto-switch hosts if LobbyConfig.DestroyWhenHostLeaves is true. If that's true, we should only ever have the same host..
5 Days Ago
Automatically hotload user permissions if users.json is edited while the server is running - can change or add permissions without restarting the server
5 Days Ago
User perms config Allow Json comments Add default users.json file and change structure of config Don't ignore game/config/users.json because we want to keep the default with comments Return true in Connection.HasPermission if the connection is the host. We'll check user permissions from the config file for connections to a dedicated server. Remove some test logs and make HasPermission available
5 Days Ago
LobbyConfig.HideInServerList would let you hide a lobby from appearing in any server lists in s&box but still queryable with QueryLobbies Fix IsHidden support Filter in the query HideInServerList -> Hidden
5 Days Ago
HideInServerList -> Hidden
5 Days Ago
Do the same when setting var
5 Days Ago
TrimQuoted...
5 Days Ago
Additional cmd line fix and extra test
5 Days Ago
Update test
5 Days Ago
Some backwards compat
5 Days Ago
Improve CommandLine parser. Added CommandLineTest.
6 Days Ago
Delta snapshot improvements. Fixed a bug where it was possible for a snapshot ack to be ignored - should fix a rare and difficult to reproduce bug where sync vars can become stuck
6 Days Ago
When running commands from command line, enclose args in quotes so they aren't split again by spaces internally (Fixes Facepunch/sbox-issues#7388)
6 Days Ago
No need to log that we can't find sound event if we're headless - we won't be playing any sounds anyway
6 Days Ago
Keep dedicated server alive when reloading a game. Allow managed to decide if a connection should be accepted. Improve auto-retry. Added net_dump_objects command to print all networked object names to console Hide a dedicated server from the server list when disconnecting - re-enable it when a lobby is created again
8 Days Ago
SendLog on a local connection should just log the message - no need to send a network message SendLog on a local connection should just log the message - no need to send a network message
8 Days Ago
Improvement + comment
8 Days Ago
Fix error with NetworkMode read in MapInstance. If network mode is Object then we want to NetworkSpawn the object here - this fixes networked objects from maps not appearing for clients
8 Days Ago
Server Commands / Admin Commands (#1772) * ConVarFlags.Server and ConVarFlags.Admin and the implementation of both. When the method has a Connection type as the first parameter, that parameter will be the source. Add Connection.SendLog( LogLevel, string ) * Safety * Add summaries
8 Days Ago
Add summaries
8 Days Ago
Filter in the query
9 Days Ago
LobbyConfig.HideInServerList would let you hide a lobby from appearing in any server lists in s&box but still queryable with QueryLobbies Fix IsHidden support
9 Days Ago
Safety
9 Days Ago
ConVarFlags.Server and ConVarFlags.Admin and the implementation of both. When the method has a Connection type as the first parameter, that parameter will be the source. Add Connection.SendLog( LogLevel, string )
9 Days Ago
Don't send networked objects twice when the host switches scenes
9 Days Ago
Fixed a bug with the [Change] attribute not using the correct type in some cases - make sure we always use the type that the property belongs to
10 Days Ago
Start the networking thread
11 Days Ago
Move process of parsing command line switches on boot and setting ConVars and ConCmds from them from native to managed. Control when they are set / run ourselves, we'll do it in Bootstrap.Init.
12 Days Ago
Fix IsHidden support
12 Days Ago
LobbyConfig.HideInServerList would let you hide a lobby from appearing in any server lists in s&box but still queryable with QueryLobbies
12 Days Ago
User perms config Allow Json comments Add default users.json file and change structure of config Don't ignore game/config/users.json because we want to keep the default with comments Return true in Connection.HasPermission if the connection is the host. We'll check user permissions from the config file for connections to a dedicated server. Remove some test logs and make HasPermission available
13 Days Ago
Remove some test logs and make HasPermission available
13 Days Ago
Return true in Connection.HasPermission if the connection is the host. We'll check user permissions from the config file for connections to a dedicated server.
13 Days Ago
User perms config Allow Json comments Add default users.json file and change structure of config Don't ignore game/config/users.json because we want to keep the default with comments
13 Days Ago
Fixed a merge error
13 Days Ago
Protocol++
13 Days Ago
Improve networked scene changing by simplifying it and no longer reusing the handshake process
13 Days Ago
Scene changing working again nicely. Use DisconnectScope() when clearing scene/disconnecting on play mode exit to keep other clients functioning properly
13 Days Ago
Need to confirm scene load, to call OnJoined again appropriately
13 Days Ago
Don't forget to initialize NetworkObjects array
13 Days Ago
Networked scene change rewrite - much cleaner approach
15 Days Ago
Always prefer explicitly set hostname for server name when running a dedicated server
15 Days Ago
Host Stats / Local Network Stats in Console (#1758)
15 Days Ago
Make GetStats a property, make it public, document it
15 Days Ago
Host stats initial commit
16 Days Ago
Increase reasonable Steam connection time for dedicated server - ensure it shuts down properly if it doesn't connect in that time frame
33 Days Ago
Thread safe collection
33 Days Ago
Network++