reposboxcancel

22,488 Commits over 1,614 Days - 0.58cph!

3 Years Ago
Refactor EditableCurve
3 Years Ago
Update resolution icons to better reflect their targets
3 Years Ago
Remove 16:10 and only keep the set steam deck resolution
3 Years Ago
Add steam deck & ultra wide aspect/resolution sizes in tool mode
3 Years Ago
Update & add some audio surfaces
3 Years Ago
Citizen: updated/added idle poses Not committing animgraph yet; the implementation of idle noise is getting moved around & reorganized, with a few things still to be sorted out.
3 Years Ago
ceiling halogen - lod0 and gib Merge branch 'master' of sbox
3 Years Ago
Fix low perfomance on vr_depth_submit with multiview instancing Remove unused variable for setting instance buffer scale - we don't use it anymore Don't do shadows to viewmodel if we're on VR
3 Years Ago
Workaround AmbiguousMatchException when executing Hammer inputs
3 Years Ago
Remove setting convar that doesn't exist if VR on oculus InstanceStride is 1 in our transform refactor, adjust multiview instance ID on common vs code to fix flicker on multiview instancing
3 Years Ago
Clamp points to canvas Add Paint.RenderMode Add Application.CursorPosition Add GraphicsItem.GraphicsView Add GraphicsItem.ViewPosition Add Widget.ConstrainTo( rect ) Tweak FloatProperty to handle dragging in a moving widget Add EditableCurve popup editor and background grid https://files.facepunch.com/garry/91c82daf-8642-425f-a2cb-a1c1526068ac.png
3 Years Ago
Fix particle refractions https://files.facepunch.com/ognik/1b1511b1/2022-06-23_37-53-6d3862f4-9b54-490b-bf80-7a82f116e8b4-KUbHu7jP.mp4
3 Years Ago
fire extinguisher - now uses proper particle effect for explosion Merge branch 'master' of sbox
3 Years Ago
Fixed ent_path_platform rotating unexpectedly at high speeds
3 Years Ago
Add Color.WithAlphaMultiplied GraphicsItem.Clip, GraphicsItem.ClipChildren
3 Years Ago
Core shaders with multiview instancing support Enable Multiview Instancing on code
3 Years Ago
Don't double render shadows
3 Years Ago
Handle modes https://files.facepunch.com/garry/ba09ca0d-4f83-4c4a-bbf8-2b041a19fbdb.mp4
3 Years Ago
Citizen: updated IdlePose_03
3 Years Ago
Curve collision, add points by clicking
3 Years Ago
Generic wood break particle Generic cardboard break particle Fire Extinguisher explosion particle
3 Years Ago
pallet - col adjustments Fire extinguisher - wip Merge branch 'master' of sbox
3 Years Ago
GraphicsItem.Contains fixes
3 Years Ago
qt update
3 Years Ago
Third times the charm, separate the simulators
3 Years Ago
GraphicsItem.Contains
3 Years Ago
Citizen/animgraph: control weaponless long idle poses Set the "holdtype_pose" float to -1 to disable, 0 for "anything" (random), and then any value above to get a specific pose.
3 Years Ago
Fix infinite loop Right click delete GraphicsItem key events
3 Years Ago
Order keyframes Change array interop to be more useful Paint.DrawPolygon, Paint.DrawLine, Paint.DrawPoints Curve editor use continuous line
3 Years Ago
Add instance stride to shader too for multiview instancing
3 Years Ago
Fix transform instance id in multiview cables shader
3 Years Ago
Add Vector2.Degrees & Tests Tests for Vector2.FromDegrees Add Paint.DrawArc, Paint.DrawPie Curve handle cleanup
3 Years Ago
pallet - ao tweak
3 Years Ago
Pallet - lods Merge branch 'master' of sbox
3 Years Ago
Simplify render pipeline by removing dead code for rendering world sessions to textures, we use the view system directly when rendering to texture Strip multi-gpu support to simplify our rendering pipeline further in preparation for single-pass VR rendering
3 Years Ago
Reenable multiview instancing on shader - Here be dragons
3 Years Ago
GraphicsItem hover events Tangent handles https://files.facepunch.com/garry/82567087-7590-461e-a1b0-d7d2fa95ba02.mp4
3 Years Ago
Citizen: updated weaponless idle poses Split 01/02 into 01_L and 01_R, and added a new 02.
3 Years Ago
Citizen/animgraph: new parameters + IK chain changes
3 Years Ago
Tangent math back to slope
3 Years Ago
Citizen/animgraph: first draft of "long idle" in weaponless state You will now transition to a different standing pose if you've not been moving for 5 seconds while not having any weapon equipped. This will currently look a little odd in motion due to no IK / different aim or additive idle management etc.
3 Years Ago
Citizen: elbow & kneecap helpers now cooperate with stretching/squashing limb lengths limbs The elbow helpers are now children of the lower arm bones, and the kneecap helpers are now children of the lower leg bones. The procedural constraints were then adjusted accordingly. This makes stretching/squashing limb lengths work properly, and without needing animation sequences to hold helper position data... which didn't exist, and was set to be ignored anyway.
3 Years Ago
Add EnvironmentLightEntity.DynamicShadows like the rest of the light entities Initialize CLightComponent cascades to 3 so shadows don't look terrible when spawned dynamically
3 Years Ago
Add SceneWorld.ClearColor for minimal games that don't want to fuck with a skybox just to set a background color
3 Years Ago
Qt update Added GraphicsItem.OnMoved EditableCurve save/restore curve
3 Years Ago
I think that worked? So remove the subgraph compiler completely
3 Years Ago
Remove compiler identifier from subgraph assets so the build server hopefully doesn't try to compile them (revert this if it breaks)
3 Years Ago
Add shader asset type and empty resource compiler for it
3 Years Ago
Fix relative specular luminance on blendable
3 Years Ago
Add Vector2.FromDegrees Add GraphicsItem.Bind Set common defaults on GraphicsView Move Widget.Bind to QObject.Bind Start work on EditableCurve GraphicsItem