129,221 Commits over 4,201 Days - 1.28cph!

11 Months Ago
Safety check for Large Shredder so we don't modify non kinematic rigidbodies and produce a warning
11 Months Ago
Merge from launcher reload bug
11 Months Ago
Fixed not being able to reload again for a small window if the reload was cancelled via holstering/redeploying
11 Months Ago
Merge from main
11 Months Ago
Merge from cinematic_gestures
11 Months Ago
Fixed cinematic 'kick' and 'push' gestures sharing the same name in custom gesture wheel.
11 Months Ago
Merge from main
11 Months Ago
▋▍▋▆▇ ▆▋▆▍ ▍▌▍▆
11 Months Ago
In unlikely case of ground projection spherecast starting inside geo, handle failure gracefully and keep the point unprojected
11 Months Ago
Handle sphere traces that start inside geo returning Vector3.zero as their impact point
11 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
11 Months Ago
Make wolves react more predictably to allies being hit, making packs of 3 more manageable with a bow
11 Months Ago
merge from fix_antihack_toast_reason -> main
11 Months Ago
When sending "Antihack!" toast to client, include the antihack reason that is blocking placement - gives better information to bug reports
11 Months Ago
▉▉▅▉▊ ▆▅▆▍ ▄▍▊▋
11 Months Ago
11 Months Ago
Prevent wolf from jumping inside geo if the player is tip toeing on a platform/cliff edge
11 Months Ago
Reduce wolf vision range at night
11 Months Ago
merge from fix_monument_scenes_osx -> main
11 Months Ago
Merge from ai_wolf_iteration
11 Months Ago
Fix serialization error
11 Months Ago
Merge from ai_wolf_iteration
11 Months Ago
Correctly return state failure when pathfinding failed
11 Months Ago
Merge from ai_wolf_iteration
11 Months Ago
▉█▉▄▆ ▍▋▋▇ ▆█▆▆
11 Months Ago
Prevent wolf from charging for too long
11 Months Ago
Fix wolf sometimes getting stuck in charge Add log when state finishes but has no end transition
11 Months Ago
Fix wolf standing still when circling into a wall
11 Months Ago
Fix wolf mesh staying below powerline platforms, even though their actual body is on top
11 Months Ago
Make wolves give up even faster if you are mounted
11 Months Ago
Fix compile errors
11 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
11 Months Ago
Fix wolves slowing down as they flee
11 Months Ago
Revert switch to unity's async pathfinding, it causes more bugs than it solves
11 Months Ago
Fix wolf jumping into cars
11 Months Ago
Fix wolves jumping into cars
11 Months Ago
Fix wolves jumping into cars
11 Months Ago
Disabled horse temp ragdoll for now Fixed dismounting
11 Months Ago
Horses can eat food again, this time using a trigger instead of vis.entities Stationary flag and rigidbody sleep logic
11 Months Ago
Merge from main
11 Months Ago
Finalized ammo additives. Slightly tweaked M39 exhaust fumes because they seemed regressed.
11 Months Ago
Merge: from soundmodulator_leak Disabling audio pooling to mitigate SoundModulator NRE in BlendedSoundLoops Tests: on Craggy ran around, rode the zipline, hunted animals. Also left it to stew for a bit - no exceptions
11 Months Ago
Update: disable client-side sound pooling - Gives us time to track down the missing bad-pooling scenario Tests: on Craggy ran around, rode the zipline, hunted animals. Also left it to stew for a bit - no exceptions
11 Months Ago
▌▊▊▌█ ▄▆▅▇ ▆█▋_▄▋▇▅▋
11 Months Ago
merge from main
11 Months Ago
merge from main
11 Months Ago
▋▉▌▄▊▉ █▅▌▋▉▊▇ + ▋▉▊▅▍
11 Months Ago
Try to fix linux compile
11 Months Ago
Update: Adding a wait statement - Using it to help debug issues with procedural world not running world generation. Tests: ran LoadProcTest - it waited
11 Months Ago
Menu improvements. Additional RPC checks. Some refactoring.