10,832 Commits over 3,867 Days - 0.12cph!
Client side tree meshes are now managed by the tree entity (fixes occasional invisible trees)
Added convars for all the different places pooling is used in
Disabled sound prefab pooling by default (all the others remain enabled)
Planner traces ignore triggers
Planner uses rust namespace defines instead of LayerMask.GetMask
Fix for "Cannot change GameObject hierarchy while activating or deactivating the parent."
Landmine max placement distance is 4 (same as other traps)
Made pool.prefabs and pool.assets console commands take an optional filter argument
Wall frame inserts do the same construction layer check walls do
Allowed mesh.quality and tree.quality to be > 100
Made mesh and tree qualities > 100 push back the billboard / cull distance as well
Planner placement tweaks and fixes
Fixed barricades culling too early
Fixed ancient bug in planner that could incorrectly allow placement of objects at max distance
Building block prefab updates
Conditional models run on both client and server
Re-added deployer for locks (until we have something better for them)
Decay protection points use sockets (faster than physics query and actually reliable)
▄▋▍▍▋▋█ ▌▊▋▄▌▍▅▍ ▉▉▆▍█▌▄ ▄▅ ▋█▌▄▇▉▉
Retired Deployer and DeployGuide scripts
Converted all deployables to use the planner entity for deployment
Network++
Fixed external gate doors getting culled when 100+ world units away
Tweaked external gate door LOD1 distance
...but only on 64bit OSes
Enabled prefab pool by default
Fixed entity vis query ignoring entities with triggers as colliders
Tweaked distribution of rocks and bushes
Value noise decor placement parameters are now exposed in the inspector
Rock and metal foundation steps no longer remove foundation sides (since they're not solid beneath them)
Vis.Colliders is allocation-free and supports collider subclasses as the generic type
Fixed potential signage NRE when database was deleted
Roof conditional model adjustments
Roof conditional model improvements and fixes
Fixed initial conditional model state
Updated building prefabs to the new conditional model system
Roof and foundation conditional model scripts
Neighbour socket type and entity link
Fixed floor frame overlapping exploit
Added floor frame shell protection
Balanced floor frame health (now identical to floors)
Fixed floor frame insert layers (collider has to be on construction layer)
Floor frame inserts can now be rotated by looking at different frame sides
Floor frames themselves can no longer be rotated
Merge from prerelease
Network++
Manifest