4,126 Commits over 1,491 Days - 0.12cph!
Shadergraph: Fix node menu not getting all nodes from plug drag, all nodes are relevant in shadergraph, at least for now
Shadergraph: Properties window uses the modern control sheet
Comment node uses text area for description
Move fixed update to shared tick so it can execute in editor, the docs say it should
Shadergraph: Add world tangent node, U and V tangent outputs
Fix ModelRenderer material override not applying all their material flags, SetMaterialOverrideForMeshInstances is more reliable for material overrides. Hide material groups when using material override, they're not compatible
Fix terrain paint compute shader num threads, double the size of the brush so it matches the preview
Balance weights on imported splatmap, bias against alpha
Merge scene render attributes to NativeRenderingWidget camera, fixes terrain global attributes not being applied to editor camera
Fix annoying NRE in CameraComponentTool
Top and bottom caps for SolidCylinder
Draw SolidCapsule directly instead of 2 spheres and a cylinder
Same fix needed for SolidCylinder
Get rid of upgraders log. If cloud prefabs have a component upgrade, we don't want to be spammed with this
Fix mistakes in Gizmo.SolidSphere, any segment count should now work
Make TabWidget state cookie restore functional
Give particle effect tab bar a state cookie so the current tab is restored
Component upgrader for particle effect, apply alpha if we're applying color so that color and alpha can be properly decoupled
Allow particle alpha to be applied without applying color (Alpha is still applied when applying color to avoid breaking existing behaviour)
Fix video background-image rendering with incorrect aspect ratio - Rect needs to be recomputed once video texture has loaded
Fix incorrect number of mips calculation for textures, causing crashes on AMD for 4096 sized textures
Add more protection in circular buffer write causing a pretty common audio crash
Use unscaled local to world in solve IK chain pose operation, fixes citizen big feet when scaled (need to check if IK still works properly when scaled)
Fix cursor flickering when orbiting editor camera
Add two more preferences for hiding cursor when panning or orbiting
Add more common image formats to texture editor
Remove invalid sounds from ceramic surface
Fix NullReferenceException when using Sound.Play with SoundEvent that has no sounds
Fix Hitboxes From Model incorrect box size, use extents, not size
Fix the two remaining places where game resource is assumed to be json
Fix FindClosestPoint for scaled meshes
Experimental support for FindClosestPoint on mesh collision https://files.facepunch.com/layla/1b2111b1/sbox-dev_RvmEK7htSt.mp4
Add CallbackEntry in the right place relative to .Order so that game object system listen order is respected
Don't clamp flex override when getting it
Oops, missed this weight clamp
Fix PhysicsBody.CheckOverlap crash when checking overlap against mesh
Hull collider cone and cylinder respect game object scale
Missing null check in NavMeshAgent
Don't clamp flex overrides to flex controller min max
Compile hulls into vox resource https://files.facepunch.com/layla/1b2011b1/sbox-dev_x10cgzGsNn.png
Support opaque fade on vertex_color
Use reinterpret_cast in GetModelIndices
Change spot light comments to let user know cone is in half angles
Attempt to fix video player crash, audio decode is fucky
Don't build faces for empty vox
Revert vertex_color shader for now
Allow vertex_color shader to be tinted
Fix crash in SetFlexOverride
Hide vox preview model in inspector
Disable vox drop object for now
Give engine game resources a chance to load from other resource blocks so we can save binary data
Vox game resource
Vox compiler
Vox asset preview
Modernize vertex_color shader
Vox drop object as model renderer until a voxel renderer has been promoted to engine
Fix vox model bounds
Fix wireframe render on vertex_color shader
Change these noise comments to 0 to 1
Import vox at 4 inches per voxel, don't try to center it