195,819 Commits over 4,110 Days - 1.99cph!
First pass on a new "default industrial blueprint" item that can be created cheaply and modified after crafting to point to a different default item (primitive items, dlc items, etc)
This blueprint can't be learned by the player but can be inserted into an industrial crafter to allow crafting of default blueprint
Activated the purpose of all this: Now letting ragdolls collide with vehicles.
Finished converting the roughly 6 billion harvestables that were using the ragdoll layer. "We do these things not because they are easy, but because we thought they'd probably be easy." - John F. Kennedy
Merge from industrial/multi_slot
Fixed conveyor On/Off interaction sometimes not appearing
New Harvestable layer. Switched growable/harvestable/collectable stuff and scripts to use it. Still WIP switching them all as there are many prefabs.
Added a blueprint out industrial slot on the crafter
PropRenderer now using AI layer instead of Player_Model_Rendering
UIPlayerPreview - Use AI layer mask instead of the now-gone Player_Model_Rendering
First pass on being able to map multiple industrial slots to different inventory ranges on a single entity
Allows a separate industrial slot to allow access to the blueprint slot on the crafter
New gib meshes.
Scene backup.
Increased backtrack count for water entity drain calculations, allows longer networks and fixes some issues
Physicsmat impacts iteration & related files.
Fixed rowboat dismount check errors
Made rowboat LOD culling less aggressive
Also destroy sleeping bag markers when destroying vending machine markers & destroy markers sooner
Merge Main -> PhysicsLayerRevamp
Splitting uploader to be client or server
fix for floating bullet issue while in ADS
Merge from main -> rust_metrics
verify item fits server side too
shipping container texture polish
Swap weapon fixes.
Codegen.
Applying Taylor's RabbitMask assets6269 shelve
Find best placement position when targeting a non perfect fit cell - edges, etc.
merge from zipline_dismount_fix
merge from map_optimize fixes
Fix sleeping bag clusters not showing
shipping container building skin parts models wip
shipping container new textures (might revert if not happy)
Merge from main -> map_optimize
Input/Output slots for large furnace
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)
Replaced turnstiles in the scene
Maximum transfer value is now respected for category filters
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
Fixed incorrect size on item search popups
Potential BaseProjectile.OnInput NRE fix