31,256 Commits over 3,959 Days - 0.33cph!
Simpler water depth mask handling, more generic; updated rowboat prefab
Added and enabled instancing support on depth mask material
Nuked WaterDepthMask component
Fixed player view direction going fubar with extrapolation (still some problems, should probably be disabled altogether for players due to delta updates)
Network extrapolation also uses slerp instead of lerp for rotations
Fixed that network interpolation velocity smoothing wasn't working correctly
Interpolate rotations with slerp instead of lerp
Fixed vis.lerp ghosting (and some ddraw ghosting in general)
Fixed core/foliage debug view color space
compile fix
rowboat caustics
Added debug toggle to core/foliage shader and debug view option for vnormals, vtangents, vcolor
slightly different boat wake
Added two-layer caustics projector shader
rowboat pushing improved
rowboat can be righted when in water
attempted to fix rockets etc detonating inside moving vehicles
fixed odd alt-look behavior in vehicles
rowboat has increased buoyancy with velocity
Improved temporal anti-aliasing NaN handling
Added additive projector shader
Added scroll to projector shaders
blueprint read sound abides by master sound settings
updated generic sitting pose to avoid hands clipping
Minor flame turret exploit fix
Fixed flame turret mismatch deploy / ground watch layers
spazzy look dir fix attempt
Don't spawn bradley while still loading
Imposter is IClientComponent
Devs can craft all workshop skins if "unlock all items" is set in the editor
Added some item schema debug convars (autoschema, loadschema, printschema)
Run FileSystem_Warmup on dedicated servers
Fixed projectile particle systems no longer playing after being pooled
Added network extrapolation smoothing
Increased default network extrapolation time
Toned downn chromatic dispersion values in water materials
Fixed all fx prefabs with invalid sorting fudge values
Fixed IsFinite(outDistanceForSort) error spam around water
Fixed DepthMask server compile error
Fixed potential edit-mode NRE in WindZoneEx
Added DepthMask component to mask out water at smaller scales (e.g. boat deck)
Fixed some items never spawning in Savas Koth loot tables
Updated Savas Koth loot tables - Chainsaw, fire arrows, nailgun and flamethrower
Added Sedan and CH47 spawns to Savas Koth
hollowed out the chinook's collision mesh ( server )
ch47 bugfixes
added extra seats to ch47
light toggle works with vehicles again
skin approval
Fixed some skin materials going dark in shadow
Fixed hair using bent normal for indirect diffuse
TimedExplosive no longer attach to the entity pivot position when hitting other TimedExplosive
Fixed regression that sometimes made explosives invisible when attached to doors
Updated Savas Koth spawn locations
Disabled entities remain in their object hierarchy on the client (should be more solid, less error prone)
Savas Koth startup NRE fix