branchrust_reboot/main/industrialcancel

387 Commits over 273 Days - 0.06cph!

1 Year Ago
Fixed conveyor screen not showing item transfers if the item is being stacked in the output container
1 Year Ago
Merge from main
1 Year Ago
Industrial crafter usage analytic
1 Year Ago
Fix wetsuit not appearing in conveyor filter options
1 Year Ago
Merge from main
1 Year Ago
Fixed the first slot of the output area of a large furnace being considered as a valid input target for conveyors
1 Year Ago
Fixed case where a buffer/AND transfer would stop processing one part of the buffer once the other filtered item of the buffer has finished transferring
1 Year Ago
Industrial crafter now drops the contents of it's inventory when destroyed
1 Year Ago
Merge from main
2 Years Ago
The output division is now applied before min/max/buffer amounts are calculated, meaning the split amount is based on the maximum amount that can be moved and is then clamped by the max Prevents Max filters incorrectly slowing down transfer rates
2 Years Ago
Merge from industrial/better_stacking2
2 Years Ago
Merge from main
2 Years Ago
Fixed tactical gloves and all diving gear not appearing in industrial filter search box
2 Years Ago
Disable daisy chaining restrictions, daisy chained containers will now always receive their appropriate split regardless of the state of the container before them in the chain
2 Years Ago
Ensure filter dialog still exists when receiving buffer info
2 Years Ago
Fixed conveyors set to AND mode incorrectly starting a transfer if there were multiple stacks of the same filtered item in an input container
2 Years Ago
Merge from main
2 Years Ago
Fixed some components not appearing in the industrial conveyor filter dialog
2 Years Ago
Fixed pipes leaving behind prevent building volumes when the entity that owns them gets destroyed/picked up
2 Years Ago
Revert split output item calculation to last months behaviour, just divide each stack via number of outputs Note that the new behviour to not place items in daisy chained containers until the prior containers are no longer valid still applies, although those containers will still have a divided amount allocated to them and it will reduce overall throughput
2 Years Ago
Merge from main
2 Years Ago
Tweaked industrial caching behaviour, cache is now regenerated when a conveyor attempts a move (if needed) rather than every time a pipe is changed The pipe changed callback now just stores a flag telling the conveyor it needs to rebuild the cache next move
2 Years Ago
Merge from main
2 Years Ago
Fixed case where industrial targets wouldn't get regenerated ClearConnections now uses pooled lists
2 Years Ago
Merge from main
2 Years Ago
▇▌▉ ▍▍▅▆▉▍▌▅ ▌▌▌▊█▉▉▅▍▍▉ █▊▆▄▊▅▌▅ ▅▊█ ▊▆▄▇▉▋▆▍▍▉ ▌▋▊▊▆▇▍▊
2 Years Ago
Merge from main
2 Years Ago
Fixed conveyors not being able to move the additional blueprint slots on Industrial Crafters
2 Years Ago
Some additional NRE checks in StorageAdaptor
2 Years Ago
Fixed refinery adaptor placement
2 Years Ago
Reworked storage adaptor deploy volumes to prevent placement when the storage adaptor is clipping into something solid This generally resulted in inaccessible sockets due to the width check of the pipes Should fix boxes placed under workbenches not being able to be picked up because they have a storage adaptor on them that can't be removed
2 Years Ago
Added a warning to the IO crosshair info if looking at an entity that you don't have the correct building privilege to make a connection to
2 Years Ago
▉█▉▌█▇ █▅▆▅▄▆▇██ ▉▋▉ ▇▇▆▉▍▆▄▅▍▇▆ ▆█ ▋▉▅▋▊█▇▋, ▉▅▍▍▇▌█ ▅▍▆▇ ▉▍█▅▇▍█▇▌▆█ (▄▍▄▋▇▊ ▅▊ ▌▄█▌▋▆ ▆▊▊▇ ▊▍▄▅▌ ▊█ ▆█▌▌▆▅▉ █▄▄▄▍ ▊▉▋ ▍▆█▇▅ ▅▊▍▄▇▌▍▆▇█▍ ▅▇ ▆▄▅ ▇▌▉▌▍█) ▊▅▆ ▋▍▌ ▌▍▋▋▉▉ ▇▊▉▌█▇▅▇ ▅▊▄▌▉▇▉ ▊▊█▌█ ▅▊▄▋▋▊▌▅, ▇▇▋▆▉▋▍ █▉█'█▅▋ ▊▇▄▄▇▅▊▆▆ ▇▇ ▌▅▇ ▊▉▌▄▋▉ ▄▍ ▋▌▌ ▇▌█▄▄▅ ▍▊▋▉▇ ▄▊▇▉ ▆▌ ▅▍▇▇█ ▇▆▌▋█ ▊▊▊ ▊▉ ▅▆▄▆▅ ▆▆ ▅▇▆▇ ▋▇▉▅▊▆▇▅ ▌▋██▌ █▆ ▆▆▋▇ ▍▄▍▌▌▇▇▆▄▊ (▍▌▄ ▅▄▉▌ ▆▉ ▋█ ▆▉▌▋ ▊▌▆▌▍ ▍▍ ▇▍▆▇▌ ▉▋▌▇▍ ▇▉▍▍█▇▋ ▌▇ ▄▋) ▄▍▊▉▄▄▆▉ ▄▇▄▋▍█▄▌▋▋▇▉▋▇█▍▍ ▍▋ ▅▉▉▄▉▍▅▇▄▉ ▌▌██▆▆▉▆▋ ▍▉ ██ (▄▅▄█▍ ▊▉▋▉▅▆ ▄▄▉▇ █▌ ▌▅▍ ▆▌▌▌ ▄█▅▌▊ ▅▍▆ ▋▄▉▌ ▉█ ▅ ▊▉▌▆▊▆█▆▋▆▌ ▍▅██▅▅▆)
2 Years Ago
Remove curve evaluations and tuple usage in pipe generation job to make it burst compatible
2 Years Ago
Merge from main
2 Years Ago
Blueprint filter fixes
2 Years Ago
Filter fail conveyor output will now activate if no items were able to be moved due to the Max filter option (this behaviour only applies if the conveyor actually has output containers)
2 Years Ago
Potential NRE fix during server load
2 Years Ago
Compile fixes
2 Years Ago
Filter buffer UI process
2 Years Ago
Filter calc fix
2 Years Ago
▉▉▅▇▊ ▄▌▉█▊ ▆▌▄▆ ▋█ ▍▅▋▆ ▅▊▅▉▇ █▉▍█▅▋█ ▆▇▅ ▇▆▄▅▉ ▇▉ ▇ ▇▆▊▋▇▊▉█ █▅▍█▌ █▉▍▅█ (▌▅▇ ▌▋ ▊▋▄ ▇▆▌▄ ▅▌▉▇ ▌▇▊▋▅▇ ▌▋▇▇▆▌▆ ▍▊ ▅▍▄ ▉█▄██▄, ▄▆▆▇ ▉█▍▄ ▌▉▉▆▆█▆)
2 Years Ago
Directional material effect on industrial pipes is now more spaced apart and moves slower
2 Years Ago
Crafter no longer plays looping audio all the time, only while a craft is taking place
2 Years Ago
Merge from crafter_improvements
2 Years Ago
Don't play the disconnecting sfx and UI when holding RMB and looking at an IO socket that you don't have building privilege for (this was rejected on the server anyway)
2 Years Ago
Only abort an industrial conveyor job running long once it fully processes an output, can lead to strange output results otherwise Fix some edge cases with blueprint min/max values Fix splitters not splitting properly
2 Years Ago
Merge from main
2 Years Ago
Add an industrial stress test server save
2 Years Ago
Added an extra slot for a storage adaptor on the front of the small wood box