branchrust_reboot/main/building_system_3cancel

54 Commits over 30 Days - 0.08cph!

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