branchsbox/mastercancel

14,047 Commits over 1,583 Days - 0.37cph!

1 Year Ago
ShaderGraph: Add step option for parameters to control the step size for material editor sliders
1 Year Ago
Don't open a blank asset resolver window if we're missing _bakeresourcecache shit
1 Year Ago
Don't need to collect vfx manually here anymore Make new material use the right shader Move core/base shader check to AddAsset so package references don't try to upload core shaders too
1 Year Ago
Moved more models to asset party https://asset.party/facepunch/sboxassets https://asset.party/facepunch/citizenassets
1 Year Ago
Added Texture.Depth property
1 Year Ago
Fix vr_stencil geom shader failing to compile as antlr hates preprocessor maths
1 Year Ago
Fix CVfx::CreateFromResourceFile using wrong named block for spir-v Fix visualize_depth shader
1 Year Ago
Revert that change to readd structs and do the proper fix
1 Year Ago
Keep struct in cbuffer layouts for legacy layout
1 Year Ago
Added TaskSource.MainThread() Like TaskSource.NextPhysicsFrame(), but can immediately continue if already on the main thread.
1 Year Ago
Compiler generates xml doc Include xml doc when publishing
1 Year Ago
Split panel layer logic, clean up Add attributes to shaders where dynamic params were being used before
1 Year Ago
Hammer: asset.party materials tagged with "decal" will create an info_overlay on drag so you can put bird shit everywhere
1 Year Ago
Limit worker thread count to avoid starving the main thread
1 Year Ago
Failing test reproducing #1027 Fixed #1027
1 Year Ago
Compile optimized ui border wrap shader
1 Year Ago
ShaderGraph: Fix stage id attribute sometimes not being set
1 Year Ago
Initial `filter: border-wrap( ... )` implementation For alpha-based borders, e.g. images https://files.facepunch.com/alexguthrie/1b2011b1/sbox-dev_D1MzaQjB8X.mp4
1 Year Ago
Use FromShader for UI materials, delete vmats
1 Year Ago
Same DX11 texture streaming crash fix for Vulkan
1 Year Ago
New Hair - Dreaded Hair https://files.facepunch.com/daniel/1b2011b1/Photoshop_WxotcipTra.jpg WIP, needs some clean up and adjustments, but pushing this to get it in and running.
1 Year Ago
Fix some shader warnings Latest compiled shaders with DX11 + Vulkan
1 Year Ago
Queue thumbnail build requests from native instead of doing it immediately (fixes "Reentrant call to CResourceSystem::BlockUntilManifestLoaded") Can publish particles Particle thumbnail/video rendering Video step for model/particle upload Api.Post calls progress Upload page previews, progress Remove video button Run PutAsync in a thread so the stream reading doesn't wait between frames (faster uploads)
1 Year Ago
Fix mistake in texture attribute
1 Year Ago
ShaderGraph: Initial support for vertex shaders. Some nodes wont be compatible in vertex shader yet. https://files.facepunch.com/layla/1b2011b1/sbox_H3xg9p6hOS.mp4
1 Year Ago
Moved roof trim and metal trim to asset party https://asset.party/facepunch/sboxassets
1 Year Ago
Delete unused "pre baked vertex animation" combo from complex
1 Year Ago
Make sure fast hotload related error reports are grouped correctly Failing test reproducing #1087 Gracefully handle NotSupportedException during fast hotload Fixes #1087
1 Year Ago
Undo accidental changes to DX11 light cbuffers
1 Year Ago
RenderTools::Draw - stick to instanceid input layout, fixes water and world panels (I'm pretty sure it's the shaders using this wrong, but I'll come back to it)
1 Year Ago
Re-enable VrLightBinnerSingleLightFastPath this is most definitely being used Hot fix shadergraph, compile dxbc only
1 Year Ago
New rendersystemvulkan & vfx_vulkan RenderTools::Draw handle input layout variation better Tag rendersystem for Sentry Use compute shader for bloom on Vulkan & fix uav barriers ::lerp fix for FXC, couple of double layer define fixes Invalid shader handle checks in CVideoPlayerProvider::PresentYUV420Texture New PerViewLightingConstantBufferVr_t for Vulkan, remove unused and realign, stop using structs in a cbuffer :x Lightbinner doesn't need all this dynamic shit, max lights is compiled into shaders Split lightbinner into legacy and new paths, strip loads of shit that Sam pinky promises me is unused Fix race for generated hlslvariables file
1 Year Ago
Render model thumbnail using the video renderer's first frame Fix package icons being squashed in asset browser
1 Year Ago
Updated steam dedicated server files
1 Year Ago
Add particle package type Add Asset.UploadVideo
1 Year Ago
Editor console filter (#1085) https://files.facepunch.com/alexguthrie/1b1911b1/sbox-dev_ULtfmHPA94.png
1 Year Ago
Delete template.shader_c no longer needed. shader_editor.vmat can just use complex, this is just the material to show while shadergraph preview is compiling
1 Year Ago
Move language cvar over to managed, add more languages Language list matches Steam's fully supported language list (see https://partner.steamgames.com/doc/store/localization/languages under "Full Platform Supported Languages")
1 Year Ago
Throw exception when trying to create an entity in the game menu
1 Year Ago
Better handling of failed uploads, failed manifest pushing
1 Year Ago
Search all rigid and skinned decal lists to remove decal
1 Year Ago
Check if scene object has already been deleted in projected decal destructor
1 Year Ago
Only compile shader if at least one compile target succeeded, we probably need to do this for when we compile vulkan
1 Year Ago
Only create shader resource on successful compile
1 Year Ago
VideoPlayer: Support hls input format, defer loaded callback until video width and height is valid
1 Year Ago
Use new file upload endpoint Fix upload progress Fix logger stack trace sometimes wrongish Fix upload progress better
1 Year Ago
Zombie Skin 01 Adjustments
1 Year Ago
ShaderGraph: Do a real shader compile for previews instead of dynamically patching a single pixel shader. This will make vertex shaders possible and gets us ready for vulkan.
1 Year Ago
Don't save state is window is disposed Check for valid sound event before trying to update SoundEventBoxEntity Defend against null children in UISystem.TickInput Defend against panels turning null in Block.Destroy() Handle unable to parse .meta file more gracefully, warn and overwrite
1 Year Ago
Fix gamelobby NRE when joining game Clean up ServerLoad to diagnose exception