userLayladcancel
branchsbox/mastercancel

3,079 Commits over 1,552 Days - 0.08cph!

2 Years Ago
Fix some small annoyances with move helper
2 Years Ago
Fix material browser asset window crashing when selecting "show hidden assets"
2 Years Ago
Animgraph: Only hide dock widgets that aren't floating when entering fullscreen mode
2 Years Ago
Inherit collision attributes of first shape on a body when adding new ones dynamically
2 Years Ago
Always override loop settings, we don't care about loop settings in the wav file
2 Years Ago
Animgraph: Do a fully copy of parameter properties
2 Years Ago
Backport cleaned physics interrface (sorry for rebuild times)
2 Years Ago
Add back Stop and Dispose to SoundStream but obsolete them, use Delete instead
2 Years Ago
Change soundstream to use managed handles, should be safer and gives us a chance to call back to managed to feed in audio data
2 Years Ago
Add back audiostream.default, some games were relying on this
2 Years Ago
Also copy over default value and network mode
2 Years Ago
Animgraph: Add duplicate action to parameters
2 Years Ago
Add constructor for SceneSunLight
2 Years Ago
Initialize pose morph weights to zero, somewhere isn't setting them when using base model feature
2 Years Ago
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
2 Years Ago
Add LinearDamping and AngularDamping to PhysicsGroup Add MassScale, LinearDamping, AngularDamping to prop_physics
2 Years Ago
Remove vphys2_qem
2 Years Ago
Rename vphys2_aggregate to physicsaggregate
2 Years Ago
Remove CRnContact usage in IPhysicsShape
2 Years Ago
Merge IVPhysXWorld into IVPhysics2World, I don't see the point of having two world interfaces other than to be annoying
2 Years Ago
Trim some more functions from physics world Don't link vphysics2 in face poser, I don't think it's needed
2 Years Ago
Remove unused vphys2 convars
2 Years Ago
Rename CVPhys2World to CPhysicsWorld for consistency
2 Years Ago
Remove CRnWorld usage out of physicsdebugdraw
2 Years Ago
Remove physicsdefinitions
2 Years Ago
Remove IFnPhysicsWorld
2 Years Ago
Remove IFnPhysicsSoftbody
2 Years Ago
Remove Type dispatch functions from physics joint interface Remove IFnPhysicsBaseShape Remove some unused functions from physics body interface
2 Years Ago
Animgraph: Hide gizmos and ground plane when in viewmodel camera mode
2 Years Ago
Remove IFnPhysicsHullShape and IFnPhysicsMeshShape
2 Years Ago
Remove IFnPhysicsJoint ugh
2 Years Ago
Remove CPhysicsBody Connect and Disconnect - unused
2 Years Ago
Don't access CRnBody directly in ComputeImpactStrength
2 Years Ago
Remove some direct usage of CRnBody
2 Years Ago
Remove IFnPhysicsBody
2 Years Ago
Remove IFnPhysicsContact - unused and would be nice to get rid of all these pointless wrappers anyway
2 Years Ago
Don't link rubikon in modeldoc_utils, I don't think it's needed but we shall see
2 Years Ago
Remove PhysicsRagdollDef_t Remove ivconsole_intertool_messages Remove PhysProfilerTool from vconsole_subtools
2 Years Ago
Remove IPhysicsFrictionSnapshot Remove IPhysicsFluidController
2 Years Ago
Remove junk in physics_shared
2 Years Ago
Remove vphys2_motioncontroller, we don't use this shit
2 Years Ago
Initialize m_hSteamListenSocketFakeIp to invalid so we don't get annoying assert when joining servers
2 Years Ago
Possible fix for access violation in BoneFlagsToBitVec
2 Years Ago
Remove IsRunningRemoteSession nonsense
2 Years Ago
Null check in ComputeHierarchyBoneFlags
2 Years Ago
Possible fix for access violation in CServerSideClientBase::Disconnect
2 Years Ago
Null check in MarkBoneNeedsInterpolation
2 Years Ago
Allow voice chat to be played 3d or 2d (default to 3d until we have something in the API to set it)
2 Years Ago
Possible fix for access violation in CreateAnimGraphInstance, although I suspect it's maybe an error in HAnimationGraph networking support
2 Years Ago
Refresh wave lines for sound file preview on resize and maybe fix NRE while we're at it