5,910 Commits over 3,867 Days - 0.06cph!
Reduced maximum time per frame to use for clientside network message processing
Monument loot spawns are allowed to spawn underground if their spawn point is inside of a terrain carve volume
Added memory usage / gc counter to perf 1 / 2
Prewarm experiment: load all prefabs and effects
Asset prewarming is disabled by default on 32bit
Building prewarm experiment
Disabled small furnace smoke because it wasn't abiding by the laws of physics and looked weird
Added profiler samples to VariableReference
Reduced VitalNote.Update dynamic memory allocations
Added profiler samples to Sound.Update
Removed all dynamic memory allocations from Sound.Update
Fixed missing stone pickaxe effects
Fixed rock effects folder having the wrong name
Fixed stone hatchet "missing effect" warnings
Toned down stone hatchet screen shake (in line with metal hatchet)
Fixed quarry particle effect performance issues and added particle LODs
Fixed arrow damage being lower than intended
Increased brightness of nights with full moon
Added ParticleSystemContainer utility component (added to large furnace as an example)
Added particle quality slider to F2 menu
Added ParticleSystemLOD (set up on the large furnace as an example)
Fixed smoke particles immediately disappearing when the large furnace is toggled off
Renamed LODCull to MeshCull, LODObject to MeshLOD and LODContainer to RendererLOD
Fixed standalone hangar reverb zone being a solid collider (preventing people from entering it)
Attempt to make SavasIsland playable
Cherry picking sky reflection improvements from water2.5
Everything except for throwables and arrows can penetrate twig building parts
Twig building parts have a bit more health
Wood barricades can be penetrated by certain rifle bullets and shotgun slugs
Twig building parts can be penetrated by most bullets
Env sync tweaks and fixes
Pixelate shader no longer falls back to black rectangle on low shader levels
Don't run event schedule while still loading
Added sticky gizmos option to TerrainCollisionTrigger
Projectiles keep history of the bones they've hit
Tweaked DamageUtil line of sight check for tiny distances
Fixed C4 line of sight check
Increased projectile min hit delta to account for the full projectile diameter
Only spawn world item when a projectile is stopped completely (not when penetrating)
Retrieved CraggyIsland splat maps
Cleanup, minor tweaks and fixes
Fixed attack ray origin being off after ricochet
Split vis.attack into vis.attack and vis.damage