userMaverickcancel
branchrust_reboot/main/Livestock_animalscancel

100 Commits over 0 Days - Infinitycph!

Today
Remove adminUI from livestock convar, it's not necessary and massively grows the string sent to admin, one of the 3 parts that caused the staging OOM (shared stringBuffer in netWrite.string becomes massive)
Today
Re-export tests after merge from main
Today
Merrge from main (need to regen test list, not done yet)
Today
Commit the sheep blendshapes instead of everyone having to regenerate and cache them on asset import
Yesterday
- Fix each new litter having a baby named after the parent (only firstborn carries name + suffix) - Fix failing livestock tests
Yesterday
Fix animals pathing through doors at monuments / being able to steer through any door by accident
3 Days Ago
Mask sheep face when shaving (only disappear when fully shaved), have shaved areas more organic looking and wavy
3 Days Ago
Reverts my changes to odds for good and bad genes, instead make white sheep the good one
3 Days Ago
Fix non-inbred cows being more solid on the whole body instead of just masking/tinting specific parts
3 Days Ago
Make bad genes more common, most sheep / cows then look generic, and good genes ones eg black sheep become rarer to find (else because of dominant good genes we get a massive majority of black sheep)
3 Days Ago
Fix sheep material looking wrong when dung gene is maxed out
3 Days Ago
Experimental livestock name localizations
5 Days Ago
Make livestock more deterministic at high timescales, to be able to run long running tests faster
5 Days Ago
Add visual rope when leading livestock, same as horses, and fix leading interaction failing intermittently
6 Days Ago
Fix sheep using old material system mixed with procedural material, fix some ragdolls don't having same material as live animal
6 Days Ago
Livestock small fixes: - increase livestock headbutt damage, you better dodge this sideways like croc or 2 shot naked - fix "stop leading" prompt appearing when someone else is leading the cow - fix grazing through walls - fix bulls attacking in safezones - make leading bull strop fighting others - fix calves not having father genes if father dies between conception and birth
6 Days Ago
Make autotest_run refuse when another process already holds the game server port
6 Days Ago
Make navigation tests able to catch spinning agents
6 Days Ago
Fix bull trying to headbutt unreachable players
6 Days Ago
Fix animals circling around an obstacle forever when fleeing, or around the player when charging
6 Days Ago
Add another state ping pong test
6 Days Ago
Fix pregnant cow ping ponging between curious follow and play random anim
6 Days Ago
More durable fix for skateboard cow
6 Days Ago
Fix inbred and non-inbred cow appearances being swapped (for real this time), non-inbread seems much darker on whole body though
6 Days Ago
Fix some non-deterministic tests sometimes failing, remove super long tests from CI
6 Days Ago
Merge from livestock_sheep_shearing
6 Days Ago
Redesign livestock popup UI so that it's more consistent with plant popup UI
7 Days Ago
Show livestock popup to the right same as plant popup, better as it doesn't hide the livestock
7 Days Ago
Hide horns on female sheep
7 Days Ago
Prevent wild cows from breeding / aging / producing resources + prevent pregnancy below 60% condition
8 Days Ago
Update rustnative libs for all platforms
8 Days Ago
Update rust native windows dll
8 Days Ago
Fix navmesh sometimes building on top of fences, fix rustNavmeshVolumes not working on new navmesh
9 Days Ago
Simplify old animals, remove all the piping and states where they could be aware of a target but not attack/flee, and reduced sight range to compensate
9 Days Ago
Fix bear flee when target on foundation test failing because the bears goes into chase for one tick before the flee, test can now read the exact fsm transitions and be more accurate
9 Days Ago
Fix tests failing with new navmesh because foundation bake a tiny sliver of navmesh on top of them
13 Days Ago
- Set new navmesh enabled by default, now needs -useOldNavmesh to disable - Hook cow new stagger anims
13 Days Ago
Hide cow trust and gender by default (can be toggled by admin)
14 Days Ago
▉ ▆ ▍▌▌ ▍▌▊▆ ▉█▇▇▅ ▉█▋▉▍▋▋▆ ▋▉▇█▋▇▄ ▆▍▅█▄▅▆▋▍▋▆ █▆▅▋▄▍▋ ▍▍▍▋▌▍▍ ▆▇ ██▉ ▇▆█▉▍▉▆▌ ▇▍▇▊▌▌▋▆▉ ▄▄█▇ ▋▌▇▅ ▉▅▆▉ ▋▌▌▇█▇ ▄▄▊▅▅▋▅▇▍▊ ▆▌▄▆▊▋▆▇▍▅▊▇ ▅▇▇█ ▄▇▉▅▉ ▇ ██▋▆▌ ▍▍ ▋▆▇▌ ▋▍▋▄▄▌▍▉█▇ ▆▊▊ ▌▆▌▊▋ ▋▌ ▌▅▍█▉ ▉█▍▇ █▅▍ ▇▉▇█▊▇▍▉ ▉▉▄ ▍▅▌▄▇▊▄▆ ▄██▍▊▄▆ ▉▉█▄ ▅▄▅ ▇▇▄▉▋▅ ▇▋▆ ▆▆▄ ▍▆▋█▅▇ ▆ ▅▅█▌ ▊ ▋█▇▌█▄ █ █▄▋▌▉▍▌▌▍▍▇ ▆▆▊ ▉▄▄▌▄ ▆▋▌▍▄▌█ █▋▇ ▋▉▆▅▋ ▌▄▅ ▇▆█▇█▇▆ ▋▅ ▊▍▆ █▇▍█▋ ▊▉▅▊▄▄▉ ▄█▅ █▅▄█▋▉ ▌▊▊▊▍▇ ▉▋ ▇▊▋█▉▍█▉ ▌▇▄▇ ▍▉▇
14 Days Ago
Fix runtime livestock pattern not matching the ranges Taylor designed (partial commit part 2)
14 Days Ago
Fix runtime livestock pattern not matching the ranges Taylor designed
14 Days Ago
- Fix inbred procedural texture being applied to healthy cows, and actually inbred cows looking healthy - Disable srgb for cows bias maps
14 Days Ago
Re-add livestock pattern tester script (to add to cow lod 0)
14 Days Ago
Pass on penned cow with unreachable distractors around: - Fix curious cows being so curious they forget to eat - Walk to herd now check multiple cows not just nearest one (else it gives up at first unreachable) - Walk to trough now checks multiple troughs not just nearest one - Prevent bull from charging unreachable targets - Happy run wanders if player target is unreachable
14 Days Ago
Update rust native for all platforms
14 Days Ago
Make server own visibility for the livestock status panel not client, so only server decide if we want to hide genes or not client has no say
14 Days Ago
Put the livestock server code back behind #if SERVER
14 Days Ago
▅ ▍▌▇▊▇▋ ▋█▅▇▋▆ ▄█▆▄ ▆▉▌▊▊ ▉▇▋▉▄█▊▅▍ ▉▋▌▄▋ ▆█▋ ▌▍▌ ▍▌ ▄▍▋▊▆▅ ▇█▅ ▅▄▉▇█ ▊▅▇▇▅▇▆▌▍▇▍▊
15 Days Ago
▉ ▊█▅▅ ▅▉▍▇▌█▊▇▊▍▊▉ ▋ ▊▍▊ ▋▄▍▌▄█▌ ▅▍ ▌ ▌▇▍▌▍
15 Days Ago
Merge from complicated_livestock_merge (indirect merge from main)