userLayladcancel

7,110 Commits over 3,531 Days - 0.08cph!

2 Years Ago
Load texture options from meta instead of txt https://files.facepunch.com/layla/1b1311b1/sbox-dev_pVhUB9McwK.png
2 Years Ago
Don't allow animgraph override on client unless the entity is client only
2 Years Ago
Add AnimGraphDirectPlayback Time and Duration
2 Years Ago
Add shader asset type and empty resource compiler for it
2 Years Ago
Enable InitSkinnedPositionFromCPSnapshot
2 Years Ago
Suspension properties Steering properties Spin properties
2 Years Ago
Add shader asset type and empty resource compiler for it
2 Years Ago
pickup debris with physgun and gravgun
2 Years Ago
Add back IFnPhysicsJoint Add IFnPhysicsWheelJoint
2 Years Ago
Add dirks new wheel joint for when/if we decide we want to use it https://files.facepunch.com/layla/1b0811b1/sbox_0019.mp4
2 Years Ago
Fix build errors
2 Years Ago
Network sound op position, pitch, volume as separate RPC's to avoid networking a param name string
2 Years Ago
Support playing sounds from attachments (needs testing)
2 Years Ago
Added AnimGraphDirectPlayback (#502)
2 Years Ago
Rename DirectPlayback to AnimGraphDirectPlayback
2 Years Ago
Fix OnPhysicsCollision not being called for client only entities
2 Years Ago
Fix NRE in player TakeDamage
2 Years Ago
Extra safety checks for audio encoding
2 Years Ago
null check in CopyBoneTransformWeights
2 Years Ago
Recompile some citizen clothing models to generate missing vmorf
2 Years Ago
Abstract DirectPlayback, the same way we do morphs Impl direct playback for scene object
2 Years Ago
Add remaining direct playback functions so we can decide how we want the API designed
2 Years Ago
Slow down the grab distance a bit
2 Years Ago
FIlter out damage from grabbed objects using tags
2 Years Ago
Fix obsolete GetTypeByName
2 Years Ago
Reset entity velocity when disabling physics motion
2 Years Ago
Remove unused .vtex_c
2 Years Ago
StepEndReadOnlyGetResults also gets aggregates that just become static so we have a chance to clear out entity velocities
2 Years Ago
Make sure outer ptr initialized to null in collision property
2 Years Ago
Add some scratch render target size asserts
2 Years Ago
Initial support for direct playback https://files.facepunch.com/layla/1b0111b1/sbox_0004.mp4
2 Years Ago
Null check in MarkSurroundingBoundsDirty
2 Years Ago
Null checks in S_RestartSoundSystem
2 Years Ago
Rubikon: Tunneling bug fix from Dirk
2 Years Ago
Update citizen.vmdl_c
2 Years Ago
Delete all compiled textures and run Build-Content
2 Years Ago
models resource path
2 Years Ago
Add world tag to new level aggregate shapes
2 Years Ago
Glass damage uses blunt shatter type by default
2 Years Ago
ModelDoc: Add import scale to vsnap node
2 Years Ago
Remove physgun rotate hacks, Input.MouseDelta is fixed
2 Years Ago
Network glass shard material instead of trying to grab it from the parent panel, this should stop glass becoming wrong material sometimes
2 Years Ago
Only grab flex weights from parent if parent is IsSceneAnimatableObject
2 Years Ago
Fix car screen shake
2 Years Ago
Fix car not smashing through things Fix car not driving under water
2 Years Ago
Add Voice.Level for local voice level (otherwise we'd have to loopback and wait for our own voice to play) Animate VoiceSpeaker UI using Voice.Level https://files.facepunch.com/layla/1b2711b1/sbox_0059.mp4
2 Years Ago
Ability to control Morphs from C# Added MorphCollection pattern Impl SceneObjectMorphCollection
2 Years Ago
Impl SceneObjectMorphCollection
2 Years Ago
Ability to control Morphs from C#
2 Years Ago
Another baseplayer cleaning pass