branchrust_reboot/main/farming2cancel

447 Commits over 121 Days - 0.15cph!

4 Years Ago
No longer encode genes to seeds or produce.
4 Years Ago
Set the fertilizer item world model to the default.
4 Years Ago
merge from main
4 Years Ago
Increased composter cull distance
4 Years Ago
Don't show plant info UI if holding an item classed as hostile
4 Years Ago
Fix dung rate
4 Years Ago
FluidIO gibs error fix
4 Years Ago
merge from main
4 Years Ago
Moved input/output slots on water barrel
4 Years Ago
increased water barrel max output flow back to 12
4 Years Ago
▇▍▋▄▄▄▉ ▊▄▇▋▆▋█▆▉▅▋ / ▉▌▇▍▇▄ ▋▋▅▅▌▍, ▇▉▄▋▆ ▋▇▅▄▅▇ ▊▋ ▌▊▌, ▉▆▉▉▌ ▄▍▊ ▉▇ ▉▋▇▇▌█, ▌▅▄▆▅▍▆ █ ▅▄▋█▉▊▆██ ▍▆▌▊ ▇▅ ▆ ▊▇▆ ▌▅▊▌▋▆ ▍▌▊▌
4 Years Ago
plant tick rate is now a replicated var. show plant water intake rate as "x per x sec"
4 Years Ago
Added AlwaysShowCrossHair() to BaseEntity, if true the crosshair will appear even if there are no menu items or interactions for the entity. (unlike the existing NeedsCrosshair()). Enabled it for growables.
4 Years Ago
Increased water barrel output flow to 12
4 Years Ago
Don't show electric plug info when using hose tool and vice versa
4 Years Ago
Potato guide mesh
4 Years Ago
Potato balance
4 Years Ago
Client fix
4 Years Ago
merge from main
4 Years Ago
Revert the in-place sort change because I remembered the original order is important
4 Years Ago
Removed a redundant quality calc when loading from saves
4 Years Ago
Avoid an unnecessary network update when loading from a save.
4 Years Ago
merge from main
4 Years Ago
Manually fixed some merge issues in IOEntity
4 Years Ago
Made PushLiquid respect backtracking convar
4 Years Ago
Made a new IOEntity field IsGravitySource to use instead of RootEntity when determining the source of a gravity fed input
4 Years Ago
Respect IO backtracking convar in Sprinkler and LiquidContainer
4 Years Ago
merge the merge test branch (mmtest) back to farming2
4 Years Ago
Stage duration tweaks
4 Years Ago
Pumpkin balance tweak.
4 Years Ago
Crossbreeding weight adjustments
4 Years Ago
consumable + seed info panel gene UI fixes
4 Years Ago
Reduce water requirement gene effect
4 Years Ago
Gene UI tweak
4 Years Ago
merge previous_genes branch to main farming2 branch now it all works
4 Years Ago
Updated the crosshair gravity warning when connecting hoses to use the new Root check logic Compile fixes
4 Years Ago
Sprinkler decays every time it splashes
4 Years Ago
Rotate sprinkler mesh so hose point matches mesh Added some profiler coverage to IO areas of interest
4 Years Ago
wip balancing. added a comment linking to a new farming balance/stats spreadsheet.
4 Years Ago
Fixed another fluid IO connection issue
4 Years Ago
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
4 Years Ago
Disabled being able to splash liquid on water barrels/containers to fill them up
4 Years Ago
Fill water loop based on player belt length and not hardcoded value
4 Years Ago
Unsaved
4 Years Ago
Fixed water purifer missing references Can now fill containers with salt water using player.fillwater by passing "salt" as an argument
4 Years Ago
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
4 Years Ago
LiquidContainer uses already existing OnItemAddedOrRemoved virtual method rather than registering a new callback
4 Years Ago
Pre code review cleanup
4 Years Ago
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
4 Years Ago
Show seed/produce gene string on icon hover.