193,693 Commits over 4,079 Days - 1.98cph!

15 Days Ago
Helicopter player targetting null check, it should never be null? But lets check just in case Should fix frozen Heli and NRE spamming
15 Days Ago
exported edited vine swinging animations
15 Days Ago
Fixed buff started/ended logic
15 Days Ago
Bug Fix: Fixed the player skin rendering in the player preview screen
15 Days Ago
vine_double_descent_animation -> main
15 Days Ago
Add a tiny bit of exit time to allow the descend true flag to come in, a small amount is enough
15 Days Ago
Jungle Rock - Added missing SFX paths
15 Days Ago
vine_viewmodel_demo_fix -> main
15 Days Ago
Ensure spectating player is in first person mode before showing the vine viewmodel
15 Days Ago
Jungle Rock - Increased icon brightness and saturation
15 Days Ago
vine_demo_scrubbing_fix -> main
15 Days Ago
Dont bother with coroutines if in a demo - way better experience
15 Days Ago
Mixing/cooking table recipe book now shows items you can currently craft at the top of the list.
15 Days Ago
Set position rather than lerping if in demo
15 Days Ago
Don't ever leave render work queue (once added) if we are in a demo
15 Days Ago
merge from main
15 Days Ago
vine_viewmodel_demo_fix -> main
15 Days Ago
Blowpipe viewmodel animation updated to include latest ADS to idle anim and original reload requirements
15 Days Ago
Added hunter vision boost info in the consumable UI info panel Also added the missing horse dung production boost
15 Days Ago
Single Shallow Wall Shelves - Fixed dropped worldmodel spawning fully functional item instead of bag
15 Days Ago
Additional UpgradingEnabled check
15 Days Ago
Cleanup
15 Days Ago
Merge from main
15 Days Ago
Removed logs in BaseMountable::AttemptMount LOS check
15 Days Ago
Fix foliage shader merge issue. Adjust placement count.
15 Days Ago
Merge from main
15 Days Ago
Big code clean up and mark up. GPU readback to job wip.
16 Days Ago
fix missing terrain textures in workshop editor scene
16 Days Ago
Merge from jungle_update
16 Days Ago
Fixed error when getting killed by outbreak scientist
16 Days Ago
Progress
16 Days Ago
▍▉▍▌█ █▉▇▆▅▋▍▉█▇▊▄▉ ▅▉▋▍▊█ ▌█▊▋▉▆▅█▉ ▅ ▋▍ ▆▆ ▋▋▍▌▄▋▋
16 Days Ago
Merge from jungle_update
16 Days Ago
Some possible NPCPlayerNavigator.GetAimDirection NRE fixes
16 Days Ago
Fix typo in croc death anim footstep sound notify
16 Days Ago
Possible FoliageDisplacement.ChangeLOD NRE fix
16 Days Ago
Merge from jungle_update (fix tiger sliding, and wolf freezing when near food)
16 Days Ago
Prevented deploy/holster from firing without an instance in demos
16 Days 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
16 Days Ago
Fix OR check implicit grouping screwing us (was evaluating the OR and discregarding the null check) - causing the viewmodel to double deploy
16 Days Ago
Cover the descending case as well
16 Days Ago
Ensure vine viewmodel kills itself when dismounting in demos
16 Days Ago
main -> vine_viewmodel_demo_fix
16 Days Ago
Merge from jungle_update
16 Days Ago
Merge from main
16 Days Ago
Split the method up so if it still breaks we'll at least know where it's breaking
16 Days Ago
getheldentity_demo_nre -> main
16 Days Ago
Fix GetHeldEntity occasionally throwing an NRE in demos, most prevalent in demos when the player had no weapon out. Errors came from: VitalInfo.Refresh, Crosshair.Update and HomingLauncherCamOverlay.TryGetValidLauncher, all erroring at the same place. Fixed by checking container belt and inventory are valid in GetHeldEntity
16 Days Ago
Possible Menu_CanSwing_ShowIf NRE fixes
16 Days Ago
uicompass_demo_nre -> main