userJarryd Campicancel
reporust_rebootcancel

9,536 Commits over 1,766 Days - 0.22cph!

1 Year Ago
Elevator test scene (Playground_NuclearElevators) Suppress animation errors for now Initial flow for opening extra set of doors attached to the lift
1 Year Ago
Directional material effect on industrial pipes is now more spaced apart and moves slower
1 Year Ago
Crafter no longer plays looping audio all the time, only while a craft is taking place
1 Year Ago
Merge from crafter_improvements
1 Year 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)
1 Year 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
1 Year Ago
Merge from main
1 Year Ago
Merge from contact_server_switch_fix
1 Year Ago
AuthCount convar will now list an auth type with each entity entry AuthCount convar will now list a code lock if the player is authed via the guest code (auth type will list LockGuest in this case)
1 Year Ago
Add an industrial stress test server save
1 Year Ago
Added an extra slot for a storage adaptor on the front of the small wood box
1 Year Ago
Added a display in the conveyor filter window to show what buffer transfers are currently in process
1 Year Ago
Fixed some edge cases with filter "And" mode and buffer transfers (eg. a buffer/AND filter for 1 metal frag and 1k stone will wait until all of the stone is transferred before starting a new transfer and sending another frag)
1 Year Ago
Need to be standing to modify industrial filters
1 Year Ago
Fixed furnace power points not appearing reliably after a storage adaptor is attached Added another storage adaptor socket to the front of the electric furnace
1 Year Ago
Unsaved
1 Year Ago
Remove the non-jobs path for pipe generation
1 Year Ago
Merge from industrial/cache
1 Year Ago
Cleanup
1 Year Ago
Industrial budget is now an exposed convar (server.industrialFrameBudgetMs), was 0.25ms now defaults to 0.5ms Conveyors can now abort jobs halfway through if they go for too long, meaning dense industrial networks may move less items if too many containers are connected
1 Year Ago
Cache the storage adaptor item container reference, in high density industrial networks the EntityRef getter that occurs here can take up half of the total time of the transfer
1 Year Ago
Increased max stack size of a conveyor move to 60 (faster + splits nicer) Reworked container split amounts to work in a branch based system (eg. each splitter will divide the maximum output amount per move by 3, nested splitters will further divide this amount) Daisy chained output containers will now only be sent items if the preceding container in it's chain is full/could not accept item (eg. a conveyor outputting to a large box A which then outputs to another large box B, the B container will not receive items until A is full)
1 Year Ago
Increased maximum amount of containers that can be manipulated by a single conveyor to 64 (64 input + 64 output) Increased maximum depth of container connections to 64 Stress testing, numbers are WIP
1 Year Ago
First pass on a refactor to cache the input/output destinations of an industrial conveyor instead of calculating them every move
1 Year Ago
Reduce the LOD distance on all of the lights on the electric furnace
1 Year Ago
Rework some elements of the IOEntity load process to prevent having to regenerate the IO connections (including the industrial pipes) every time any state on the IO entity changes Prevents all industrial pipes getting regenerated multiple times every time a conveyor is turned on/off
1 Year Ago
Fixed NRE introduced in 79235
1 Year Ago
Enable GPU instancing on electric furnace materials
1 Year Ago
Don't unselect an IO connection if you mouse over an empty slot on another entity (affects electric/water/industrial)
1 Year Ago
Added a counter on the filter screen to show the number of filters and the maximum Fixed item search field leaving results on when the search field is cleared
1 Year Ago
Slightly increased height of space check when ziplines are created, should make them more likely to avoid obstacles like terrain and seek alternate routes (0.5->0.75)
1 Year Ago
Adjust physics sweep radius for zipline obstacle detection to more closely match the player dismount capsule sweep, prevents zipline from travelling into a space it thinks is valid but the player dismount will reject and kill the player Added an extra pre dismount check to the zipline, if it fails move the zipline player back slightly before attempting the dismount
1 Year Ago
Merge from main
1 Year Ago
Merge from watercatcher_perf_improvements
1 Year Ago
Better fix for catcher detecting if inventory of target liquid container is full
1 Year Ago
Fixed water catchers not filling up with water if the attached destination liquid container is full
1 Year Ago
Merge from main
1 Year Ago
Disabled the shaking on the crafter while it's on Added a red flash to the crafter if it's output storage is full
1 Year Ago
Added 3 more blueprint slots to the industrial crafter All 4 bp slots can be accessed via the bp in/out industrial ports Crafter can only make one item at a time, will attempt to make the items in sequence left-right
1 Year Ago
Merge from industrial/inverse
1 Year Ago
Refactored conveyor filter variables: Added a new field called Buffer that acts like the old Minimum system (transfer blocks of X items) Minimum field will now transfer everything over the given value in the input container (eg. a minimum of 10 wood will transfer all wood until there is 10 left and then stop) In a case where the Buffer and Minimum fields are both used, you will need the combination of both values to start a transfer (eg. a minimum of 10 and a buffer of 15 will need 25 before trhe transfer will begin)
1 Year Ago
Turning on "Require All" filter mode now disables the min/max filter fields Bug fixes
1 Year Ago
Merge from industrial
1 Year Ago
Merge from main
1 Year Ago
Integrated every class that derives from LodComponent to use new FastLOD system
1 Year Ago
Initial work on an ECS based LOD system Currently only supports RendererLOD components Adds support for adjusting LOD bounds while aiming down a scope to ensure higher quality visuals when zoomed in
1 Year Ago
Conveyors will now turn back on after receiving power if they were on when they lost power
1 Year Ago
WIP hitbox suport
1 Year Ago
Editing is now locked while a player has a held entity (please don't shoot the mannequin) Player no longer collides with mannequin rotation gizmos UI fixes
1 Year Ago
Can now edit all three bones on each finger