branchsbox/fix-replicated-convarscancel
6 Commits over 0 Days - ∞cph!
Fix case where value would be overriden by an old one
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
Simplify by just sending the initial replicated ConVar values message after the game assembly will have been loaded
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
Set replicated ConVar values after AddConVar to avoid parent/child ConVar default value mis-match and ensure value is set client-side
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.)