reporust_rebootcancel

121,082 Commits over 4,018 Days - 1.26cph!

Today
Fixed error when getting killed by outbreak scientist
Today
Progress
Today
▍▉▍▌█ █▉▇▆▅▋▍▉█▇▊▄▉ ▅▉▋▍▊█ ▌█▊▋▉▆▅█▉ ▅ ▋▍ ▆▆ ▋▋▍▌▄▋▋
Today
Merge from jungle_update
Today
Some possible NPCPlayerNavigator.GetAimDirection NRE fixes
Today
Fix typo in croc death anim footstep sound notify
Today
Possible FoliageDisplacement.ChangeLOD NRE fix
Today
Merge from jungle_update (fix tiger sliding, and wolf freezing when near food)
Prevented deploy/holster from firing without an instance in demos
Today
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
Fix OR check implicit grouping screwing us (was evaluating the OR and discregarding the null check) - causing the viewmodel to double deploy
Cover the descending case as well
Ensure vine viewmodel kills itself when dismounting in demos
main -> vine_viewmodel_demo_fix
Today
Merge from jungle_update
Today
Merge from main
Today
Split the method up so if it still breaks we'll at least know where it's breaking
getheldentity_demo_nre -> main
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
Today
Possible Menu_CanSwing_ShowIf NRE fixes
uicompass_demo_nre -> main
Today
Merge from jungle_update
Today
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)
Fix UI compass occasionally throwing an NRE in demos
fog_overlay_nre -> main
Fix UI fog overlay ocassionally throwing an NRE in demo
Today
▌▅██▅ ▉▇▋▅ ▍▇█▇█▌_▄▉▄█_▌█▌
Today
▇▌▋ ▆▋▊▍▆▄ ▉▊▊▊▍▅ █▅██ █▆▉▆▇ ▇▋▇▊▇▆▉▉ ▄▉▋▌ ▊█▆▍
Today
snake sssssoundsssss
Today
▉█▆▄ ▍▉▆▋▅▄▉▍
Today
merge from jungle_update
Today
Tentative fix for "dict key already exist error" when tiger dragging stops in some cases
Today
Merge: from profiling_improvements - Buildfix for tests trying to use ServerProfiler in non-server env Tests: scripts compile in editor CLIENT mode
Today
Buildfix: exclude ServerProfiler tests from non-server builds Tests: built CLIENT config in editor
Today
Merge: from profiling_improvements - Rewrote internal storage of profiling data to use 1 buffer per thread - Bugfix for allocation graphs not properly resetting and having gaps at the start - Bugfix for failing to generate export in rare cases where mono runtime allocates with no managed callstack Tests: unit tests and generating snapshots in editor
boomerang_animation_fix -> main
Missing files
Ensure there are no occasions where players with waiting to catch animations will keep them
Today
Bugfix: ProfileExporter.JSON - don't spam allocs-0 counter for worker threads Tests: snapshot in editor on craggy
vine_fixes_2 -> main
Today
Fix NRE when vddraw is enabled and an AI wants to forget a sighting (entity is unity null but we are still holding onto the reference)
finish position lerp on dismount before drawing updating the vine position
Remove log
Today
Merge: from main
Today
Update: ServerProfiler.Core binaries - Relase bins built from 66537fcc Didn't remember if I snuck in debug bins at one point, so updating them to be safe Tests: unit tests
Today
Bugfix: ProfileExporter.JSON - reset allocation graphs - Reset when a new frame starts - Reset on worker threads if it allocates Tests: snapshot in editor on craggy
Today
underwater colors river-ocean blend
Today
Fix tiger looping between states over and over when the player builds some configurations of platforms
Today
Clean: ProfileExporter.JSON - don't cache per-frame callstack depths Was never used, so don't waste allocs. Tests: none, trivial change
Today
Clean: ProfileExporter.JSON - remove debug logs Tests: none, trivial change