7,287 Commits over 3,592 Days - 0.08cph!
Add stop sequence on finish to directplayback animgraph node
Collider returns touching colliders of rigidbody if the collider is on a rigidbody
Fix mistake in ParticleModelRenderer upgrader
Allow ParticleModelRenderer to choose material groups and body groups https://files.facepunch.com/layla/1b1411b1/sbox-dev_JYc5358JqI.png
Add CameraComponent.ScreenToWorld
Add rendermesh resource
Add rendermesh asset type
Allow sceneobject to be created from rendermesh
Add MeshRenderer
Add vmesh asset preview
Don't hide vmesh assets
Fix gameobject and component control widgets not respecting readonly attribute
Add Distance/Falloff to music player
Rework triggers to check contact points instead of ref counted touches. Add ITriggerListener.OnTriggerEnter/Exit for game objects that contain multiple colliders
Fix NRE in trigger rework
Fix PhysicsBody.IsTouching returning too early
Fix touching colliders only being added to triggers
Add PhysicsBody.IsTouching( body )
Rework triggers to check for exit events at the end of physics step, should be more reliable than ref counting touch events
Disable rendering on sceneobject when model renderer uses model that has no valid render meshes
Cache native physics body shapes so GetShape can have direct access to them
Use error model for sceneobject when model has no valid render meshes
Do the same for scenemodel
Fix map drop object for local maps
Make sure ListView itemsPerRow can't be zero
Add TrailRenderer.Emitting to control when new points should be added to the trail or not
Fix camera shader node typo with FarPlane
Grt rid of log spam in OnAnimationEvent
Animgraph: Add blend cycle option to state machine transitions - blends cycle on transition instead of resetting to zero https://files.facepunch.com/layla/1b0211b1/sbox-dev_fR7ScCdFuP.mp4
Fix readonly string control widget
Fix the conveyor belt in player_controller_physics
Remove extra quat normalize that isn't doing anything
Normalize quaternions in AddPoses to prevent drift in model space blending
Don't early out of model collider when there isn't a bone for part
Allow physics shape to associate with a bone index so SceneTraceResult.Bone works when hitting physics shape, as the summary suggests https://files.facepunch.com/layla/1b3111b1/sbox-dev_016MWrhQrI.mp4
Remove the need for CGameTrace and delete it, the less trace result structs we have, the better
Add pivot to sprite renderers
Update ragdoll bone objects in editor
Ragdoll uses Model.CreateBoneObjects
Add Model extension to create bone objects
Rework skinned renderer to use create bone objects extension. Ignore absolute bone objects.
Fix crash in CModelStream::CopyValuesFromStream, assert out of bounds
Save launcher cookies to it's own file
Make sure launcher doesn't save editor cookies, they would stomped on close
Finish bone updates at end of update if transform has changed after updating bones
Revert, this is likely going to break threaded animation
Finish bone update on renderer transform change to ensure bones are up to date in situations where transform changes after animation update
Do not do a recursive destroy on mesh copies when loading fbx blend shapes, this seems to fuck up the original mesh it was copied from https://files.facepunch.com/layla/1b2711b1/sbox-dev_NPHzQrVaHv.png
Fix new project location file dialog not setting initial directory
Include file in delete asset dialog for single asset selection
Physics debug render uses OverlayWithDepth so it's after post process https://files.facepunch.com/layla/1b2411b1/sbox_PvU3Pt0GJf.png
Protect against processing the same physics intersection event multiple times
Apply particle rotation to object alignment mode https://files.facepunch.com/layla/1b2411b1/sbox-dev_Sgw55NzeQF.mp4
Ensure positive zero when doing ValueToString on float controls
Add BillboardAlignment.Object to ParticleSpriteRenderer to align particles to game object rotation https://files.facepunch.com/layla/1b2411b1/sbox-dev_wPXQU0YbTa.mp4
Add transform widget back to prefab object inspector