userMaverickcancel
branchrust_reboot/main/jungle_updatecancel

143 Commits over 31 Days - 0.19cph!

3 Months Ago
Enable croc eyes shining in the dark
3 Months Ago
Fix tiger and panther eyes not shining at night (eyes parented to wrong bone), previous commit didn't go through
3 Months Ago
Fix tiger and panther eyes not shining at night (eyes parented to wrong bone)
3 Months Ago
Move the npc radius check after the filter radius check in the spawning flow, as it's cheaper if we early out at the filter stage
3 Months Ago
Fix too few crocs and tigers, new spawning filter
3 Months Ago
Prevent tigers from fighting panthers all the time
3 Months Ago
Experiment with different spawning rules for tiger and panther, trying to avoid them spawning too close to each other
3 Months Ago
Update tiger speed values for new anims to prevent sliding
3 Months Ago
Instead of relying on path failed event, rely on states failing
3 Months Ago
Fix tiger not moving when spawning in water bodies (even though they shouldn't naturally)
3 Months Ago
▍▄▊▇██▆ ▅▋▅▍▋▇ ▆▅█▆ ▇▅▍-▋▇█▍▍▌▄▅ ▋▊▉▋█ ▅▍▄▍▋▉ ▋▉ ▉▋▇▊▋█▅▍ ▌▊ ▋▅▋▌▊ ▉▋█▊ ▇▅▇▅ ▊▆▆ ▅▆ ▄▉▉▋█ ▇▅▉▅▆▆▇▍
3 Months Ago
Speed croc a bit when it's on its way to destroy a twig foundation or attack a player that's barely out of navmesh
3 Months Ago
Fix croc attack damaging even when not connecting when player is unreachable
3 Months Ago
Fix npc movement potentially continuing to tick past their death if the invoke handler cleanup is delayed
3 Months Ago
Fix compile error
3 Months Ago
Improve croc foundation attack
3 Months Ago
Fix croc being unresponsive to player provocation when diving
3 Months Ago
Make it easier to tweak npc prevent building volume across multiple NPCs, bump from 4 to 6m radius
3 Months Ago
Prevent building on top of croc, tiger and wolf Display translated error message about which NPC is preventing building
3 Months Ago
Fix errors appearing sometimes in editor listen server when croc tries to destroy a building block (server trace hitting client entity instead of server) Fix memory leak in RaycastEntity, rename it and change signature to be consistent with other GamePhysics Traces Create new TraceRealm method that doesn't only work on entities
3 Months Ago
- Fix asserts firing in listen server mode - Increase croc range when attacking players standing on rocks etc
3 Months Ago
Fix rust editor not updating the loadout when switching to another loadout category tab
3 Months Ago
Update rust editor loadout to be more representative
3 Months Ago
Fix log spam when croc charge fails
3 Months Ago
Fix BaseAnimalNPC.TryThink and BaseAIBrain.Think NRE spam
3 Months Ago
Improve crocodile twig destruction edge cases when multiple buildings blocks are connected
3 Months Ago
First pass on crocodile breaking twig foundations
3 Months Ago
- Have crocs properly dive to reach underwater players - Increase croc acceleration when in water - Increase tracking of underwater attack to avoid disconnected hits that feel unfair
3 Months Ago
Have swimming agents like the croc, project target locations to the sea floor before pathfinding
3 Months Ago
When sampling around AI, use agent position instead of transform, as for croc agent can be on the sea floor while entity is on the surface, causing samples to fail
3 Months Ago
Update all new animals to use OnAttacked instead of Hurt to properly apply bleeding
3 Months Ago
Reduce tiger damage, but have it inflict bleed (previous commit didn't go through)
3 Months Ago
Reduce tiger damage, but have it inflict bleed
3 Months Ago
Add wake disturbance to croc
3 Months Ago
Fix croc spamming turn anim
3 Months Ago
Add some more placeholder audio to croc
3 Months Ago
Fix compile error
3 Months Ago
- Fix croc attacks reaching too far - Update AI distance checks to take into account the target player speed + our root motion to predict the position at impact - Remove distance cache, adds complexity and bug potential for too minor of a perf gain - Add inferedSpeed and inferedVelocity fields to basePlayer, less accurate than estimatedSpeed but more stable
3 Months Ago
Potential fix for anims not being cancelled properly
3 Months Ago
Fix croc struggling to ever catch up if a player runs past but never attacks them to piss them off
3 Months Ago
Add slow acceleration to croc fleeing
3 Months Ago
Temporarily remove croc swim sprint noise
3 Months Ago
- Prevent croc from fleeing back to water but charging again right after - Croc accelerates slowly when charging through water, instead of going at top speed the moment it gets in water - Have croc start swim attack from further away, looks better on hit and prevent weird misses
3 Months Ago
Further improve croc water transition
3 Months Ago
Fix height snap when croc goes in and out of water
3 Months Ago
Have croc sunbathe more
3 Months Ago
Reduce croc health slightly
3 Months Ago
Fix crocodile missing attacks a lot, but still ensure belly flop attack can be dodged
3 Months Ago
Reduce croc sight range
3 Months Ago
Have croc always use max speed if it's charging in water, as it doesn't get tired easily like on land