userandrecancel
reporust_rebootcancel

11,016 Commits over 4,109 Days - 0.11cph!

8 Years Ago
Don't let OutputHandler.OnMessage throw exceptions
8 Years Ago
Facepunch.Unity.dll
8 Years Ago
Updated plugins with new Unity libraries
8 Years Ago
Added UnityPackageManager to ignore.conf
8 Years Ago
2017.2.0p3
8 Years Ago
FIxed NRE on decay entities without decay component
8 Years Ago
When placing monuments, don't accept the first placement that works but instead try multiple layouts and pick the best one
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
EAC SDK update
8 Years Ago
Fixed DecalRecycle and EffectRecycleLite not implementing OnParentDestroying (lol)
8 Years Ago
Updated conditional model test of the bottom roof piece
8 Years Ago
Merge from main
8 Years Ago
When saving, catch any exceptions inside entity serialization so the save coroutine never crashes
8 Years Ago
Experiment: DontBecomeSolidWithPlayerInside no longer does anything
8 Years Ago
Cherry picking 23929
8 Years Ago
Cherry picking 23930
8 Years Ago
Cherry picking 23932
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
FIxed editor NRE in PrefabAttribute when modifying certain prefabs
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)