135,757 Commits over 4,444 Days - 1.27cph!
Enabled grass shadow casting by default (gfx menu toggle soon)
Added custom shadow path to foliage shader
Added foliage shader ability to override shadow bias, shadow intensity and shadow alpha LOD bias
Tweaked overgrowth material
Foundation floor shadow fix
Cherry picked foundation shadow mesh fix
fixed clipping on big cleaver, longsword and mace attack at 85 fov
fixed issue with pickaxe attack hit anim
added male_hairstyle_01 to prefabs on skinupdates branch
Reduced memory usage by freeing the world serialization cache after loading the map
Addedd watermap memory usage to world info text
Fixed some problems when repeatedly connecting to the same server in one session
Overgrowth reduced alpha cutoff
Cherry picked overgrowth material tweaks
Disabled foliage intensity until we have proper filtering for spot and cube shadows
player eye offsets correct on mounts
aiming relative to mount
fixed bug where turrets/helicopters would shoot like shotguns during low fps
fixed bug where turrets/helicopters would not obey timescale
!mounts dictate player positions
!fixed jittery issues when player is on a moving serverside mount
Bow - Updated to latest rig & added new arms, rebuilt prefab and arrowhead attachments
Entity parenting overhaul (this most likely breaks everything)
adjusting spine blending values to look more natural when running
Fixed black shading spots on grass
Changed grass size to be more realistic
Material tweaks
Added penumbra shadows for spot and point lights (toggle incoming)
Re-enabled shadow intensity with new custom, alu only dither
Changed material propery order and control for foliage shadow intensity
Cherry picked grass changes
Added penumbra shadows for sun/moon light (broke cascade blending)
Small tweak to directional penumbra, more softness at base
Adjusted searchlight and heli light shadow radius
increased size of chair prevent building /deploy volume vertically
nre fix in NearMountPoint
sound NRE fix
re-added player y position smoothing
Disabled blocker search early out in directional pcss due to artifacts
Disabled penumbra shadow filter noise to help with flickering
Save entity position relative to parent entity
Fixed invisible locks on server restart
Slight refactor to deferred shadows to allow penumbra toggle
Added graphics.shadowquality convar; 0=low/hard, 1=med/soft, 2=high/soft+penumbra (default because it's 2017)
Nuked unnecessary files
Penumbra toggle on point and spot shadows
Fixed issue with graphics settings and custom screen space shadows
Bone club vm -fixed popping from throw cancel to idle
Fixed thrown weapons and arrows disappearing on impact when hitting entities
Fixed checksum mismatch always clearing world cache on certain platforms
Removed temporary savegame fix for staging servers
Network++
Added grass material for grass spawns w/ lower shadow intensity
Restored original overgrowth material to 1.0 shadow intensity
Added Shadow Quality slider to Graphics menu
Defaulted shadow quality to 1 (previous default) due to potential perf impact on rec. spec hw
Fixed penumbra shadows not clearing all overhead when shadow quality below 2
NRE Fix
better exploit attempt logging
Improved navigation/steering WIP
BasePlayer.MaxVelocity takes mount velocity into account
Eye verification distance checks take BasePlayer.MaxVelocity into account
Unified eye verification checks to eliminate duplicate code