248,619 Commits over 3,928 Days - 2.64cph!
Rename Unbuffered to SendImmediate
▌▊▋▅▇ ▊▄▊▇▅▉▅ ▆█▆ ▄▍▉██▇/▋▋▌▆▉▇▊ █▋▉▍▄▍▉█▋ ▉▆▋▍ ▄▅/▋▅▅▍ ▄▇▍▄ █▄▊▋▅▌▌ ▌▌▆▇▆▊▉▉, ▄▆▌▋ ▆█▆▊▉▆▊▍ ▊▄▉ ▇▇▉▋▅▌█▆█▉ ▌▊█▉▉ ▋█▅▉▅ ▊▆▉
- ▊▊▅█▅█ █▍▅ ▌▆▍▄▊▌█▋▊ ▄▇▆█ ▋ ▌▄▍█▅▋▅▍▍ ▅▋ ▍▅▄▇
- ▆▋▍▊ ▊▌▅▉▉▅ ▉▋▌ █▉▌▇▅▌▆▇▆ ▍▇▅▄ ▌ ▇▌▇▋▋▇▇▇▇ ▇▊▋▍ ▋▉█▇
cement mixer
Merge branch 'main' of sbox-assets
Update NetFlags descriptions and names
Obsolete NetPermission, BroadcastAttribute, AuthorityAttribute
Adjustments to cubemap normalization, make cubemap feathering happen from center of cubemap, and in world units, rather than inner, math is much simpler
Clamp cube box parallax projection to actual bounds box the box, cleanup
Our both our envmap filters uses linear roughness instead of sqrt roughness
Gizmo for scale in envmaps, adjust default for feathering in world units
Sort envmaps also by size, giving higher priority to smaller ones if it's in a draw condition
tiled light culling with edge feathering additions
vLevel isn't const
Update path of build-shaders, upload all shaders as artifacts
Fix EnvironmentMapLight::GetEnvMapColor using deprecated variable
fixed river source prefab
Support animation on bone merged skinned renderers, bones not included in the merge will be animated https://files.facepunch.com/layla/1b2811b1/sbox-dev_YF71imyY7R.mp4
Compiled shaders with ao viewporting changes
CommandLists SetConstantBuffer and be able to specify mip
Motion::TemporalFilter is converting from Pixel Coordinates to UV not the other way around
Rename NetTransmission to NetFlags, hide RpcMode
Fix navmesh native destructor
Half-res reflection, fix water fog
Update .gitignore
Marginally better hand randomization
merge from hackweek_car_radio
Car radio deploy sfx and impact effects
Fix Right Click -> Create Sound Event creating sound events with empty sounds instead of using the selected sounds
Don't need to update editor compiler if not running in the editor. Dedicated Server won't try to compile editor stuff
Non static init of navmesh generators
Prevent car radios being able to be deployed in eachother
Fix multiple cameras causing dynamic shadow artifacts
Co-authored-by: samzanemesis <sam@sampavlovic.com>
sculpting doesn't consume item condition
cleaning up deprecated rocks references in prefabs and scenes
Fix ambient occlusion in offsetted viewports
Instanced rpcs
Expose transmission
Inspector History Button fixes
adjusted binocular lod distance to be a bit more accomodating
Recoil is smoothed, returns to zero
Add gravity / jump power cards, list their effects in ICardDisplay
Refactored the battering ram door to be an interpolated body instead of a sub ent (wip)
Mounted length set to 1.0
Mounted length set to 1.0
Calculate aspect ratio from viewport size rather than screen size, fixes splitscreen viewports being fucked up
https://files.facepunch.com/sampavlovic/1b2811b1/sbox-dev_19tjSjbPcm.png
Quick burst cloth setup on flag
Added Lock Button to Inspector, prevents Inspector from changing to newly selected objects when enabled. Resolves Facepunch/sbox-issues#6239
https://files.facepunch.com/CarsonKompon/2024/November/28_08-25-MountainousGull.png
Ssao.scene tests both ao techniques at once
Reduced run speed, increased walk speed
Can modify jump power, gravity scale, smoothed out movement inertia
car radio deployment is no longer blocked if the modular car is on a road
Restored detail layer albedo alpha to 0 on some battering ram mats
Compiled shaders with ao viewporting changes
CommandList.SetData > CommandList.SetConstantBuffer
[Pick] Calculate aspect ratio from viewport size rather than screen size, fixes splitscreen viewports being fucked up
https://files.facepunch.com/sampavlovic/1b2811b1/sbox-dev_19tjSjbPcm.png
creation gibs list for floor and wall frames
foundation step doesn't need detail collider as it isn't see-through
roof alignment fixes, eliminating zfight in a few places
Merge from simple_upgrade