userSam Pavloviccancel

1,438 Commits over 1,277 Days - 0.05cph!

3 Years Ago
Set VrFidelityConfigName to core instead of hlvr Add wip CLightCookieManager, deprecate old light cookie methods Bind Set/GetLightCookie Add LightCookie property to spotlightentity Cleanup Iterating over lightcookies Merge lightcookie stuff Rewrite fog TAA to not be muddy anymore, fix ugly banding on volumetrics, reenable fog TAA Lightcookie atlas on a compute shader Merge branch 'master' of sbox Fix dynamic shader reloading not working with engine shaders Clean up a lot of the lightcookie API, get it to render Lightcookie slice garbage collection New LightCookie api on lightdesc Stuff that used that old Lightcookie contract Merge branch 'master' of sbox Queue and set light cookie only when texture is loaded Simplify and fix a lot of things on cookie system, set cookie when cookie value changes rather than on light creation, add persistant cookies Initialize blank slice on the CPU side Auto update cookies assigned to a rendertarget Merge pull request #21 from Facepunch/lightcookies2 Lightcookies
3 Years Ago
Fix shadow list not being updated if we only update the number of shadows
3 Years Ago
Add rebuild time limit when we change only the text shadow too
3 Years Ago
Remove debug text
3 Years Ago
Cache text bitmap for text shadows, don't rebuild all text if we are only updating shadows
3 Years Ago
Don't do alpha gamma correction on text shadow, fixes banding
3 Years Ago
Add rect Floor/Round/Ceiling operators Temp resnap text subpixel position Trigger D_SCISSOR combo when scissoring is to be done
3 Years Ago
Software scissoring Refactor UI shaders to use shared code Do sRGB correction for text alpha
3 Years Ago
Initial compute shader API
3 Years Ago
Compile new volumetric fog with TAA Stub lightcookie atlas generator shader and it's compute shader variant Finish cookieslice shader
3 Years Ago
Read only Entity.All (#20) Fixed Layer error when panel width is 0 Special cache for textures loaded from web, so we don't keep downloading the same shit Package Query API Merge branch 'master' of sbox Update Sandbox.Engine.csproj Fixed BaseFileSystem adding renamed files twice to the changed list Fixes unwanted temp files from VStudio being added to the changed file list Hacky fix for Visual Studio not triggering recompile consistently Obsolete Hammer.RenderFields enableAlpha argument Mesh.CreateVertexBuffer now requires a vertex layout to avoid silently having an incorrect layout Merge branch 'master' of sbox Queue and set light cookie only when texture is loaded Simplify and fix a lot of things on cookie system, set cookie when cookie value changes rather than on light creation, add persistant cookies Initialize blank slice on the CPU side Auto update cookies assigned to a rendertarget
3 Years Ago
Merge lightcookie stuff Rewrite fog TAA to not be muddy anymore, fix ugly banding on volumetrics, reenable fog TAA Lightcookie atlas on a compute shader Merge branch 'master' of sbox Fix dynamic shader reloading not working with engine shaders Clean up a lot of the lightcookie API, get it to render Lightcookie slice garbage collection New LightCookie api on lightdesc Stuff that used that old Lightcookie contract
3 Years Ago
Use multiply blender mode for 2D color editor gradient
3 Years Ago
Remove borders from box panel drawing routine
3 Years Ago
Better analytical AA for border images Better analytical AA for cssbox Fix borders drawing edge color incorrectly
3 Years Ago
Fix conditional borders on cssbox Move shared cssbox code to a common file, clean up code, fix squircle borders having wrong shape Much better formula for the previous
3 Years Ago
Move mixed shadow calculation to clientside, fix shadow drawing on cheap lights, add fade in to shadows
3 Years Ago
Make sunlight render without bounds
3 Years Ago
Antialiased fog
3 Years Ago
Force snap whole Rect when rendering text on 2D surface, fixes text looking muddy Don't draw shadow rect if texture isn't ready yet
3 Years Ago
Give a little more flair on text shadow shader Merge branch 'master' of sbox-game
3 Years Ago
Update Text Shadow texture if style changed Give extra padding for text shadow textures
3 Years Ago
Revert "New contract for Shadow struct" This reverts commit eed1d6bb1d867d17e272b6cf05da9c27f79a5edb. Use old interface for SetTextShadow and SetBoxShadow as it was redundant
3 Years Ago
Update text shadow shader with cheap variant
3 Years Ago
Add Texture.Utils and move Mip generator to it Compute text mipmaps if we have transformation New contract for Shadow struct Sum operator for Rect New Text Shadow Minor text shadow adjustments
3 Years Ago
Disable visual effects on new RenderScene, fix it for VR rendering too Merge branch 'master' of sbox
3 Years Ago
Set VrFidelityConfigName to core instead of hlvr Add wip CLightCookieManager, deprecate old light cookie methods Bind Set/GetLightCookie Add LightCookie property to spotlightentity Cleanup Iterating over lightcookies
3 Years Ago
Viewport wasn't properly init at that point Temp fix for VR viewports being broken when moved
3 Years Ago
Fix VR spectator viewport being horribly broken
3 Years Ago
Fix crash when outside of VR
3 Years Ago
Reenable VR Multiview Instancing Fix VR bloom
3 Years Ago
Fix VR viewport being cut off in ultrawide resolutions Merge branch 'master' of sbox
3 Years Ago
Remove WaterSea from Water Scenelayer for now until I better rethink this API Fix VR stretching when multiview instancing is enabled Initial work so water works on multiview instancing
3 Years Ago
Flag UISceneSystem views as monitors so they don't render in stereo if VR is enabled
3 Years Ago
Make lightcookie a string rather than a stringtoken in lightcomponent Remove D3D9 fallbacks in rendersystem
3 Years Ago
Initial ui batching shader
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