userandrecancel

12,560 Commits over 3,806 Days - 0.14cph!

7 Years Ago
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)
7 Years Ago
Fixed missing guides and hammer highlights on walls
7 Years Ago
Updated roof side model condition so only other roofs affect it
7 Years Ago
Conditional models refresh correctly when rotating a building block
7 Years Ago
Removed rotation hack from right hand side triangular walls
7 Years Ago
Added triangular wall conditional models when placed at a roof side
7 Years Ago
Removed occluder meshes from roof prefabs (unused)
7 Years Ago
Merge from roof_building_blocks
7 Years Ago
Merge from main
7 Years Ago
Don't spawn bradley while still loading
7 Years Ago
Imposter is IClientComponent
7 Years Ago
Inventory.FetchItemDefinitions is now public
7 Years Ago
Devs can craft all workshop skins if "unlock all items" is set in the editor Added some item schema debug convars (autoschema, loadschema, printschema)
7 Years Ago
Run FileSystem_Warmup on dedicated servers
7 Years Ago
Fixed projectile particle systems no longer playing after being pooled
7 Years Ago
CraggyIsland updates
7 Years Ago
Added network extrapolation smoothing Increased default network extrapolation time
7 Years Ago
Added debug.stall
7 Years Ago
TimedExplosive no longer attach to the entity pivot position when hitting other TimedExplosive
7 Years Ago
Fixed regression that sometimes made explosives invisible when attached to doors
7 Years Ago
Disabled entities remain in their object hierarchy on the client (should be more solid, less error prone)
7 Years Ago
Network++
7 Years Ago
Cherry picking 25859
7 Years Ago
EAC SDK update
7 Years Ago
Fixed parenting regression when timed explosives attach to entities Retired parentLocalPos and parentLocalRot
7 Years Ago
Fixed network extrapolation not being allowed to go further than the last tick delta Improved network extrapolation velocity estimate
7 Years Ago
Invalidate workshop skin cache when new skins have been found by the server (no more server restart required to apply newly released skins to items)
7 Years Ago
Adjust network lerp record time as need when increasing the lerp convars Allow vis.lerp when playing back a demo
7 Years Ago
Removed BoneFollower (improved performance, better foundation for future features)
7 Years Ago
When creating world objects of projectiles, set their position / parenting before sending out the network update (this may fix all sorts of oddities) Network++
7 Years Ago
Removed GetEstimatedWorldPosition & GetEstimatedWorldRotation from entities (no longer does anything, access transforms instead)
7 Years Ago
Removed UnparentOnDestroy from several silenced gunshot effects (breaks effect pooling, appears to be redundant)
7 Years Ago
Added projectile pooling (gunfight performance) Added pool.projectiles convar (default = true)
7 Years Ago
Cherry picking 25790 + 25799
7 Years Ago
Added "storage" protocol version Disabled client file cache (test)
7 Years Ago
Added client file cache corruption detection (+ automatic resolution)
7 Years Ago
Merge from main
7 Years Ago
Fixed some (legacy?) skins not being applied
7 Years Ago
Merge from main
7 Years Ago
Merge from main
7 Years Ago
mesh.quality and tree.quality once again allow values up to 1000 if set via console (for rustafied)
7 Years Ago
Merge from main
7 Years Ago
Cherry picking 25708 and 25723
7 Years Ago
Don't disable billboard culling on SpeedTree billboards (only on our own imposters) Slight tweaks to tree quality behaviour
7 Years Ago
Don't cull tree billboards if tree quality is above 50 Switch to tree billboards sooner if tree quality is below 100 Refresh foliage grid when adjusting grass quality Ceil tree and mesh quality convars at 200 (same as UI)
7 Years Ago
Merge from main
7 Years Ago
Fixed stutter whenever a painted sign texture is stored in the file cache on the client
7 Years Ago
AddLifeStory profiling
7 Years Ago
Rubble pile material fixes
7 Years Ago
Shipping container material fixes