108,285 Commits over 3,867 Days - 1.17cph!
Added rigged & roughly skinned head2 variant (no blends or lods)
Fixed NRE in FindClosestBone
Changed how positions are networked
Fixed NRE in PositionLerp
Updated native dlls
Fixed missing components on camera (bad merge?)
Allow developers to go third person too
report protocol++
Floor decal fix, making them darker in unity is a quick fix for now.
fixed the animal animations so they don't flicker as much when moving at certain speeds
tweaked animal animations so the foot placement matches better with movement speed.
fixed animalskin script to work with multi materials
Increased arrow speed, made it shitter against buildings (!)
Fixed metal halfheight block being 4 meters offset
Location based damage is back
Bone hit detection is more accurate
Disabled NPC metabolism (because something wasn't working there)
Added bone names to localization
Changing D3D9 fullscreen mode to "exclusive mode" by request
Fixed NRE in OnProjectileAttack
Added wetness layer to standard shader
Fixed empty string network write NRE
Fixed NRE in Deployer
Fixed "dropped through" server errors
Shooting metal blocks now makes sparks
Shooting stone blocks now make correct stone block being shot effects
Fix compile error and reapply footstep updates
foundation, floor, roof, walls, stairs - metal tier
Enabling some shader features
Updated internal standard shader properties
Added first version of standard shader with toggable particle accum layer; e.g. rocks with snow, sand
Added warning if force atlas max mip level fails
Prevented players from spawning inland or on cliffs (only coastal sand beach now)
Extended player spawns to include areas slightly to the north and south of the temperate biome
Enabled reflection probes on the 3 fastest quality settings (fixes black water)
Tweaked topology-based path cost to yield more natural looking paths
Removed multithreading from post-road-placement cliff creation (possible race condition if splat, color, topology or path resolution mismatched)
Multithreaded pathfinding of the road network
Try Catch around UnityAnalytics calls - because they're throwing errors for some people
wooden door key can be burnt in fire/furnace
Fixed protection properties not expanding when new damage types added
Beefed up block vs melee protections
Added stats tables to BaseMelee preview http://goo.gl/WV1lBp
Reduced the percentage of terrain that is turned into water
Improved terrain edge falloff
Increased lake frequency and amplitude slightly
Changed lake noise type to turbulence
Fixed beach and underwater cliff color looking a bit weird
Converted spanning tree to semi-directed
Added road and bridge segmentation
Added bridge placement backend
Added bridge topology type
Made road placement stop when encountering crossroads
Fixed various small weirdnesses in the road network calculation
Boilerplate for recording bytes sent
Fixing server shutdown NRE
Handle CONNECTION_ATTEMPT_FAILED
Undoing footstep commits (they broke the compile)
Consolidate some footstep stuff that doesn't need to be in two separate classes
Extend footstep raycast range so footsteps trigger more reliably when running downhill
Ensure two footstep sounds won't trigger simultaneously from overlapping animation events
added new horse anims ( gallop / sleeping ); Tweaked a bunch of other anims for the horse
Fix owl & gull ambient stings
Actually remove old footstep sounds for real this time?
Fix missing ambience manager prefab in proc map
merge from main/footsteps