12,023 Commits over 2,527 Days - 0.20cph!
Repositioned fluid outputs on large and small water catchers
Moved input/output slots on water barrel
Increased water barrel output flow to 12
Don't show electric plug info when using hose tool and vice versa
Fixed Drive buttons in workshop model download UI not working
Manually fixed some merge issues in IOEntity
Made PushLiquid respect backtracking convar
Made a new IOEntity field IsGravitySource to use instead of RootEntity when determining the source of a gravity fed input
Respect IO backtracking convar in Sprinkler and LiquidContainer
Fixed fluid entities sometimes not turning off when connections were destroyed
Fixed an NRE when making connections to fluid entities with more than one output
Updated the crosshair gravity warning when connecting hoses to use the new Root check logic
Compile fixes
Sprinkler decays every time it splashes
Rotate sprinkler mesh so hose point matches mesh
Added some profiler coverage to IO areas of interest
player.mount now works for horses
Fixed player.mount not working correctly
Fixed another fluid IO connection issue
Fixed being able to bypass gravity restrictions by chaining together IO entities
Gravity restriction now compares height to the closest RootEntity in the IO chain, rather than just the last connected entity
Disabled being able to splash liquid on water barrels/containers to fill them up
Fill water loop based on player belt length and not hardcoded value
Fixed water purifer missing references
Can now fill containers with salt water using player.fillwater by passing "salt" as an argument
Fixed water wells missing loot panel and not producing water
Ran Scene2Prefab for all water wells to propagate changes
Fixed some IOEntityEditor exceptions if the selected object is missing some serialised fields
LiquidContainer uses already existing OnItemAddedOrRemoved virtual method rather than registering a new callback
Fix incorrect pickup/repair item on fluid splitter/sprinkler/fluid switch
Tweaked position of model and IO slots on fluid splitter
Fluid splitter now shows HP and is easier to destroy
Remove another layout controller and don't run a coroutine when opening the expanded life stats
Switch the expanded death screen stats to RustLayout instead of unity components
Disregard line of sight checks when using player.mount command
Add player.swapseat to swap the mounted seat of a specified player
Added player.dismount command
Fixed player.mount sometimes mounting the client Mountable in the editor
Remove that change, was meant to be on a different branch
Add player.dismount command
Fixed debug camera input being processed while player is unfrozen
Fix cambone command throwing exceptions
Instrument turret NRE fix
Refactored auto turret instrument implementation so Instruments use ServerUse instead of a custom method
Removed multiple casts in OnKilled
Merge from cinematic_tools
Merge from main
Added an end of file signifier (-1) before the length of the demo is recorded and early return if we hit that value from the demo reader
Fixed gravity warning displaying when connecting to a fluid switch set to off
Fixed a case where the gravity warning was displaying while connecting electrical components
Fixed 1.5x scale on demo playback UI
Merge from instrument_autoturret_v2
Added a fluid switch to the plumber loadout
Hook up sprinkler animation
New EntityFlag_Animator component for controlling animators
Fluid switch handle animation hookup