userMaverickcancel
reporust_rebootcancel

1,331 Commits over 427 Days - 0.13cph!

9 Months Ago
Fix wolves not fleeing when damaged when their target is inside a safe zone
9 Months Ago
▉█▌▉▅ █▅█▄ ▉▉▉▅
9 Months Ago
If a scientist loses sight of you and you pop from another angle they don't expect, they'll take more time to flick their crosshair to you If you reappear in the exact same spot though, they won't need to move their crosshair so they'll just shoot based on the average human reaction time
9 Months Ago
Clean up aim code
9 Months Ago
Fix invis NRE when invis player is killed
9 Months Ago
Scientist accuracy now depends on what the player is doing not only distance
9 Months Ago
Clean up burst logic
10 Months Ago
Modify sight checks to use bounding box top instead of bottom
10 Months Ago
Make bursts feel more natural
10 Months Ago
First pass on making scientist aiming feel fairer
10 Months Ago
Fix NRE caused by new scientist missing a component that wolves have
10 Months Ago
▇▉▋▇▇ ▄▊▇█ ▊▌_▍▉█▌_▄▄▉▉▇█▇▅▆
10 Months Ago
▅▍▇▋▍ ▉▇▆▍ ▅▄▉▆
10 Months Ago
Remove redundant allies vislog
10 Months Ago
Use convars directly in debug aiarena script when ppossible instead of running commands
10 Months Ago
Add vislog to confirm that fallback roam EQS works correctly
10 Months Ago
Fix compile errors
10 Months Ago
Reduce the amount of topology and water checks we have to do, by only checking top scored points and doing a early out as soon as one of them passes This has the potential to cut the number of water checks (the most expensive checks) by 8 when roaming
10 Months Ago
Fix merge compile errors
10 Months Ago
▆▌█▄▆ ▍▄▄▌ ▆▆_▅▌▊█_█▇▉▋▇▉▉▅▊
10 Months Ago
Remove wolf hat effect on wolves, as it's one of the most common hats it would affect wolves all the time
10 Months Ago
Add bark and footstep audio to new jump anim
10 Months Ago
Implement wolf headress effect on wolves
10 Months Ago
Merge from ai_wolf_iteration
10 Months Ago
▋▍▋▆▇ ▆▋▆▍ ▍▌▍▆
10 Months Ago
In unlikely case of ground projection spherecast starting inside geo, handle failure gracefully and keep the point unprojected
10 Months Ago
Handle sphere traces that start inside geo returning Vector3.zero as their impact point
10 Months Ago
Reduce wolf circle speed by 25%, make it so that the wolves uses multiple different speeds when closing the gap instead of zigzaging at full speed
10 Months Ago
Make wolves react more predictably to allies being hit, making packs of 3 more manageable with a bow
10 Months Ago
▉▉▅▉▊ ▆▅▆▍ ▄▍▊▋
10 Months Ago
10 Months Ago
Prevent wolf from jumping inside geo if the player is tip toeing on a platform/cliff edge
10 Months Ago
Reduce wolf vision range at night
10 Months Ago
Merge from ai_wolf_iteration
10 Months Ago
Fix serialization error
10 Months Ago
Merge from ai_wolf_iteration
10 Months Ago
Correctly return state failure when pathfinding failed
10 Months Ago
Merge from ai_wolf_iteration
10 Months Ago
▉█▉▄▆ ▍▋▋▇ ▆█▆▆
10 Months Ago
Prevent wolf from charging for too long
10 Months Ago
Fix wolf sometimes getting stuck in charge Add log when state finishes but has no end transition
10 Months Ago
Fix wolf standing still when circling into a wall
10 Months Ago
Fix wolf mesh staying below powerline platforms, even though their actual body is on top
10 Months Ago
Make wolves give up even faster if you are mounted
10 Months Ago
Fix compile errors
10 Months Ago
Makes it easier to sneak on wolves when they are eating Clean up sight code Add better sight vislogs so we can debug exactly which cone caused the sighting
10 Months Ago
Fix wolves slowing down as they flee
10 Months Ago
Revert switch to unity's async pathfinding, it causes more bugs than it solves
10 Months Ago
Fix wolf jumping into cars
10 Months Ago
Fix wolves jumping into cars