userLayladcancel
reposboxcancel

3,985 Commits over 1,461 Days - 0.11cph!

39 Days Ago
Add Sound.Play with mixer, this is common enough to justify adding it
39 Days Ago
Add Sqrt shader node Fix shadergraph save shortcut breaking after keybinds merge
40 Days Ago
Add volume to VideoPlayer.Audio
40 Days Ago
Dispose sound handle before deleting managed audio source
40 Days Ago
It's probably wise to dispose the sound handle of video player when we're done with it
40 Days Ago
Allow videoplayer audio to set target mixer
40 Days Ago
Make sure audio plays for video player when playing through URL. Add audio accessor to video player to configure audio playback
40 Days Ago
Shadergraph: Add toolbar option to open generated shader
40 Days Ago
Create bone objects for all bones, don't try to filter them out - we just need a better way of filtering out "unimportant" bones for the bone gizmos
40 Days Ago
Unmount tagged "game" fixes maps never getting unmounted and then causing them to not be symlinked next load
41 Days Ago
Map objects grab scale from "scales" keyvalue
41 Days Ago
Don't need to change ext here, it's done in CreateWorld
41 Days Ago
Fix little mistake in FindInPhysics
42 Days Ago
Allow traces to ignore static/dynamic/keyframed bodies
42 Days Ago
Fix mesh trace fraction, causing incorrect best result when tracing render meshes and physics world at same time Fix scene mesh block tool not working on terrain, just ignore box drag when bounding box gizmo is pressed
43 Days Ago
Use is valid checks in rigidbody
43 Days Ago
Fix index out of range accessing backing data collision attributes
43 Days Ago
Apply aggregate tags in C# instead of this massive inline bind function
43 Days Ago
PhysicsGroupDescription grabs physics tags from aggregate backing data so they can be string token cached. This allows trace result tags to be valid because they'll be reversable by string token
43 Days Ago
Set collision attributes on map instance collision shapes, I missed this out when switching from native aggregate instances
45 Days Ago
Restore skeleton compile to how it used to be, we're missing optimizations by just keeping every bone no matter what
45 Days Ago
Fix bug in capsule tracing, fixes picker in modeldoc when using capsules
46 Days Ago
Fix errors when first creating terrain, make sure it's all updated, don't render without storage Only recreate clipmap if we have to, this takes time to build
46 Days Ago
Wake touching when disabling a body, why would we not want to?
46 Days Ago
Some games rely on map having a collider
46 Days Ago
CollisionEventSystem has less reliance on Collider MapInstance uses SceneMap instead of Map so it can manage it's own collision. Build collision from physics group desc instead of using CreateAggregateInstance
46 Days Ago
Fix map collider destroying body when it shouldn't, causing a crash when map physics aggregate is destroyed
46 Days Ago
Fix text renderer scale
46 Days Ago
Don't allow zero quaternion in body transform, check against quat zero and use identity, if we find more invalid quaternions there's extra checks we can do
46 Days Ago
Use IsValid checks in AddShapeCollision, shape/body might have been removed from under us
46 Days Ago
Recreate mesh shape on update, this is the safe option until we get proper fixes
46 Days Ago
Clear triangle cache on mesh update to stop crashes until we get the proper fix
46 Days Ago
Range check UpdateMesh on the C# side instead so the user knows they fucked it
46 Days Ago
Do the same for UpdateMeshShape because this is likely where the crash is coming from (grubs)
46 Days Ago
Check BVH indexing outside of vertex list, if this is still getting hit then something else is at fault
46 Days Ago
Assert and bail when trying to set physics body to invalid transform
47 Days Ago
Don't allow mesh shapes to generate contacts on sensors
47 Days Ago
Oops, delta needs to be transformed by the rotation not the transform
47 Days Ago
Fix CastShapeAgainstShape for AABB
48 Days Ago
Fix physics builder stomping physics tags with material tags, they should just append
48 Days Ago
Support terrain collision holes (Use I8 instead of A8 image format for hole map), still need to refresh contacts on dirty though https://files.facepunch.com/layla/1b2111b1/sbox-dev_60iyvuYQ7S.mp4
49 Days Ago
Hull collider can be updated without recreating the physics shape Use MakeDirty for model collider
49 Days Ago
Sphere collider can be resized without recreating the physics shape
49 Days Ago
Capsule collider can be resized without recreating the physics shape
49 Days Ago
Add internal functions for updating spheres, capsules and hulls
49 Days Ago
Plane collider can be resized without recreating the physics shape
49 Days Ago
Move this internal resize attribute to collider so I can make use of it for all the other colliders
49 Days Ago
Rebuild or update collider if they're a child of the rigidbody object and their local transform changed https://files.facepunch.com/layla/1b2111b1/sbox-dev_UFKO9q1Mrr.mp4
49 Days Ago
Fix hitbox adding box shape twice the size
50 Days Ago
Improve flatten tool, first stroke saves a plane to trace against to get flatten height and uv https://files.facepunch.com/layla/1b2011b1/sbox-dev_KIb8siErec.mp4