10,994 Commits over 1,950 Days - 0.23cph!
Fixed incorrect filter evaluation on entities with separate input/output slot ranges (furnaces mostly)
Added a limit to how many whole stacks a conveyor move in a single tick (defaults to 6, exposed via server.maxItemStacksMoverPerTickIndustrial)
Fixed regression with minimum item count filters not being respected
Refactored the filter pass/fail process to take into account minimum amounts across multiple containers, this will now abort any further item movement calculations if the filter cannot be satisfied which should improve performance for conveyors that have no valid outputs
Note: the filter fail/pass calculation only takes into account inputs, not outputs, so it's possible for the filter pass to be true but no item transfers taking place due to no valid slots in the outputs or the maximum count being reached in the output
Subtract
78607, let's find a better way
Filter pass output on conveyor will no longer pass through a success if no transfer occurred
Enable pipe block behaviour on triangle roof
Fix pipes getting incorrectly cleared due to blockages when loading
Fixed industrial crafter not fully filling the final item slot when crafting
Fix electric furnace material not lighting up properly
Move electric furnace to electrical category
Fixed case where crafter would become uninteractable if an entity connected to it changed IO state
Fixed electric furnace not listing it's power usage when selected in the inventory
The wire tool will now update itself to highlight the correct entity while looking at a non IO entity that has an IO entity child (the electric furnace IO slots will now appear when the player is looking at any part of the furnace)
This behaviour won't occur when more than one IO entity is parented to an entity
Move the conveyor filter fail/pass outputs to the bottom of the model, make the top a bit less crowded
Move the front face storage adaptor slot on the large wooden box to the left so it doesn't clip the lock
Fixed electric furnace gibs glowing
Add an additional slot to the Tool Cupboard for storage adaptors (front face at the top)
Fixed crafter always playing sfx when off
Fixed pipes sometimes appearing incorrectly when first placed
Fix some interaction issues with the industrial crafter (caused by pickup option becoming available on the client incorrectly)
Expose power consumption value on electric furnace IO entity
Fixed server.enforcePipeChecksOnBuildingBlockChanges accidentally disabling the checks when true
Add a small (0.02m) additional offset from the surface when placing industrial pipes, helps pipes go along the ground through doorways without hitting the collider on the ground in a doorway
Fixed kicking a player via the admin UI not sending the supplied kick reason
Fixed admin UI not working after being disconnected from a server while the UI was open (this also applied to the layers tab, fixed the issue there as well)
Building blocks can now check for illegal pipes when changing conditional models and remove any offending pipes
Only enabled on walls for now, can be disabled with server.enforcePipeChecksOnBuildingBlockChanges in case of any unintended side effects
Updated entity wheel icon for electric furnace
Updated Electric furnace loot panel title
Added Turn On/Off inputs to the electric furnace
Pipe tool can now be stored in Tool Cupboard tool storage
Low grade is now researchable in the repair bench for use in the crafter
Merge from pistol_slide_remerge2
Merge from pistol_slide_states
Cherrypick
77886, ignoring merge tracking
Merge from pistol_slide_states
Cherry pick
77900, ignoring merge tracking
▋█▆▉▍ ▌▌▆▍▉▋▋ ▄▇▊▊▅█▄ ▋▅▇▄▍ ▉▋▅▆▌ ▊▊▊▆▄▍▅ ▆█▍▍ ██▄█ ▊█▊▆▉▅ ▌█▄▄/▇▇▇▆ ▄▅▋▊▇▆▌
Fixed some event sfx repeating once when a shot playback ends
Add graphics.dof_kernel_count convar, supports 0-3
Sets sample count to 28, 64, 128, 512 for smoother looking depth of field
Current setting is hardcoded to 28 so this should have no impact on regular gameplay