userSam Pavloviccancel

1,602 Commits over 1,400 Days - 0.05cph!

3 Years Ago
Initial ui batching shader
3 Years Ago
Remove deprecated SSAO crap that would assert on tools log
3 Years Ago
Fix 1px bleeding on mipped textures Implement background-repeat Fix corrupted textures on border-image Fix gradient images bleeding Clamp text rendering
3 Years Ago
Fix ghosting on text textures, optimize font smoothing as a combo
3 Years Ago
Keep thin fonts sharp
3 Years Ago
Improve text rendering quality and subpixel antialias
3 Years Ago
Fix typo that slipped through last commit
3 Years Ago
Make TextureLoader.Image public as well
3 Years Ago
Mipmap ImageLoader images from URLs as well Make Sandbox.TextureLoader.Load public and allow decompressing procedural png/jpg Merge branch 'master' of sbox
3 Years Ago
Generate mips from ImageLoader-created textures
3 Years Ago
Bump CSM shadow resolution size back to 2048, perf cost was negligible to keep it that low Remove SunLightSizeTools as it's utterly redundant, game should look consistent may you be in tools or not
3 Years Ago
Fix SkyAtmosphere, refactor base class Merge branch 'master' of sbox
3 Years Ago
Fix text rendering artifacts
3 Years Ago
Fix cssbox leaking one pixel if a background image is set
3 Years Ago
Conic Gradient Merge branch 'master' of sbox
3 Years Ago
Update sceneobject and entity c# flag enums to match changes from c++ Add Entity.EnableDrawOverWorld
3 Years Ago
Add global cubemap writing to buildcubemaps and set it as last cubemap, assign that to be used in the shader as the global cubemap Merge branch 'master' of sbox
3 Years Ago
Add ReadSentence helper to Parser Correct parsing on GetTokenUnderParenthesis, parse background image angle Add BgAngle, refactor GradientGenerator, fix not being able to set rgba on gradients, add angle syntax for linear-gradient Update gradient examples Bind BgAngle to cssbox Add rotation to cssbox shader
3 Years Ago
Fix shadow hotload and writing on new addon asset system
3 Years Ago
Add Simple Blendable shader and objects
3 Years Ago
background property is a shortcut to background-image, remove debug messages
3 Years Ago
Fix managed textures being all forced TSPEC_SUGGEST_CLAMPS/T flags
3 Years Ago
Linear gradients default vertical
3 Years Ago
initial work on linear-gradient and radial-gradient
3 Years Ago
Fix TextureRTBuilder being created incorrectly Bind GetSwapChainTexture Bind GetSwapChainTexture all in C# instead so we don't have to recompile the entire engine, bind SwapChainHandle and SwapChainBuffer
3 Years Ago
Fix repeat borders
3 Years Ago
Add width element to border-image, fix stretch borders, new tests
3 Years Ago
Iterating on borders Finished API for border-image, still needs adjustments Update border-image tests
3 Years Ago
Initial progress of border-image Fix text opacity
3 Years Ago
Revert make TryReadLength ignore parentheses Correctly parse things, support multiple elements in SetBackdropFilter, add Saturate parameter to API Merge branch 'master' of sbox
3 Years Ago
Make TryReadLength ignore parentheses SetBackdropFilter parser for blur and PanelBackdropFilter API
3 Years Ago
Change blur tests to comply with CSS spec
3 Years Ago
Initial tests for filter-blur property
3 Years Ago
Optimize cssbox borders with combos rather than runtime branching
3 Years Ago
Remap depth value in DoF to actual game units Merge branch 'master' of sbox
3 Years Ago
Fix buttons having wrong debug indexes on developer toolbar Reflection adjustments to testmap Fix edges on seamless reflections, needs shader recompile Remove old conflicting simple and complex shaders Recompile ocean with better seamless borders
3 Years Ago
Initial methods for border-image, stub for setting a gradient from image, set image from texture rather than URL
3 Years Ago
Make SetBackground in Styles.Set method lambda polymorphic Fix squareish round borders being incorrectly set
3 Years Ago
Fix border offsetting
3 Years Ago
Iterating on borders, change how borders are calculated to something simpler and better Finish the equation for cssbox borders that works universally Fix border alpha Remove a few pointless border tests
3 Years Ago
Split Shadow C# class into TextShadow and BoxShadow Add Layla's border test Add TextColor as dynamic parameter to ui_text vmat And also compiled object
3 Years Ago
Fix emoji edges on text Fix cssbox with mixed size border size and colors
3 Years Ago
Fix cssbox border color space Sharpern text
3 Years Ago
Return ui_text to use bilinear fetch, paint the clear color with the text color so AA will not be jagged on edges and keep sharp
3 Years Ago
Shader objects for cssbox and text
3 Years Ago
Cleanup ui_text and force custom point sampling if not rendering to world
3 Years Ago
Fix border color being in wrong color space, fix borders having aliased transition Add extra tests to borders Wip better borders Fix relative paths on the importer
3 Years Ago
Shut down previous transform texture on scenesystem shutdown
3 Years Ago
Make SDF voxelization & Sky Coverage baking an option in Hammer
3 Years Ago
Disable other rendering pipelines other than our main one