userMaverickcancel
branchrust_reboot/main/jungle_updatecancel

143 Commits over 31 Days - 0.19cph!

58 Days Ago
Replace all usages of "is {}" pattern matching to properly account for unity null override (previous commit didn't go through)
58 Days Ago
Replace all usages of "is {}" pattern matching to properly account for unity null override
58 Days Ago
Add command to toggle tigers leaving clawmarks, defaults to false
2 Months Ago
Fix croc failing to destroy twig foundation if player is not standing on it, but standing closely next to it within the navmesh carving volume
2 Months Ago
Fix tigers getting stuck in flee state Improve ai speed logs
2 Months Ago
Fix NRE when tiger jumps to unreachable target Fix tiger floating after leap Better fsm logging on recursion and state enter/exit Have tiger flee permanently if the player dodges the leap
2 Months Ago
Fix typo in croc death anim footstep sound notify
2 Months Ago
Fix tiger sliding while sleeping Fix wolf freezing completely when detecting food (regression) Refactor server anim player to not rely on callbacks as they proved fragile and hard to debug
2 Months Ago
Tentative fix for "dict key already exist error" when tiger dragging stops in some cases
2 Months Ago
Fix NRE when vddraw is enabled and an AI wants to forget a sighting (entity is unity null but we are still holding onto the reference)
2 Months Ago
Fix tiger looping between states over and over when the player builds some configurations of platforms
2 Months Ago
Fix compile error
2 Months Ago
Make fsm budget constant
2 Months Ago
Fix tigers looking like it's floating when jumping on players climbing ladders Fix tiger and wolf leap attacks ignoring shields
2 Months Ago
Fix compile error
2 Months Ago
When staggering tiger with big damage, remove small chance of it still attacking after getting up, instead always flee
2 Months Ago
Fix shields not working on croc and tiger
2 Months Ago
Allow croc nav raycasts to work on swimming players Fix croc stopping its movement to to attack players on/under road river bridge even though it can't
2 Months Ago
Don't rely on entity bounds for water checks for AI, as bounds are sometimes way bigger than the entity Make AIs cache whether their targets are in water at the sense level instead of at the fsm level, to prepare for correct nav raycast under water
2 Months Ago
Fix compile error
2 Months Ago
Simplify AI visibility status, improve logging,
2 Months Ago
Nerf animal hearing in general, and croc hearing even more
2 Months Ago
Fix corpse fixed update NRE
2 Months Ago
Fix croc thinking it's diving even though it's on land, big rewrite of all animal roam and flee eqs
2 Months Ago
Make SamplePositionsInDonutShape static as it doesn't use any instance state
2 Months Ago
Limit croc stamina, croc now become slow again after sprinting too long Make crocs give up chase on land faster when players run away alongside the river instead of away from it
2 Months Ago
Fix new animals sinking below tunnel entrance grate visually
2 Months Ago
Fix typo in RPC name that prevented it from working, causing animations to never be cancelled
2 Months Ago
Fix being able to kite croc around foundation
2 Months Ago
Fix NRE in tiger and croc corpse dragging
2 Months Ago
Fix compile error
2 Months Ago
Experiment with simpler covers, fix compile error
2 Months Ago
Improve flanking algorithm
2 Months Ago
Experiment with path post process for overwatch and flank
3 Months Ago
Have tiger finish off downed players instead of leaving them to die slowly
3 Months Ago
More compile fixes (improper codegen)
3 Months Ago
Fix editor ifdef compile errors
3 Months Ago
Fix compile error
3 Months Ago
- Potential fix for tigers sliding while sleeping (potentially introduced when we added playback delay to cover client pos interpolation) - Simplify roles between root motion component and anim component - All anim requests now go through anim component, which makes debugging easier - Root motion component is now again server only, which makes it easier to reason about
3 Months Ago
Prevent animals from eating their corpses from members of their species It happens in nature in a lot of cases, but it looks weird in the context of the game
3 Months Ago
Buff loot of tiger and panther to bear quantities, as they are harder to kill than a bear so it'd be underwhelming if they drop the same as wolves
3 Months Ago
Make croc drop croc meat instead of placeholder bear meat
3 Months Ago
Fix croc ping-ponging between dive and flee if player is near but unreachable (eg on boat, on solid foundation, noclipping...) The cause was that is was sampling depth from the surface to the waterbed, instead of depth from the surface to the target
3 Months Ago
Fix croc ragdoll jaw clipping with its skull
3 Months Ago
Adjust croc swim depth for new anims
3 Months Ago
Fix croc sometimes hovering above water
3 Months Ago
Better fix for croc emerging from water (didn't go through)
3 Months Ago
Better fix for croc emerging from water
3 Months Ago
Fix crocodile briefly sinking to waterbed just before exiting water, instead of smoothly transitioning from surface to land
3 Months Ago
Update wolf night eyes effect