userJarryd Campicancel
reporust_rebootcancel

12,238 Commits over 2,101 Days - 0.24cph!

46 Days Ago
Possible fix for being able to spam the hatch button in coop UI
46 Days Ago
Fixed LOD levels on new teas
46 Days Ago
RPC checks Fixed NRE when spray painting Removed a temp log Fixed planters not transferring their water level when reskinned
46 Days Ago
Merge from orbit_cam_fix
46 Days Ago
Fixed third person orbit camera not working in demos
46 Days Ago
Merge from crafting_update
46 Days Ago
Merge from cookingv2 (new meat models)
46 Days Ago
Revert w_food_pies guid, fixes pie NRE's
46 Days Ago
Merge from meat_merge
46 Days Ago
Merge from crafting_update
46 Days Ago
Merge from cookingv2
46 Days Ago
Updated icons for interaction prompts - chicken petting and hide/show growable UI
46 Days Ago
Merge from crafting_update
46 Days Ago
Merge from cookingv2
46 Days Ago
Applied new chicken avatar, deleted old one
46 Days Ago
Merge from chicken_update_avatars
46 Days Ago
Hooked up all of the new idle animations, use an animation shuffler like the horses Farm chickens now move less frequently, gives more time to play idle animations
46 Days Ago
Rebalance chicken coop need rates Add farmableanimal.simhours, applies the provided number of hours to all chickens within 10m (note that this won't simulate them eating/drinking, but just decays their needs like X hours have passed)
46 Days Ago
Fixed orchid and rose seed not being hittable when in a planter
46 Days Ago
Can no longer pet chickens if blocking with a shield or mounted
46 Days Ago
Codegen
46 Days Ago
Merge from crafting_update
46 Days Ago
Merge from hopper
46 Days Ago
Remove the fx hierarchy from the server
46 Days Ago
Merge from crafting_update
46 Days Ago
Reapply hopper prefab changes, merge deleted a component somewhere
46 Days Ago
Merge from parent
46 Days Ago
Codegen
46 Days Ago
Merge from cookingv2
46 Days Ago
Adjusted prevent building on hopper, fixes being able to build a half height floor through a hopper mounted on a storage barrel
46 Days Ago
Added debug.clearPlayerModfiiers, clears all tea effects
46 Days Ago
Fixed chicken materials Remove old chicken rig from chicken prefabs (still in project, can remove next month)
46 Days Ago
Adjusted chicken coop deploy volume
46 Days Ago
Fixed being able to receive multiple skulls from a single corpse while the harvesting modifier is active
50 Days Ago
Merge from petting_gesture
50 Days Ago
Merge from crafting_update
50 Days Ago
Codegen
50 Days Ago
Merge from cookingv2
50 Days Ago
Merge from main
50 Days Ago
Fish pie now increases player strength while fishing by 50% (fish moves faster when pulling) and halves the rate that the rod snaps
50 Days Ago
Added a bear pie with a new digestion boost buff. Doubles the bonus from all gathering buffs (ore, scrap, corpses) and halves their duration.
50 Days Ago
Implement harvesting tea, enabled on survivor pie for now Increases yield from harvesting corpses by 50%
50 Days Ago
Disable spoiling on eggs
50 Days Ago
Added spoiled horse meat
50 Days Ago
Slightly adjust storage adaptor position on fridge
50 Days Ago
Fixed storage adaptor not working on fridges
50 Days Ago
Cooked chicken, raw and cooked human meat can all now expire
50 Days Ago
Don't allow two spoilable food items to stack if their spoil time is more than a minute apart If they do stack, the new stack uses the lowest spoil time When a spoilable food item stack is split, ensure the new item has the same spoil time as the stack
50 Days Ago
Added a super simple local avoidance to chickens (just iterate over the other chickens in the coop) to prevent chickens overlapping Can disable via server.farmChickenLocalAvoidance convar (defaults to on)
50 Days Ago
Merge from petting_gesture_impl