branchrust_reboot/main/building_system_3cancel

54 Commits over 30 Days - 0.08cph!

6 Years Ago
Merge from main
6 Years Ago
Updated foundations.
6 Years Ago
tc is storage container
6 Years Ago
Merge from main
6 Years Ago
Fixed possible race condition when building splits / merges were deferred
6 Years Ago
Fixed building merge not sending out network updates for building blocks that changed their IDs
6 Years Ago
Building privilege extends out for 10 meters around a building
6 Years Ago
toptier half wall block models/col/gibs - block prefab updated
6 Years Ago
metal half wall block models/col/gibs - block prefab updated
6 Years Ago
stone half wall block models/col/gibs - block prefab updated
6 Years Ago
wood half wall block models/col/gibs - block prefab updated
6 Years Ago
twig half wall block models/col/gibs - block prefab updated
6 Years Ago
FIxed NRE on decay entities without decay component
6 Years Ago
Tweaked wall secondary stability socket volumes Added neighbour socket to low (1/3) walls
6 Years Ago
Prevent half height offset wall stacking
6 Years Ago
Adjusted neighbour sockets for roof side conditional models to properly work with half height walls
6 Years Ago
Added one missing half wall deploy volume
6 Years Ago
Rust.Data.dll
6 Years Ago
Merge from main
6 Years Ago
Updated conditional model test of the bottom roof piece
6 Years Ago
Merge from main
6 Years Ago
Merge from main
6 Years Ago
Removed occluder meshes from half wall building block (no longer required, don't cherry pick this)
6 Years Ago
Removed occluder meshes from building blocks (no longer required, cherry pick this)
6 Years Ago
Removed BuildPrivilegeTrigger from cupboard (no longer required)
6 Years Ago
Removed some super old obsolete "WorldItem_" components (all unused)
6 Years Ago
Removed PlaceSourceObjects procedural component (obsolete for a long time)
6 Years Ago
New entity socket finder checks all player building layers + the crater layer
6 Years Ago
Removed socket handle components (no longer required)
6 Years Ago
Removed construct vision trigger (no longer required)
6 Years Ago
Merge from main
6 Years Ago
Fixed proximity issue on foundations with walls
6 Years Ago
Manifest
6 Years Ago
Roofs now occupy the wall socket at their bottom end Made ConstructionSocket.DoPlacement all nice
6 Years Ago
Eliminated the need for client side building socket colliders (better performance with building plan / deployable in hand)
6 Years Ago
Added Building.GetDominatingBuildingPrivilege
6 Years Ago
Manifest
6 Years Ago
Adjusted building block order in the radial menu
6 Years Ago
Added half height walls (needs new models)
6 Years Ago
Merge from main
6 Years Ago
Merge from main
6 Years Ago
Foundations can be attached to other foundations with a half height offset Foundation and floor placement guides no longer jitter when attaching them to other foundations or floors
6 Years Ago
Additional building proximity checks
6 Years Ago
Rust.Data.dll
6 Years Ago
Merge from main
6 Years Ago
New building proximity checks to counteract wallstacking / honeycombing exploits
6 Years Ago
Merge from main
6 Years Ago
Sockets / constructions can check if they can connect to other sockets / constructions at a simulated position and rotation (before placement) Eliminated ConstructionLink, NeighbourLink and StabilityLink special cases (now all using EntityLink)
6 Years Ago
Merge from main
6 Years Ago
Building ID save / load happens in DecayEntity instead of BuildingBlock