userMaverickcancel
reporust_rebootcancel

919 Commits over 243 Days - 0.16cph!

Just Now
Add skeletal debugging tools for croc proc anim Add DDraw.DrawSkeleton
4 Hours Ago
Fix croc speeding up suddenly when moving after intimidation
Today
Merge from jungle_update (protocol bump)
Today
Bump protocol
3 Days Ago
Regenerate manifest to fix error about tiger.population already existing
3 Days Ago
Code gen
3 Days Ago
Fix tiger population convar not working Make panthers spawn naturally in the jungle
3 Days Ago
Delete panther static mesh model Make panther a different prefab instead of a variant of the tiger Setup panther corpse and ragdoll Rebuild manifest
3 Days Ago
Fsm end transitions now make entity skip to the front of the queue, to prevent situations where they are done with the current state and stay idle waiting to be ticked For example if the server is struggling, a wolf may stay still for 1s after playing the hurt anim, this fixes that This doesn't mean the AIs will cost more performance, it means that when if we can only tick 10 out of 100 wolves this frame (budget), we'll prioritize ticking the ones that have nothing to do
3 Days Ago
Better profiling of the fsm GetAncestry method (separate recursive calls to not mess up the time measuring)
3 Days Ago
Animals that just got hit won't delay their next AI tick, effectively skipping to the front of the budgeted queue for the next frame Helps prevent animals play hit reactions a long time after being hit when the server is struggling
4 Days Ago
Merge from jungle_update
4 Days Ago
Constrain croc and tiger to jungle biome Increase croc population
4 Days Ago
Fix compile error
4 Days Ago
Merge from jungle_update
4 Days Ago
Merge from crocodile + tiger
4 Days Ago
Merge from main
4 Days Ago
Fix warning spam on tiger Remove test script from craggy
4 Days Ago
Merge from main
4 Days Ago
- Add croc death anims - Fix croc not caring about threats when eating - Fix NRE after killing player - FIx animal death stats and achievement not working for wolf/tiger/croc
5 Days Ago
Merge from croc (fix client/server compile errors)
5 Days Ago
Merge from tiger (to fix trophies)
5 Days Ago
Have croc not bother to approach prey if it's already too far from water, instead of starting to approach it but then give up
5 Days Ago
Previous changeset didn't go through
5 Days Ago
Have croc match their prey aggression Which means they'll be hyperagressive if sprayed non-stop Pause sometimes when not hit for a while Take their time if not hit at all This helps the croc feel more balanced when faced with different player loadouts Also make croc belly flop side-steppable again as the primary counter play
5 Days Ago
Fix remaining client/server compile errors
5 Days Ago
- Fix npc head look not working in demos - Fix npc jumps looking odd in demos - Modify PrintDefinedFlags editor tools to also show tags defined in entity components - Delete obsolete RPC_SetRagdollSpringShortened - Fix client/server compile error
6 Days Ago
Increase static bite hitbox
6 Days Ago
Revert previous change and add flag to be consitent with previous code, and potentially easier to debug
6 Days Ago
Update croc and tiger dragging
6 Days Ago
Missing part of previous commit
6 Days Ago
Prevents multiple systems overriding each other changes when modifying the corpse spring joint
6 Days Ago
Fix NRE when croc dragging serverside ragdoll
6 Days Ago
Iterate on croc behaviour, remove zigzag attack, re-add static attack
7 Days Ago
Fix tracking accumulating error
7 Days Ago
Add failure transitions to croc to fix log spam
7 Days Ago
Fix croc diving under terrain
7 Days Ago
Fix croc hitboxes being activated too early (needed to take into account pos interp delay) - previous commit didn't go through
7 Days Ago
Fix croc hitboxes being activated too early (needed to take into account pos interp delay)
7 Days Ago
Increase blend durations
7 Days Ago
Always snap after turn
7 Days Ago
Improve belly flop tracking, break up long intimidation with slow walk, disable zigzag attack temporarily
7 Days Ago
Make croc snap more often at a distance
7 Days Ago
Reduce croc speed when bringing food back to water
9 Days Ago
Merge from crocodile
9 Days Ago
Port croc corpse carry ragdoll stability fixes to tiger
9 Days Ago
- Improve crocodile behaviour against static prey - Fix crocodile getting stuck cycling between states when live prey is near food
9 Days Ago
Fix player corpse bouncing a lot when carried by the crocodile
9 Days Ago
Fix croc sliding during zigzag bite
10 Days Ago
Fix spine deform not being applied during locomotion