10,607 Commits over 4,413 Days - 0.10cph!
Allow upgrade / rotation when inside the building deploy volume if the collider change shouldn't cause any trouble
More descriptive message when building upgrade / rotation is blocked
Disabled voice limiter priority sorting (the priorities don't make a lot of sense at the moment, back to FIFO for now)
Fixed projectile seeding
Network++
Campfire "prevent building" collider no longer reaches beneath the campfire
Fixed door collider not being solid after placement
Better building block rotation and upgrade error messages
Mesh batching min / max distance
AssetPool names its instances after their type
Tweaked window frame cull distance
Merge from shadow batching
Leave footprints even when crouching
Leave barefoot footprints when not wearing boots
Fixed napalm prefab error
Projectiles keep track of traveled distance and time
Added maxDistance to projectile (specifies max allowed distance to travel)
Refactored projectile lifetime death (using travel time)
Tool cupboard checks line of sight when attempting to authorize / clear
Fixed being unable to build foundation steps going up from triangle foundations
Generic entity linking via sockets
Reject building block placement on occupied construction sockets
Entity links support bi-gender sockets
Added stability entity link and stability socket
Sockets can choose whether or not to be monogamous
Entity links are initialized in InitShared and linked in PostInitShared
Stability uses stability entity links for robustness and predictability
Resource deposits use a salted server seed for unique deposit positions (server.salt convar)
Procedural components can choose whether or not to run on the client / server
Removed a bunch of bushes from the server
Fixed warehouse monument collider having no valid physic material assigned
Added a couple more deploy checks to the triangle foundation
Static decor placement is more mismatch resistant
Added murmur hash
Default seed and salt use murmur hash
Added directional bias to billboard particle lighting (fixes particles being too bright around dawn and dusk)
Removed pillar sockets from triangle foundations (centered pillar sockets would allow doorway griefing)
Floor and triangle floor sphere test tweaks
Shelves prevent building collider tweak
Fixed missing physic materials on driftwood
Player movement controller clamps velocities from the physics system to a safe range
Disabled furnace / campfires on SavasIsland_koth (crash test)
Player movement velocity clamping tweak