userIan Hendersoncancel

5,834 Commits over 943 Days - 0.26cph!

1 Year Ago
Missed files
1 Year Ago
Client.Connection receive methods. Initial code generator to hook SyncVar OnValueChanged method to our SendSyncVar method (server only) Only give a damn about single SyncVars for now
1 Year Ago
BaseEntity Single SyncVar header, object and send methods Minor SyncVar code cleanup Enable encryption
1 Year Ago
main -> hackweek_syncvars
1 Year Ago
main ->syncvars
1 Year Ago
vine_demo_scrubbing_fix -> main
1 Year Ago
Fixed Vine Mountables not moving to the correct position when skipping in the demo timeline. This was difficult to track down but appeared to be due to the client network interpolation and how it acts in demos.
1 Year Ago
Put every vine in the update queue (if in a demo)
1 Year Ago
helicopter_targetting_nre -> main
1 Year Ago
Helicopter player targetting null check, it should never be null? But lets check just in case Should fix frozen Heli and NRE spamming
1 Year Ago
vine_double_descent_animation -> main
1 Year Ago
Add a tiny bit of exit time to allow the descend true flag to come in, a small amount is enough
1 Year Ago
Ensure spectating player is in first person mode before showing the vine viewmodel
1 Year Ago
vine_viewmodel_demo_fix -> main
1 Year Ago
Dont bother with coroutines if in a demo - way better experience
1 Year Ago
vine_demo_scrubbing_fix -> main
1 Year Ago
Set position rather than lerping if in demo
1 Year Ago
Don't ever leave render work queue (once added) if we are in a demo
1 Year Ago
vine_viewmodel_demo_fix -> main
1 Year Ago
Prevented deploy/holster from firing without an instance in demos
1 Year Ago
Fix OR check implicit grouping screwing us (was evaluating the OR and discregarding the null check) - causing the viewmodel to double deploy
1 Year Ago
Cover the descending case as well
1 Year Ago
Ensure vine viewmodel kills itself when dismounting in demos
1 Year Ago
main -> vine_viewmodel_demo_fix
1 Year 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
1 Year Ago
getheldentity_demo_nre -> main
1 Year Ago
uicompass_demo_nre -> main
1 Year Ago
Fix UI compass occasionally throwing an NRE in demos
1 Year Ago
fog_overlay_nre -> main
1 Year Ago
Fix UI fog overlay ocassionally throwing an NRE in demo
1 Year Ago
boomerang_animation_fix -> main
1 Year Ago
Missing files
1 Year Ago
Ensure there are no occasions where players with waiting to catch animations will keep them
1 Year Ago
vine_fixes_2 -> main
1 Year Ago
finish position lerp on dismount before drawing updating the vine position
1 Year Ago
Remove log
1 Year Ago
Use absolute height - should prevent vines from curling at lower points on the tree rather than the canopy. Some adjustments to try and get mountable to continue to update the vine after dismount
1 Year Ago
better_vine_visuals -> main
1 Year Ago
Better vine renderer and vine hang point placement
1 Year Ago
main -> better_vine_visuals
1 Year Ago
vine_visual_desync_fix -> main
1 Year Ago
Fix vine desyncing if a player jumps on it during its animating state
1 Year Ago
vine_viewmodel_demo_fix -> main
1 Year Ago
Viewmodel demo fix
1 Year Ago
boomerang_demo_fix -> main
1 Year Ago
Midpoint changes
1 Year Ago
fix boomerang throwing nre in demo
1 Year Ago
Initial experiements with making the tail of the vine a spline
1 Year Ago
vinemountable_demo_fix -> main
1 Year Ago
compile fix