branchrust_reboot/main/industrialcancel

387 Commits over 273 Days - 0.06cph!

2 Years Ago
Can rotate the combiner and splitter
2 Years Ago
Conveyor and crafter frequencies are now controlled by convars (Server.conveyorMoveFrequency and Server.industrialCrafterFrequency) Defaults to 5s each
2 Years Ago
Better ease in/out on the item icons on the conveyor screen
2 Years Ago
Combiner, splitter deployment volume tweaks
2 Years Ago
Fixed first output slot of large furnace not getting detected by conveyor
2 Years Ago
Fixed not being able to place items in the first input slot of the electric furnace
2 Years Ago
Can no longer clip the conveyor through an already placed wall
2 Years Ago
Fixed pipe colour not being properly applied when deleting a connection and making a new connection with a different colour
2 Years Ago
Fixed category filters only working if they had a max value assigned
2 Years Ago
Can now move wood to fuel slots on furnaces via conveyor
2 Years Ago
Added a filter pass and filter fail electrical output to the conveyor, the appropriate output will have 1 power for 5 seconds when the filters current state changes
2 Years Ago
Conveyors will now draw equally from all of their connected inputs (eg. a single conveyor will now pull from all 3 combiner inputs equially instead of exhausting one and then moving to the next)
2 Years Ago
Don't let conveyors pull through another type of industrial storage
2 Years Ago
Filters will now accept redirect items if the filtered item is the base item (eg. filtering for hazmat will now accept arctic, spacesuit, etc) Copy the item search consolidation from the default_blueprint branch Fixed not being able to delete some entries in a filter with lots of entries
2 Years Ago
First pass on locker compatibility with storage adaptor
2 Years Ago
Fix not being able to filter by default blueprints (eg. gun powder)
2 Years Ago
Can now place storage adaptors on deployable oil refinery Fixed conveyors not properly respecting oven input/output slots Conveyors will now stop searching an IO branch when they encounter a storage adaptor, even if the storage adaptor has no valid items
2 Years Ago
Better fix for storage adaptor getting blocked by prevent building volumes on the entities that it's being attached to - manually exclude entities from the DeployVolume on the storage adaptor This fixes not being able to place adaptor on vending machine Adjusted the adaptor positions on the large furnace
2 Years Ago
Fixed conveyor having a slight offset off the wall Fixed being able to stack conveyors
2 Years Ago
Fixed not being able to place storage adaptors on large furnace, added three extra points so adaptors can be placed on all sides
2 Years Ago
Fixed storage adaptor not working on coffin
2 Years Ago
Fixed not being able to deploy storage adaptor on electric furnace
2 Years Ago
Fixed edge case where industrial crafter would continue to craft even if there were no valid output slots Crafted items will now drop in the world in front of the crafter as a last resort
2 Years Ago
Fixed a case where conveyors wouldn't properly update their electrical branch when their power state changes
2 Years Ago
Fix item transfers not being able to fill up existing stacks in target containers
2 Years Ago
More responsive wrench hit animation when placing pipes
2 Years Ago
Conveyors can now filter by components (not currently localised, will need to search for "components" regardless of language until phrases are rebuilt)
2 Years Ago
Fixed searching for categories when setting up filters using a non-translated string
2 Years Ago
Increased maximum number of filters on a conveyor to 12 (was 5)
2 Years Ago
Fixed item conveyors always draining battery even if they are off Slot naming improvements
2 Years Ago
Conveyors now split their results evenly if they detect a splitter instead of waiting for a container to fill up before moving onto the next container Note that when using a minimum filter setting this will split the desired move amount between the various containers
2 Years Ago
Fixed storage adaptors/crafters not getting parented properly after previous change
2 Years Ago
Switched from using the slot system to the socket system for placing industrial crafter/storage adaptor This allows us to have multiple mount points for these entities Added extra points where the storage adaptor can be attached to boxes for easier base building
2 Years Ago
Fixed pipe viewmodel not getting clothing assigned
2 Years Ago
Fix exception when setting a Min/Max value on a conveyor to an empty string Removed item crafting logs Turn on/off interaction on crafter is now default option if powered
2 Years Ago
Fix pooling error when multiple furnaces share the same loot panel
2 Years Ago
protocol++
2 Years Ago
Profiling, conveyor item move process is now allocation free
2 Years Ago
Update interact icon on conveyor filter
2 Years Ago
Fixed maximum transfer amount looking at the wrong container
2 Years Ago
Reworking minimum transfer mode - when this is used the exact minimum amount will be transferred from a container (eg. a conveyor is told to transfer wood in 100 minimum increments, if that conveyor sees 140 wood in the input it will move 100 wood and then stop) Fixed minimum move mode not working with category filters
2 Years Ago
Optimized the conveyor screen process to dramatically cut down the number of RPC's required now that we are sending multiple items in a single tick
2 Years Ago
Adjust adaptor position on electric furnace
2 Years Ago
Allow default items to be researched in the Research Table for 10 scrap Add a warning explaining that this is only needed for industrial crafting
2 Years Ago
Merge from industrial/multi_slot
2 Years Ago
Input/Output slots for large furnace
2 Years Ago
Added support for filters to only allow a minimum per move (eg. only move stone if we have at least 200 in the input container)
2 Years Ago
Maximum transfer value is now respected for category filters
2 Years Ago
Conveyors now attempt to move all valid items in a container in a single tick, instead of processing one stack at a time Reduced the maximum amount moved per tick (32, was 128), this is now per item stack
2 Years Ago
Fixed incorrect size on item search popups