14,130 Commits over 1,583 Days - 0.37cph!
Clean up & hide SoundscapeSystem.SoundscapeFrame
Documentation pass
Cleaned up lobby rich presence, fixed presence not updating when lobby gets made, update documentation
Fixed bunch of models not having the material set correctly
Update some glass materials
Fix shatter glass broken material not really functioning
Support `steam_player_group` rich presence for lobbies
https://files.facepunch.com/devultj/1b3011b1/Discord_tPmoEckwdL.png
Fixed MenuOverlay popup pointer events, fixes lobby invites being inaccessible
Made Global.IsDedicatedServer obsolete
Actually apply fog for valve standard shading again
Optimized shader build
Disable seamless fade for dof, better to keep the nice translucent sorting for now
Drop PixelOutput as a default
Allow setting network vars when client created
Handle ResolveDepthBuffer better
Fixed NRE in Entity.Components.Create with startEnabled=false
Documentation pass
Cleanup
Fixed compile warning, hide Particles.Dispose( bool )
Throw EditorBrowsable( Never ) on internal RPC methods
Recursively recompiled all assets
0 isn't a valid depth buffer
Fix vignette making everything greyscale
Disable Dof in avatar menu
Do not try to write RPC bodies for abstract methods
Also fixed methods with explicitly typed [Sandbox.ClientRPC] not being detected as RPC methods by codegen
Post processing, render hooks, graphics
Old Skin is back! Plus some thumbnails for the buttoned shirt and Skin6
Fixed industrial strip light glass not being translucent
Merge branch 'master' of sbox
New Outfit Piece! - White Buttoned Shirt
https://files.facepunch.com/daniel/1b2911b1/Police_Shirt_V3.png
LODs and Adjustments / Fixes to the Skinning coming ASAP.
Plus some small adjustments to the police hat textures
Revert sweep normal fix, distance query result needs to be more reliable instead
Glass shader rewrite (#486)
Fix bone overrides not marking parent space bones as changed in InvalidatePhysicsRecursive, causing overrides to stop working when entity becomes stationary
Citizen/clothing: also reflected flannel shirt changes onto blue variant
Attempt to fix hit normals sweeping against meshes
Citizen/clothing: flannel shirt LOD2/3 remade
Hammer: Set current material from new asset browser on highlight
Defer CKeepAssetCached::ReleaseAsset() until after we're done with the asset in CMapViewDropTarget::OnDrop( ... ) - fixes materials being dragged into the map not applying when they weren't being set to the current material
Replace PhysicsShape.Enable/Disable methods with properties
Replaced with properties that are consistent with ModelEntity properties, i.e. EnableTouch, EnableSolidCollisions, etc., with getters.
Methods are obsoleted.
Fixed precipitation entity being active on spawn even when player is outside of its volume
Added PhysicsBody.EnableTraceAndQueries/TouchPersists/SolidCollisions
Added getters to ModelEntity.EnableSolidCollisions and others
CResourceAsset::CanRecompile - don't care about leafiness
Kill lpv_skycoverage and lpv_sdf from vrad3 too
Get rid of unused Bake SDF compile option that made map compiles always take forever and hide deterministic charting comptations option behind dev flag since that's what its for
Cloud assets use PATH_ADD_TO_TAIL so they don't get prioritized over anything you have locally
Modeldoc morph frame (#548)
Remove some obvious unused netvars from baseentity
Citizen/clothing: batch recursive recompile to reflect the removal of "m_pModelConfigList = null"
Citizen/clothing: flannel (& blue) shirt LOD0/LOD1 improvements & neck seam fix
Fix anim decode cache being used elsewhere even when it's disabled
Sandbox.Engine: Added Dedicated Server launch config
Fixed concommands being omitted when run through dedicated server console
Hammer cloud models (#469)
Disable bone decode cache because it's completely fucking animgraph performance, find out why later
Citizen/clothing: posh dress LOD3 remade
ModelDoc: Set anim file start and end frame to unset when changing takes
TextEntry.Value setter fixes up numerics, fixes sliders not displaying correct number format #535
Calc bone constraints for bone merged anim objects, fixes #540
Citizen: LOD2/3 doesn't cull *_lower_* helpers anymore (see commit description)
Previously, *_lower_* helpers were included in the cull list. However, the bone constraints still get computed under the hood, and the influence of those helpers crosses a boundary between different body regions, which could cause a problem: a bonemerged item that includes its own copy of the body meshes (for culling reasons) would still get the constraint applied, but the rest of the original body wouldn't (by virtue of the helper influence having been culled), creating a very ugly and noticeable seam.
Citizen/clothing: posh dress LOD2 remade
New Outfit Piece! - Police Hat
https://files.facepunch.com/daniel/1b2611b1/police_hat_present.png
LODs coming ASAP.
Citizen/clothing: posh dress skinning improvements + neck seam fix
Citizen/clothing: necklace LOD2 is in fact 3, not 2