branchsbox/mastercancel

14,130 Commits over 1,583 Days - 0.37cph!

2 Years Ago
Clean up & hide SoundscapeSystem.SoundscapeFrame Documentation pass
2 Years Ago
Cleaned up lobby rich presence, fixed presence not updating when lobby gets made, update documentation
2 Years Ago
Fixed bunch of models not having the material set correctly
2 Years Ago
Update some glass materials Fix shatter glass broken material not really functioning
2 Years Ago
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
2 Years Ago
Made Global.IsDedicatedServer obsolete
2 Years Ago
Actually apply fog for valve standard shading again Optimized shader build
2 Years Ago
Disable seamless fade for dof, better to keep the nice translucent sorting for now
2 Years Ago
Drop PixelOutput as a default
2 Years Ago
Allow setting network vars when client created
2 Years Ago
Handle ResolveDepthBuffer better
2 Years Ago
Fixed NRE in Entity.Components.Create with startEnabled=false
2 Years Ago
Documentation pass Cleanup Fixed compile warning, hide Particles.Dispose( bool ) Throw EditorBrowsable( Never ) on internal RPC methods
2 Years Ago
Recursively recompiled all assets
2 Years Ago
0 isn't a valid depth buffer Fix vignette making everything greyscale
2 Years Ago
Fix DoF stuff
2 Years Ago
Disable Dof in avatar menu
2 Years Ago
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
2 Years Ago
Post processing, render hooks, graphics
2 Years Ago
Old Skin is back! Plus some thumbnails for the buttoned shirt and Skin6
2 Years Ago
Fixed industrial strip light glass not being translucent Merge branch 'master' of sbox
2 Years Ago
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
2 Years Ago
Revert sweep normal fix, distance query result needs to be more reliable instead
2 Years Ago
Glass shader rewrite (#486)
2 Years Ago
Fix bone overrides not marking parent space bones as changed in InvalidatePhysicsRecursive, causing overrides to stop working when entity becomes stationary
2 Years Ago
Citizen/clothing: also reflected flannel shirt changes onto blue variant
2 Years Ago
Attempt to fix hit normals sweeping against meshes
2 Years Ago
Citizen/clothing: flannel shirt LOD2/3 remade
2 Years Ago
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
2 Years Ago
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
2 Years Ago
CResourceAsset::CanRecompile - don't care about leafiness
2 Years Ago
Kill lpv_skycoverage and lpv_sdf from vrad3 too
2 Years Ago
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
2 Years Ago
Modeldoc morph frame (#548)
2 Years Ago
Remove some obvious unused netvars from baseentity
2 Years Ago
Citizen/clothing: batch recursive recompile to reflect the removal of "m_pModelConfigList = null"
2 Years Ago
Citizen/clothing: flannel (& blue) shirt LOD0/LOD1 improvements & neck seam fix
2 Years Ago
Fix anim decode cache being used elsewhere even when it's disabled
2 Years Ago
Sandbox.Engine: Added Dedicated Server launch config
2 Years Ago
Fixed concommands being omitted when run through dedicated server console
2 Years Ago
Hammer cloud models (#469)
2 Years Ago
Disable bone decode cache because it's completely fucking animgraph performance, find out why later
2 Years Ago
Citizen/clothing: posh dress LOD3 remade
2 Years Ago
ModelDoc: Set anim file start and end frame to unset when changing takes
2 Years Ago
TextEntry.Value setter fixes up numerics, fixes sliders not displaying correct number format #535
2 Years Ago
Calc bone constraints for bone merged anim objects, fixes #540
2 Years Ago
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
2 Years Ago
New Outfit Piece! - Police Hat https://files.facepunch.com/daniel/1b2611b1/police_hat_present.png LODs coming ASAP.
2 Years Ago
Citizen/clothing: posh dress skinning improvements + neck seam fix
2 Years Ago
Citizen/clothing: necklace LOD2 is in fact 3, not 2