31,251 Commits over 3,959 Days - 0.33cph!
can no longer build around heli crash site
can rotate tool cupboard with hammer + priv
Third person ADS sounds have super super short range
More third person sounds (aim down sights, grenades, bandages, etc)
Binocular sounds
Flashlight sounds
More flexible spawning for npcs.
hazmat suit craftable
hazmat icons and art updated
updated hazmat suit model
updated outlines for new arrow types
small refinery now produces charcoal
can no longer place dropboxes under water
must wait 30 seconds to repair a structure after it has been attacked
Adjusted maximum anisotropic filtering settings of various textures
Adjusted maximum anisotropic filtering settings for tiling textures
Strip any game objects on the occluder layer in prefab preprocessing as they're currently not required
When anti hack is disabled, send warning to admins whenever they connect
Unity can't resize compressed textures, so don't try to do so
Changed the way default icons are used before a skin icon is loaded because Unity
Log warning when icon dimensions on an item are off
All item icons can be up to 512x512 (+ double checked they're compressed)
Use default item icon for skinned items until the skin is loaded
Don't recalculate mips when applying skin icon (already done in native code)
Fixed bear skeleton properties referencing the prefab instead of the mesh
Some more AI improvements.
fixed explosive bullets doing slightly too much damage
First pass on convars for monument spawning of npcs.
SwapArrows is IClientComponent
Fixed skin icons not calling apply after loading
Only cull game objects we culled components from when they don't have any children
Some more workshop skin profiling
Skin icon loading rewrite (performance, memory)
Undoing staging branch shit that we no longer need (yay)
Attempt at fixing index out-of-range exception in culling; https://sentry.io/facepunch-studios/client/issues/275956012/
Admins can get combat log of other players
Fixed editor error from removed convars
Removed some test / debug convars that should no longer be used
Show Report Button on death screen
Attacker name more faithful to ingame name on report page
Game objects tagged with "Server Cull" or "Client Cull" are deleted even if they have components on them (for example animal GameTrace collider on the server)
When culling components from objects, nominate the game object for deletion as well (but only if it had removable components on it)
Fixed potential number overflow in hiz [https://sentry.io/facepunch-studios/client/issues/275955527/]
Slight improvement to AI LOS.
Try setting the appid via SetEnv
show different arrowheads for bow / crossbow ( in 3rd person )
fixed explosive ammo bug
no longer need to aim slightly away from target to deal maximum damage with explosive ammo
Fixed reflections when fog=1; had to drop fake dir refl occlusion
Touched all relevant shaders
Added more profile samples to morphcache
Saved some heap allocs on morphcache.setup