1,061 Commits over 426 Days - 0.10cph!
Fix some airfield terminals NRE's when loading a save in client+server
Delete some unused powergrid classes
Fix turbine loop sound sometimes not playing
Optimise PowergridToggle to update through stage change events instead of polling the current stage every frame
Removed the distance check on PowergridToggle, just update immediately. We aren't rippling out the powergrid stage updates anymore so this isn't being utilised and it's a ballache to support
Renamed to PowergridClientToggle as it's now clientside only, we weren't utilising the options to run it serverside
Merge from PlayerMaintainedMonuments
Merge from PlayerMaintainedMonuments/powergrid
Setup powered turbines at launch site
Fix turbine smoke particle LOD component making it visible when it shouldn't be
Setup powered turbines in water treatment plant
Merge from PlayerMaintainedMonuments
Fixes for turbine FX switching toggle whilst toggle already in progress
Remove pitch variation on turbine sounds
Wind up/down the new spinny powergrid turbines so they synchronize better with the sounds
Merge from PlayerMaintainedMonuments
Add simple clientside component for playing powergrid startup/loop/winddown sound
Merge from PlayerMaintainedMonuments
Merge from PlayerMaintainedMonuments
Merge from PlayerMaintainedMonuments/powergrid
Merge from PlayerMaintainedMonuments
Merge from powergrid_demo_fix
Add 'demo.forcepowergridstage' convar to force a particular powergrid stage during demo playback
Fix some issues with PowergridToggle component
Merge from lootpanel_nre_fix
Revert change that stopped loot panels from reverting to the quick craft panel when closing them
Causing a few issues across different loot panels
Ensure ladders do not appear on powerlines which have no IO box due to being in the no building zone of a monument
Rotate the ladder visual so it does not clip with the cable that extends from the IO box
Merge from PlayerMaintainedMonuments/powergrid
Better green recycler convar fix
Fix for green recycler efficiency convar
Fix recyclers not being in the correct power state on the client
Remove redundant flag
Merge from PlayerMaintainedMonuments/powergrid
Merge from PlayerMaintainedMonuments
Use already set currentEnergy when setting PowergridIOAccessPoint power flag
Remove powerline IO entity spawn from powerlines in monument scenes
Also check if the spawn point is inside a monument prevent building volume before spawning it
S2P powerplant, outpost, launch site
Merge from PlayerMaintainedMonuments/powergrid
Remove debug 15s refresh times lol
Merge from PlayerMaintainedMonuments/powergrid
Change supermarket freezer loot refresh
- Reduced loot refresh contents but at a much shorter refresh cycle
- Every x many reduced loot refreshes, we get a full refresh with lots and more variety of food
- Contents of full refresh cannot be wiped by a reduced refresh unless someone has opened the freezer at least once after the last full refresh
S2P supermarket
Fix supermarket freezer causing "MaterialPropertyBlock index 0 is out of range" error
Merge from PlayerMaintainedMonuments/powergrid
Update powergrid convars
- Add convar for overriding which power stage green recyclers return to their full efficiency
- Removed delay between jobs in stage change work queue. Was mostly to get powerline poles lighting up in a sequence but we've since removed those lights
- powergrid.status now displays the required number of fuses for each stage
Merge from PlayerMaintainedMonuments/powergrid
Merge from PlayerMaintainedMonuments
Update recycler offline english string
Merge from PlayerMaintainedMonuments/powergrid