7,547 Commits over 3,653 Days - 0.09cph!
Reset orbit when changing car camera mode
Cleanup some hardcoded values in car camera
Allow mouse look in first person car camera
Zero out roll in base camera build input so cameras can't permanently mess it up
Use joint onbreak handler for ropes
Rubikon: Destroying a body with a joint will trigger an OnBreak for the joint
Add PhysicsJoint.OnBreak handler (only supported on springs until proven it works without issue)
Add rope tool, mostly to test spring joints and find a nice way to manage and cleanup rope particles in a nice way
Set reference mass for spring ropes used for balloons and lights
Add Entity.RemoveAllDecals
Don't attempt to setup model again in skeleton instance activate if we already set the model previously, fixes a ghost scene object when setting proc model client side
Allow procedural models to be built without meshes (server may just want the collision)
Add ModelBuilder.AddBones
Support uint8 blend weights
Fix runtime mesh skinning
Vertex size mismatch with vertex layout ArgumentException includes the sizes
Finalize modelbuilder properly
Add BlendIndices and BlendWeights vertex attribute type
Only delete children if they're client only
Don't manually destroy cars client side models, this is handled now
Destroy client side children on non client only entities
Car camera never includes roll in input view angles
Reset camera rot on car camera deactivate
Basic firstperson car camera (toggle with view key)
Mesh.CreateVertexBuffer now requires a vertex layout to avoid silently having an incorrect layout
Make car sliding a bit less extreme
Car sliding and downforce attempt
Better car collision model
give car a tiny bit of friction so it doesn't slide forever
Custom car surface with no friction which makes hitting walls and landing much more forgiving
Fix car flying away when props are welded to it
Fix auto complete in console not showing up
Oops, actually make it calculate the bounds
Mesh.CreateBuffers can optionally calculate bounds for you
Calculate vertex attribute color formats a bit better for procedural meshes, fixes vertex colors using Color32
Allow VertexBuffer.AddCube to set a color
Add phys2_world_bounds convar (off by default) to stop objects being kept inside network bounds so we can see what issues come from that
Fix local eye pos in car controller
Scale air control calculations
Remove left over debug overlay
Fix inconsistent car camera when scaled
Player use distance respects scale
Add a short cooldown before player can enter car again
Ducking respects player scale
Only apply extra car camera pitch when car is grounded
Add car_accelspeed convar