4,331 Commits over 1,552 Days - 0.12cph!
ModelDoc: Add import scale to vsnap node
Network glass shard material instead of trying to grab it from the parent panel, this should stop glass becoming wrong material sometimes
Only grab flex weights from parent if parent is IsSceneAnimatableObject
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
Ability to control Morphs from C#
Added MorphCollection pattern
Impl SceneObjectMorphCollection
Impl SceneObjectMorphCollection
Ability to control Morphs from C#
Another baseplayer cleaning pass
Faceposer: Disable loading and saving of tool settings for now because most people probably have old settings
Add back face poser with some minor UI cleanup so we can start to fix it up
Don't predict sound event guid when starting sounds, on the client guid is always zero so this can't be predicted.
Add summary to PhysicsBody.BodyType explaining that a body that is networked and dynamic will be keyframed on the client
Add back Sound.FromScreen
Create a networked managed wrapper around g_pSoundOpSystem instead of using g_pSoundOpGameSystem
Some null checking in inline binds
Some null checking in inline binds
Create a networked managed wrapper around g_pSoundOpSystem instead of using g_pSoundOpGameSystem
Unfuck model compiling - oops sorry
Remove a bunch of vtex_c files from citizen that don't have .generated on them
Modeldoc: Allow bones to be compiled even when there's no skinning data
SetLinearVelocity and SetAngularVelocity ignore unreasonable values, also warn the user about it - this was breaking the physics simulation
Animgraph: Set new parameter defaults for networked and predicted based on network settings. ServerAuthoritative: networked, not predicted. ClientPredicted: networked, predicted
Use PhysicsHullFile for trashcan now we know tunneling issues were caused by suboptimal hull from PhysicsHullFromRender
Modeldoc: Change PhysicsHullFromRender default simplification algo to IFR instead of IVR, meant to give better results
Add Vector3.SmoothDamp
Add Rotation.SmoothDamp
Delete junk vtex_c files in industrial_strip_light and do a recompile of the materials
SetupPhysicsFromOBB computes orthographic areas and calculates mass, fixes some large custom models from destroying the physics engine
Revert "Fix prediction not being turned off on physics enabled entities"
This reverts commit 3f96e29c154feba32031430911f25ec88c4108e4.
Fix prediction not being turned off on physics enabled entities
Fix some small annoyances with move helper
Fix material browser asset window crashing when selecting "show hidden assets"
Animgraph: Only hide dock widgets that aren't floating when entering fullscreen mode
Inherit collision attributes of first shape on a body when adding new ones dynamically
Always override loop settings, we don't care about loop settings in the wav file
Animgraph: Do a fully copy of parameter properties
Backport cleaned physics interrface (sorry for rebuild times)
Add back Stop and Dispose to SoundStream but obsolete them, use Delete instead
Change soundstream to use managed handles, should be safer and gives us a chance to call back to managed to feed in audio data
Add back audiostream.default, some games were relying on this
Also copy over default value and network mode
Animgraph: Add duplicate action to parameters
Add constructor for SceneSunLight
Initialize pose morph weights to zero, somewhere isn't setting them when using base model feature
Add Client.VoiceStereo to control if voice chat is played in 3d or 2d
Call OnVoicePlayed before sound is output to give users a chance to tell the client how the voice should be played
Add LinearDamping and AngularDamping to PhysicsGroup
Add MassScale, LinearDamping, AngularDamping to prop_physics
Lower the density of hulls for now, they're way too heavy
some file renames for vphysics2 module to keep that tidy too
Rename IVPhysics2World to IPhysicsWorld
Rename IVPhysics2 to IPhysicsSystem
Rename g_pVPhysics2 to g_pPhysicsSystem
Build aggregate constraints
Debug draw constraints https://files.facepunch.com/layla/1b0911b1/sbox_0088.mp4