877 Commits over 395 Days - 0.09cph!
Merge from PlayerMaintainedMonuments/powergrid
Merge from PlayerMaintainedMonuments
Editor OnValidate error log if LodComponent is unassigned on MonumentBlocker
Fix issues with barrel blockers preventing play mode when they are in the scene
Merge from PlayerMaintainedMonuments
Fix borked proto merge, run codegen, now compiles
Fix powerplant fuse condition loss not using tick deltatime
PowergridToggle now only toggles on/off based on how far (distance) a powergrid stage update has reached. Allows for powergrid on/off effects to be toggled in a nice looking sequence rather than all at once
Add convars for tuning how fast powergrid stage updates should happen
Powergrid state change work queue is now a PersistentObjectWorkQueue, skips having to add all powergrid entities again at the start of each work queue run
Merge from PlayerMaintainedMonuments/powergrid
Merge from PlayerMaintainedMonuments
When powergrid stage changes now notify all powergrid entities via a work queue instead of churning through them all in 1 frame
Work queue process order is sorted by distance, entities closest to the powerplant receive notification of a stage change first
Update powergrid.status convar
Setup larger powerplant fusebox, placed in powerplant. S2P
Reduce default fuse condition loss rate, was silly high for testing
Merge from PlayerMaintainedMonuments
Fix RendererLOD not swapping LOD meshes when used with StagedResourceEntity
Merge from satellite_crash
Merge from PlayerMaintainedMonuments/powergrid
New powerline effects turn on/off with powergrid
Merge from PlayerMaintainedMonuments
Merge from conversation_typewriter_fixes
Fix the NPC conversation UI typewriter effect duration not scaling correctly with frame deltatime
Adjust timings for displaying the next char delay
Merge from paintball_fixes
Fix paintball overalls always appearing white in third person
Fixes for paintball gun entity not always having the correct visual state in third person
Merge from m16a2_viewmodel_fix
Merge from monumentisland_apartments_fix
Fix empty monument island loading apartments
merge from m16a2_viewmodel_fix
Merge from PlayerMaintainedMonuments/powergrid
Supermarket scene playable in editor
Merge from PlayerMaintainedMonuments/powergrid
Update supermarket freezer so new effects are toggled on/off with power
S2P supermarket
Fix the fuse gib being created every time a fuse would leave its item slot for any reason
Merge from PlayerMaintainedMonuments
Run S2P on outpost, launch site, and powerplant again after stomping changes from
156459 Manually disabled shadows on wire_prefab
Codegen
Merge from culling_falsepos_improv
Fix StagedResourceEntity not being able to retrieve which meshes to use if the source asset has no auto generated LODGroup component
Instead just use first found renderer as LOD0
Also fix MeshLOD spamming errors when first adding the component