This is faster without the parallel
Add benchmark project
Induce a tools hotload swap after game hotload - for the sakes of consistency
This was happening anyway, just at a random point
Make matt's amsi patch default (-amsi to disable)
vacuum => vacuum cleaner
Added ISet/HashSet property editor
Clean up visuals of Dictionary property editor
Rubikon: capsule vs hull/mesh improvements from Dirk
Cleanup coreclr patch a bit
Strip xbox code from filesystem
Strip all this whitelist bullshit from basefilesystem
Fix strong handle leak in Model.Get( IModel ) - you could get ref counts on a model resource over a million from 5 minutes of gameplay
Fix strong handle leak on Material.Get( IMaterial ), ParticleSystem.Get( HParticleSystemDefinition ), AnimationGraph.Get( HAnimationGraph )
Model.Loaded uses WeakReference to not keep models that have no references loaded
New Outfit Piece! - Flat Shoes
Simple nice flat shoes - https://files.facepunch.com/daniel/1b1411b1/sbox-dev_I8fdIZ9f6K.jpg
Adjustments + Reskins coming asap.
Sorted out some XML documentation warnings
UI2: Fixed length parse fail for ending parenthesis, fixes "lighten/darken(#fff, 20%)"
Added more ColorParse tests, darken without spaces, and darken( mix )
Balaclava Morphs added
Police Hat LODs
Game keeps recompiling these surface_c files on my end
Added RangedFloat editor that respects MinMaxAttribute
FloatSliderProperty.HighlightColor now has an effect on the slider
Improve DecibelsSlider behavior with tiny sizes
Failing async method test
Better support for parsing generated names with generic parameter count
Hotload generated name refactor, fixing async state machine types
Fixed VarClass sometimes getting stuck rebuilding every frame
NeedsRebuild was getting set to true during the rebuild, so it'd keep doing it every tick
"What's all this, then?"
Merge branch 'master' of sbox
UI2: Fixed bug introduced by my length parse fix, where border-image style would fail
Add SetBorderImage test so that can't fall through the cracks again
Merge branch 'master' into sausageman-sucks