12,334 Commits over 2,223 Days - 0.23cph!
Remove a couple of MarkDirty calls that weren't needed in Sprinkler
Add a slight delay to the fluid switch recalculation to not double up processing
Cache invoke methods to remove even more garbage
Add protection for repeated UpdateOutputs call, eliminates gc spikes from liquid IO updates
Can no longer list hidden items in vending machines
Fixed vending machine UI NRE when searching for an item with no sprite
"ent kill" now destroys the whole car regardless of which module is aimed at
"ent kill" now works when aiming at a vehicle module as well as the vehicle chassis
Supports destroying individual modules as well as destroying the chassis while modules are equipped (destroys equipped modules as expected)
Restore culling fix that was disabled yesterday, now with checks to makes sure player model exists
Don't hardcode fuel amount when using fixcars
Revert ServerUserVar change
fixcars command now takes a parameter to control what tier of part to apply, is usable by admins (not just devs) and fills the fuel tank
Potential BaseMountable NRE fix (disable mesh culling change)
WIP setting up car horns
Assigned and controlled by the seating module, played by holding Primary Fire
Added vehicles to pressure pad layermask
Fixed incorrect source item on fluid combiner, fixes incorrect name displayed on health display
Add a ray intersection check to the mount command on modular cars so the mount option doesn't appear unless the player is looking in roughly the direction of the seat
Added a vehicle collision sfx slot to doors
Reworked vehicle push volume and door logic to stop the animation and revert to open if the door collides with a vehicle
Slightly lowered the deploy volume on the car lift so it can be placed in single height stone foundation structures
██▅▄▌ ▋▌▆▆▌▉▊ ██▌▊ █▌▌▆▅▉▋ ▊█▊▆ ▉▋█▊ ▇█▊▅ ▋▌▋ ▌▌▌▇▋ ▉▄▄▊█▍█▆
Change flamethower mask to Vehicle_Movement to Vehicles (no actual behaviour change)
Removed a Debug.Log in Landmine.cs
Fixed landmines not damaging cars
Fixed flamethrowers not damaging cars
Fixed TriggerPlayerForce not affecting AI
Remove DDraw and restore calorie penalty
Tweak minicopter push behaviour
Hooked up the attached car reference on the PlayerRepelTrigger
Added support for vehicle seating modules to apply damage protection to their passengers
Added CarPassenger and CarPassengerArmoured protection properties with 50%/100% stab protection respectively (solves getting stabbed by cactus while driving)
Added tracking for time spent driving in life stats
Added a stat for time driving on the expanded stats in the death screen
Fixed update when offscreen not being enabled for modular car seats
Change render queue of heat shimmer particle material to Transparent-3000 (was AlphaTest-2450) to prevent conflicting with censorship pixelate material
Assign the driver as the Initiator on the front and rear HurtTrigger on cars so deaths are appropriately assigned on the death screen
Added new components to hemp and campfire
Schedule quality update when BaseOven is toggled
Take ECS data into account when calculating temperature
Initial import of temperature sensor, source and calculation system
Don't show engine component stat if that component doesn't affect a stat
Replace yes/no test with just a standard + label
Replace animation curve with a remap
Fixed incorrect power consumption display on water pump and powered water purifier in builds
WIP entities package import
Replaced the prevent building trigger on the car lift with a box volume sized to prevent building on top of it
Revert back to original fix for item stacking problem
Revert item splitting changes, introduced some regressions
Tweaked last fix to remove doubling up of stack size check
Fixed overflow items being discarded in a move if the max stack size of the container is less than the max stack size of the item
Removed some unused Animator components from car chassis
Fixed axle aim transforms getting twisted when a car is flipped