userMaverickcancel

2,068 Commits over 792 Days - 0.11cph!

17 Days Ago
Hook up livestock coats, not yet gene driven, tested networking, saving, corpses, babies
17 Days Ago
Cherry pick 163070: Fix gen2 AI never updating its position in the brain grid, causing some brain based spatial query to be stale
17 Days Ago
Add transparent layer to new navmesh bake, unity navmesh parity, else it ignores fences and npcs go through
17 Days Ago
Reduce minRegionSizeMeters for navmesh to not nuke small regions, fixing "no navmesh on bandit watch towers", need a better fix in the future
17 Days Ago
Fix scientists going through unopenable doors (new navmesh, the puzzle doors)
17 Days Ago
Fix gen2 AI never updating its position in the brain grid, causing some brain based spatial query to be stale
17 Days Ago
- Old cows will go to sleep and die peacefully, instead of player the combat death anim when dying of old age - Cows get slower as they age, they also stay closer to home - Cows can lie down just to chill, old cows chill more than normal - When night falls, cows regroup and sleep together, some cows are early risers and some like to wake up late - Hook sheep and lamb corpses - Hook the death anims with forward momentum that are played when animals are killed while they are running - Fix ai.fillHungerlivestock doing the opposite of what it says - Fix cows never getting hungry or thirsty after feeding or drinking once, or getting full from one single grazing - Fix cows being unable to find food after grazing once, because they search radius was smaller than the "overgrazed" marking - Make cows roam less they seemed more like a pack of wolf than chilling cows
18 Days Ago
- Add a cooldown to the livestock flee trigger so one hit cannot re-fire it through randomIdle or chargeRun - Back off strayed-from-mother and strayed-from-herd for 15 s after a failed walk back - Require a reachable trough or barrel before it wins over grass or shore - Add RegroupSearchRadius so cows can find a herd further than the stray distance - Only send a staggered bull into flee when the hold-ground rule says he would run - Sample two rings and take the nearest spot in the grass and water searches - Record herd distress only when there is an attacker, and spend it on the first charge - Back off the mate search when nobody is found or the female is unreachable - Throttle the shore search after a miss, mirroring the grass search - Collapse graze and drink into shared consume transition and state classes - Share one speed ramp helper across follow, consume, mating and return walks - Add IsHerdMate, IsDependent and a centred FindNearestDependent, and use them everywhere - Wrap the remaining client-compiled FSM members in #if SERVER
18 Days Ago
Fix cows not fleeing sometimes, add tests for bull and cows behaviour
18 Days Ago
Fix super fast acceleration on cows and sheep
18 Days Ago
Bull can kick and charge, protects the herd and moves between you and them. Can play toreador with the bull like with the croc. Herd sticks together when in danger instead of scattering. Fix cows decelerating instantly.
18 Days Ago
Generate and connect animation montages, add hurt and death behaviours + anims
18 Days Ago
Delete duplicates and replace the original animals
18 Days Ago
Fix boar chasing too fast, fix animals not running away properly when player on foundation
18 Days Ago
Merge from main
18 Days Ago
Fix animals clipping with the player
19 Days Ago
Fix manifest
19 Days Ago
Second part missing from the initial commit
19 Days Ago
First step to port old animals to new AI system (no behaviour change, it just makes them easier to maintain, we'll do proper behaviour rework in the future)
21 Days Ago
Merge from main
22 Days Ago
Improve navmesh doors perf, doors now remember which polys are theirs instead of searching the navmesh on every open/close
22 Days Ago
Standardize navmesh door benchmark to follow same conventions as agent path following benchmark
22 Days Ago
Fix siege towers doors, better behaviour for NPCs when door is slammed on them
22 Days Ago
Rewrite some navmesh door bug repro test that passed even without its fix
23 Days Ago
Improve navmesh doors perf
23 Days Ago
Allow closing and opening door to be taken into account by the navmesh, but without a full rebuild
24 Days Ago
Fix navmesh generated on divesites, not generated in some doorways, some monument rooms not having navmesh, and scientist corpse colliders on wrong layer
24 Days Ago
Merge from main
25 Days Ago
Fix navmesh building on dive sites
25 Days Ago
Merge from main
25 Days Ago
Fix navmesh not being present in some rooms behind doors even if scientists can open them (potentially missile sillo and ghostship), the room navmesh a disconnected island because the door was baked into the navmesh, blocking the doorwash, and we prune disconnected navmesh regions
25 Days Ago
Fix scientist2 corpse not being on the ragdoll layer and thus blocking movement and projectiles
26 Days Ago
Fix low res navmesh on ghost ships
26 Days Ago
▄▆▍▋▉ ▄▄█▊▍▅▋
26 Days Ago
Fix old ais fleeing when player jumps
26 Days Ago
▍▄▅▍▋ ▉▆█▅█ ▆▊ ▊▌▌ ▋▊▌▍▉▌ ▉▋▋ ▍▌▋▍▇
26 Days Ago
▌▌▇▄▍ ▄██▊▄▆▉
26 Days Ago
▇▉▊▌█ ▅▄▍▉▊▉▋ ▆▆▇ ▉▉▋▋▊▆ ▇▍▄█▊█▌▄▄ ▍▍ ▄▇▇ ▍▉▌
26 Days Ago
▋▊▉▅ ▅▉▊█ ▅▉▇█▅▊ ▆▋▇▍▊█ ▌▉█▍▅▋▌▍▅▊▌▆ ▌▆▇ ▌▄▌▄ ██▍▉▌▅▉ ▉▄▍▆ ▌▋▄▅ ▉▅ ▆▉▄█▊ ▊ ▆█▊ ▅▉▌▇ ▇▊ █▌▆ ▍▌▄▉▋ ▊▆▌▄▌▌▄▅▋▊ ▅▉▉ ▌▊▌▌▊▄▆ ▄▄▊▊▊ ▊▇ ▍▌▆▋ ▄▋▋█ ▆▋ ▊▇▊▊ ▄▌ ▅▅▋▅ ▊ ▆▇▅▅▄▆▋ ▊▉▅ ▇▆▉ ▅▆█▍▄▌▋ ▇█▄▅▇▇▊▄▅█
26 Days Ago
Fix Assets/Scripts depending on the test framework, which could potentially break builds that exclude tests
27 Days Ago
Fix navmesh generating in places in shouldn't, potential fix for "navmesh failed to be created", and optimization of NPC path following
27 Days Ago
Merge from main
27 Days Ago
Update libraries
27 Days Ago
Path following optimizations (around double perf), also a bunch of instrumentation and a benchmark setup: - only string pull the beginning of the path, we will string pull again eventually so not need to run the algo for the whole path (steering agents only) - only re-string pull the current path if we moved past a threshold or passed a path corner, not every frame (steering agents only) - when chasing a moving target, instead of recalculating a new path, try to extend the previous path a bit instead to save time - use unity transform SetPositionAndRotation instead of setting both independantly - fuse some native method calls, so that we only call one method and skip the interop cost for the other call - do not check corridor validity if no tile has changed since pathing
27 Days Ago
Fix prevent building volumes being baked into the navmesh instead of ignored
28 Days Ago
Add convar to toggle navmesh optis on and off
28 Days Ago
Replace libraries
28 Days Ago
Merge from main
28 Days Ago
▌▄▅▇▆▌▆ ▋▍▄█▍▍▉▉▍▆ ▅▆▌▊▍▌▍▊▉ ▋▊▄ ▌▌▌▋█ ▉▄▅ ▇▉▄▄▋█ ▉▍▄██▍▄█ ▍▆▅▄▌▅ ▅▊ ▋▅▉ ▊▅▆▊ ▆█▄█▌▌▉ ▅▋▍▉▇▄▊▄ ▆▋▄ ▇▍▉ ▊▇▊▌▍▊ ▌▍ █▄▇▇▇▌ ▍██ ▅▊▇▅ ▇▅▇▌▅ ▄▋▌ ▋▊▌▆▄