branchrust_reboot/main/industrialcancel

387 Commits over 273 Days - 0.06cph!

2 Years Ago
Increase maxItemStacksMovedPerTickIndustrial default to 12
2 Years Ago
Only apply the maxItemStacksMoverPerTickIndustrial convar per container
2 Years Ago
Restore research bench loot panel in the loot panels scene Fixed case where default items couldn't be researched Fixed some text overlap when researching a default blueprint that requires a workbench
2 Years Ago
Merge from main
2 Years Ago
Learn button on default blueprints no longer does anything (same behaviour as if you already know the blueprint)
2 Years Ago
Code review Convert IndustrialConveyorTransfer handling to using blocks Rate limit some conveyor RPC's Remove some allocations when toggling crafter Better compiled out profiles in pipe mesh building Lots of simplifications in the pipe mesh jobs
2 Years Ago
Set up inventory handling sounds on industrial items
2 Years Ago
Fix industrial deployable sounds not receiving occlusion
2 Years Ago
Fixed incorrect filter evaluation on entities with separate input/output slot ranges (furnaces mostly)
2 Years Ago
Industrial crafting costs in line with electricity costs Fixed furnace research cost 500scrap
2 Years Ago
Typo fix
2 Years Ago
Added a limit to how many whole stacks a conveyor move in a single tick (defaults to 6, exposed via server.maxItemStacksMoverPerTickIndustrial)
2 Years Ago
Fixed regression with minimum item count filters not being respected
2 Years Ago
industrial deployable deploy sounds
2 Years Ago
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
2 Years Ago
Subtract 78607, let's find a better way
2 Years Ago
Filter pass output on conveyor will no longer pass through a success if no transfer occurred
2 Years Ago
Enable pipe block behaviour on triangle roof Fix pipes getting incorrectly cleared due to blockages when loading
2 Years Ago
Fixed industrial crafter not fully filling the final item slot when crafting
2 Years Ago
Fix electric furnace material not lighting up properly
2 Years Ago
Move electric furnace to electrical category Fixed case where crafter would become uninteractable if an entity connected to it changed IO state
2 Years Ago
Fixed electric furnace not listing it's power usage when selected in the inventory
2 Years Ago
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
2 Years Ago
Protocol++
2 Years Ago
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
2 Years Ago
Fixed electric furnace gibs glowing
2 Years Ago
Add an additional slot to the Tool Cupboard for storage adaptors (front face at the top)
2 Years Ago
Fixed crafter always playing sfx when off
2 Years Ago
Fixed pipes sometimes appearing incorrectly when first placed
2 Years Ago
Fix some interaction issues with the industrial crafter (caused by pickup option becoming available on the client incorrectly)
2 Years Ago
Expose power consumption value on electric furnace IO entity
2 Years Ago
Fixed server.enforcePipeChecksOnBuildingBlockChanges accidentally disabling the checks when true
2 Years Ago
Crafter crafting cost tweaks Storage adaptor WB 1 Storage adaptor crafting cost Workbench tech tree level 1 Industrial setup Workbench tech tree level 2 Industrial setup
2 Years Ago
Protocol++
2 Years Ago
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
2 Years Ago
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
2 Years Ago
Updated entity wheel icon for electric furnace
2 Years Ago
Updated Electric furnace loot panel title
2 Years Ago
Merge from main
2 Years Ago
Added Turn On/Off inputs to the electric furnace
2 Years Ago
Pipe tool can now be stored in Tool Cupboard tool storage
2 Years Ago
Low grade is now researchable in the repair bench for use in the crafter
2 Years Ago
Sounds for industrial crafter, industrial conveyor, electric furnace, and pipe tool
2 Years Ago
Conveyors will now calculate Min/Max filter amounts based on the specified input/output ranges (eg. the left slot on the locker already only added/removed items from the first locker set, but now it will only check those slots when calculating how many items are in the container when evaluating filters)
2 Years Ago
Fix storage adaptors, conveyors and pipe LODs being calculated from the wrong position when entering network range
2 Years Ago
Compile out pipe mesh renderer on server
2 Years Ago
Reduce the minimum distance between industrial pipe points for easier placement (was 0.4, now 0.3)
2 Years Ago
Adjusted LOD levels of industrial entities
2 Years Ago
Merge from main
2 Years Ago
Added a small thickness to pipe visibility checks to prevent it going through very small gaps in construction