19,230 Commits over 3,898 Days - 0.21cph!
Move ClientEntity stuff to ClientEntity files
Remove PlayerScore stringtable
Add ReadObject, WriteObject to NetRead/NetWrite
Obsolete PlayerScore
Add ObservableDictionary
Add NetworkBaseDictionary
Client.SetScore/GetScore becomes SetValue/GetValue/SetInt/GetInt/AddInt
Add Client.Ping, Client.PacketLoss
WriteJson writes formatted
addon_add doesn't add an addon if folder doesn't exist
Delete generated files
Ignore generated files
Fix ToDecimal (and ToFloat) not using default value if it can't convert
Defer network writes to a list, fixes network values not being initially set
Should fix @import case sensitivity
Build net vars on table build, before write
Refactor so VR stuff in Input is up to date ever FrameSimulate
Merge branch 'master' of sbox
If CSteamAPIContext::Init fails, log which interface failed
Remove debug log
Merge branch 'master' of sbox
Fixed getting broadcast via username instead of userid
Update entity properties
Vary broadcast update period
Stream deck viewer number styles
Don't ignore [Net] variables set before network tables are built
Streamer refactor
Cleaning streamer apis
Merge branch 'master' of sbox
Update game
Stream button (todo: hide if not linked)
Merge branch 'master' of sbox-game
Replace obsolete NetworkComponent with BaseNetworkable
Merge pull request #29 from handsomematt/obsolete-network
Replace obsolete NetworkComponent with BaseNetworkable
DrawScreenQuad fixes
Post processing render event (test)
Asset.AllByPath is case insensitive
Asset loading file extensions are case insensitive
Fixed issues with addon folders with capital letters
Replication supports List<BaseNetworkable>
Draw panel overlay manually
Panel selection favours visible
Added Render.UI.MatrixScope
Fixed template stylesheet links starting with "./" not hotloading
Fixed not parsing rgba( 255, 255, 255, .5 )
Snap scrolling to grid, prevent weird looking shit
Merge branch 'master' of sbox
Scissoring tests
Fixed popup height restrictor being flawed
UI Scissoring obeys transforms
Fix scissoring not inheriting parent scissor properly
Added ClipRect, scissoring happens INSIDE borders now
Pass in multiple solutions to vsopen, will use one that is open
Support for multiple .sln files, switch to open one
Fix errors and performance issues with huge network lists
Fixed EntityComponent being fucked
server to the client not client to the server
Delete PropertyClass
Networked, NetworkComponent replaced with BaseNetworkable
Merge branch 'master' of sbox
NetworkComponent => BaseNetworkable
Fix dropdown could be taller than the screen
Nav blockers etc aren't networked (previously EF_NODRAW made things not network, but we don't do that anymore)
Hide some shit from the inspector
Lets force langversion so everyone is on the same page
Tweak EntityHandle to be one off
Remove duplicate extralight font weight
Initialize EntityHandle to -1
Text shader tweaks
Text rendering test
Merge branch 'master' of sbox-game
If the API is returning rubbish, don't ignore it
Don't ignore local variables !
Use component to change glow
Extra UnobservedTask logging
Null check that entity
Can edit enums in the inspector
Fixed crash when parenting to a deleted entity
Steamworks update
Added Global.IsRunningOnHandheld
Added Client.Components
Added Glow component
SteamPort isn't used anymore here
Create .editorconfig
Merge branch 'master' of Facepunch.Steamworks
Fix TextFilteringContext not getting exposed
Update to Steamworks 152
Update fixes
Added SteamUGC.ShowWorkshopEula()
Added SteamUGC.GetWorkshopEulaStatus()
Added SteamUtils.IsRunningOnSteamDeck
Added SteamUtils.SetGameLauncherMode