453 Commits over 883 Days - 0.02cph!
Don't manually destroy cars client side models, this is handled now
Car camera never includes roll in input view angles
Reset camera rot on car camera deactivate
Basic firstperson car camera (toggle with view key)
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 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
Only apply extra car camera pitch when car is grounded
Add car_accelspeed convar
Smooth out extra car camera pitch. Add screenshake when going very fast.
Car camera adds clamped car pitch to orbit pitch
Disable self collisions on car and pickup trigger so they never interact with each other when driving
Don't ignore owner hierarchy when using tracing with physgun or gravgun
Copy car model to this repo
Add pawn animator for when driving vehicle
Disable collisions on PickupTrigger when weapon is carried so it doesn't intersect with the car
Parent player to car to avoid clients jittering while driving
Disable players physics hull when driving instead of using tags, hitboxes still work when physics body is disabled
Make double sure player can't be damaged by a vehicle while driving a vehicle
Only allow air control when car is sufficient distance away from surface
Turn wheels even when stationary
Car air control and uprighting when you're upside down
Slightly better car camera for all orientations
Use car driver as attacker
Fix incorrect wheel distance
Add tag to player while driving so wheel traces can filter it out
Use physics world global gravity for car grounded gravity
Resizer tool can reset scale with reload button
Car runs the base OnPhysicsCollision not just for collisions with players
Don't damage player from vehicle if they're driving one
Support scaled cars a bit better
Reset car input when driver is removed
Don't noclip while driving car
Don't take damage from car while you're driving it
Fix balloon tool initial color
Disable solid collisions on player when they have a noclip tag
Trigger attack anim param when using physgun