userConnacancel
branchsbox/fix-replicated-convarscancel

6 Commits over 0 Days - ∞cph!

1 Year Ago
Fix case where value would be overriden by an old one
1 Year Ago
Fix list add button sometimes missing Fix PropertySheet warnings Game Settings now support choices with a Value and a Name so that the actual ConVar value can be separated from how it is displayed in the dropdown box Merge branch 'master' of github.com:Facepunch/sbox Merge branch 'master' into fix-replicated-convars
1 Year Ago
Simplify by just sending the initial replicated ConVar values message after the game assembly will have been loaded
1 Year Ago
Hide the entire map field in the lobby settings when Map Select mode is set to Hidden for a game. This fixes it just showing "Map" with nothing underneath in this mode. Merge branch 'master' into fix-replicated-convars
1 Year Ago
Set replicated ConVar values after AddConVar to avoid parent/child ConVar default value mis-match and ensure value is set client-side
1 Year Ago
Defer setting values for replicated ConVars received from server info until the ConVars are added from the game client-side. This fixes connecting clients not having replicated ConVar values set correctly (because the ConVar doesn't exist at the time they receive them.)