12,900 Commits over 2,831 Days - 0.19cph!
Fixed animal hits not counting as hits for life stats
Add another frame of delay when rebuilding life stats layout
▋▋▍▅▍▅▆▍█▅▄ ▊▍ ▄█▉▌ ▆▇▋▅▉▍▉ ▅▉▍▄▄▌▉ █ (▇▊▋▌▋ █ ▄▆▋▅▉▇ ▌▍ █▆▌▊▍▊ ▋▊ ▋▆▋█▍▇▅▆▌▊ ▊▉▆▆▇ ▊▌▇▆▄▍▄▄▊▊▅▅▋▅ █▌▌ ▋▋▍▉▄▇▉▊▅▉▆▌▋▆ ▋▅▍▆▌ ▊█▊▊ ▊▆▄▋▋▅, ▇▄█▋▋▌▉▇ ▋▉▉▋▉▍█▌▅▍ ██ ▍▌▍▉ ▆█▅ ▄▆▆▍▉▋█▋█▋)
Cache liquid drain amount and deduct via invoke
Fix teleport2owneditem throwing an exception if no targets were found
WIP better passthrough calculations
▍▅▌ █▊▊▅▌ ▄▌▉ ▉▅▇▆▄▋▍ ▇▋ ▇▊▍▍ ▊█▄▊▅▌▆
Updated palm tree marker data with new system where possible
Presort tree markers by rotation
Move through marker locations in a linear order to eliminate snapping around the tree
Add a new marker data generation system that uses multiple arcs of raycasts to find positions rather than relying on visual mesh vert points (some trees don't have great topolgy to generate good results)
Clean up some duplicate marker datas
█▄▆▌▍ █▄▄▊▅▅ ▅▋▆ ▉▄▊▋ █▋▇ ▆▇▋▍ ▄█▉▅▅█▇ ▄▆ ▄█ ▍▊▌▄ ▅▌▇▋█▌▉▌▊▍▋ ▌▄█▆▅▋ ▉ ▍▍▄█▍▉ ▋▌▅▉▅▅▄
Water catcher loot panel on water barrel
Update water catcher loot panel to work with sprinkler
Increase water catcher storage and throughput amount
Removed 25% cap on liquid transfer
Increase fill amount
Water flow now tapers off while moving through an IO chain
Fixed some duplicate item ids
Fixed player.fillwater command not working if there was an empty belt slot
Cleanup some unneeded fuel logic
Use proper water catcher UI
Mark water item as dirty when pushing it through connections to update UI
Tweak fuel process, sprinkler only uses water loaded on to it and LiquidContainer is responsible for pushing water to various entities
Use IsConnectedTo check before splashing something, it's better solution than the earlier fix in
46160
Shrink sprinkler splash radius, expose radius as a gizmo
Move water catcher sockets to other side of entity
Hose tool now places proper hose lines while placing instead of cables
Fixed some gravity pump edge cases
Fixed fluid splitter marked as electric
Respect max stack size when moving fuel around
Sprinkler now only stores 10ml of water locally
Move apart water in/passthrough slots on sprinkler for easier use
Added a new "plumber" player inventory default
Add recursive checks for fuel transfer
Add some extra checks to stop recursive fuel connections
Add some extra checks to stop water re-entering network after being splashed
Rework water input gravity calculation to use handle location, not entity location (since water barrel plug is much higher than the water barrel root)
Show gravity warning on crosshair when connecting two water entities that need a pump
Fluid switch now disregards gravity checks if powered via pump power input
Sprinkler now runs while it has water input, updated water storage logic to be more in line with other IO entities
Add support for gravity restrictions (if a fuel source is lower than the entity it can't use it)
Merge from life_stats_merge