reporust_rebootcancel

137,322 Commits over 4,352 Days - 1.31cph!

11 Months Ago
vine_double_descent_animation -> main
11 Months Ago
Add a tiny bit of exit time to allow the descend true flag to come in, a small amount is enough
11 Months Ago
Jungle Rock - Added missing SFX paths
11 Months Ago
Ensure spectating player is in first person mode before showing the vine viewmodel
11 Months Ago
vine_viewmodel_demo_fix -> main
11 Months Ago
Jungle Rock - Increased icon brightness and saturation
11 Months Ago
Dont bother with coroutines if in a demo - way better experience
11 Months Ago
vine_demo_scrubbing_fix -> main
11 Months Ago
Mixing/cooking table recipe book now shows items you can currently craft at the top of the list.
11 Months Ago
Set position rather than lerping if in demo
11 Months Ago
Don't ever leave render work queue (once added) if we are in a demo
11 Months Ago
merge from main
11 Months Ago
Blowpipe viewmodel animation updated to include latest ADS to idle anim and original reload requirements
11 Months Ago
vine_viewmodel_demo_fix -> main
11 Months Ago
Added hunter vision boost info in the consumable UI info panel Also added the missing horse dung production boost
11 Months Ago
Single Shallow Wall Shelves - Fixed dropped worldmodel spawning fully functional item instead of bag
11 Months Ago
Additional UpgradingEnabled check
11 Months Ago
Cleanup
11 Months Ago
Merge from main
11 Months Ago
Removed logs in BaseMountable::AttemptMount LOS check
11 Months Ago
Fix foliage shader merge issue. Adjust placement count.
11 Months Ago
Merge from main
11 Months Ago
Big code clean up and mark up. GPU readback to job wip.
11 Months Ago
fix missing terrain textures in workshop editor scene
11 Months Ago
Fixed error when getting killed by outbreak scientist
11 Months Ago
Merge from jungle_update
11 Months Ago
Progress
11 Months Ago
▍ ▉▍▌██ ▉▇▆▅▋▍▉█▇▊▄▉▅ ▉▋▍▊█▌ █▊▋▉▆▅█▉▅ ▋ ▍▆ ▆▋ ▋▍▌▄▋▋▉
11 Months Ago
Merge from jungle_update
11 Months Ago
Some possible NPCPlayerNavigator.GetAimDirection NRE fixes
11 Months Ago
Fix typo in croc death anim footstep sound notify
11 Months Ago
Possible FoliageDisplacement.ChangeLOD NRE fix
11 Months Ago
Merge from jungle_update (fix tiger sliding, and wolf freezing when near food)
11 Months Ago
Prevented deploy/holster from firing without an instance in demos
11 Months 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
11 Months Ago
Fix OR check implicit grouping screwing us (was evaluating the OR and discregarding the null check) - causing the viewmodel to double deploy
11 Months Ago
Cover the descending case as well
11 Months Ago
Ensure vine viewmodel kills itself when dismounting in demos
11 Months Ago
main -> vine_viewmodel_demo_fix
11 Months Ago
Merge from jungle_update
11 Months Ago
Merge from main
11 Months 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
11 Months Ago
getheldentity_demo_nre -> main
11 Months Ago
Split the method up so if it still breaks we'll at least know where it's breaking
11 Months Ago
Possible Menu_CanSwing_ShowIf NRE fixes
11 Months Ago
uicompass_demo_nre -> main
11 Months Ago
Merge from jungle_update
11 Months Ago
Fixed exception when opening emoji gallery in menu (note that unlock_all_skins will not work for unlocking emoji while not connected to a server)
11 Months Ago
Fix UI compass occasionally throwing an NRE in demos
11 Months Ago
fog_overlay_nre -> main