12,474 Commits over 2,131 Days - 0.24cph!
Fixed TriggerPlayerForce not working on players
Fixed TriggerPlayerForce applying to noclip players
Reverted headlight angle change and increased light angle by 10 degrees
Tilt headlights directional light/volumes down by 5 degrees
Moved deploy volume on car lift slightly up so it can be placed on foundation again
Gibs now assign physics material correctly
Added a button to auto size all gibs to a box collider
Removed some logs from TriggerVehiclePush and a ToArray that might not be needed
Added impact effect when colliding with AI in a car
TriggerPlayerForce can now push away AI (will only work if navmesh is enabled on the server)
Fixed sprinklers not applying saturation if they were on while a server restarted
Increased water pump production rate from 90ml/minute to 150ml/minute
Add support for sphere and capsule colliders including auto size methods
Add support to spawn gibs in scene for testing
Slightly increased height of deploy volume on vehicle lift and added world layer to mask so cars can't be lifted into rocks/terrain/etc
Added another inside socket check to the modular car lift to reduce overhang
Added a vehicle push volume to high external gates (stone and wood) to try and push cars out of the way as they close
Strip the push volume on client
Fixed fluid switch playing sfx when switch was on but not powered
Hopefully fix FindGravitySource EntityRef lookup on clients
Fixed a case where powered water purifier wouldn't purify water when powered after toggling power on/off
Upped powered water purifier output storage to 5000ml (same as input storage)
Resize input water collider on powered water purifier
Removed duplicated client-side mesh collider that wasn't needed
Modified TriggerVehiclePush to work better with modular vehicles (using the vehicle centre rather than module centre, push cars in an axis direction rather than just away)
Added TriggerVehiclePush volume to the garage door that gets activated while the door is closing, to hopefully push cars away from getting crushed/stuck in the door
Use LightsAreOn accessor instead of checking flag directly
Switch headlights/brakelights logic to a mask instead of a bool to reduce extra iterations
Added a version of ForceModelSeed that doesn't require an overload
Fixed water pump also incorrectly switching to on when water is inserted even if no power is connected
Fixed powered water purifier sometimes turning on when receiving water even if it wasn't powered
Merge from cinematic_tools
Saved camera debug positions are now in the /camsaves directory rather than the root of the project/build
Fixed water purifiers not correctly clamping the input amount
Fixes incorrect conversion values when feeding in water to a purifier
Rear lights now light up while braking even if headlights aren't on (are on all the time while headlights are on)
Add player.gotosleep command for testing
Add support for TriggerHurtNotChild volumes on cars to damage AI
Added an AI damage multiplier to adjust the damage specifically for AI collisions
Strip client root on water purifier
Add prevent building volume, not in water and angle sockets to powered water purifier
Hooked up powered material for powered water purifier
Read/Write campfire purifier gibs
Revert campfire water purifier to old model/material for skins compatibility
Fixed sprinkler applying wetness to players above it when placed on a ceiling
More save/load/demo fixes
Fixed some issues when loading demos