userLayladcancel
reposboxcancel

3,548 Commits over 1,338 Days - 0.11cph!

8 Months Ago
update convolve_environment_map to latest
8 Months Ago
Use the same rendering code as cubemap build system to narrow down differences
8 Months Ago
Fix flipping when copying texture with shaders Flip Y when copying rendered view to cubemap
8 Months Ago
Remove depthmaptexture Remove customcubemaptexture bool
8 Months Ago
Remove ggx_cubemap_blur_accumulation_pass_count - unused
8 Months Ago
Remove the cube cross stuff on cubemap builder, just to make things more clear
8 Months Ago
Remove UploadToCubemapArray
8 Months Ago
Rip out WorldRenderer/EnvironmentMapCacheSize, we didn't have it enabled and it's awful anyway
8 Months Ago
Remove render_depth_map and always_check_depth, I don't see these being set or used in any meaningful way Load cubemap_feathering
8 Months Ago
Create env map constant buffer SceneCubemap sets box projection and influence radius based on projection mode C# env_cubemap, mostly the same as env_cubemap_box, use a base cubemap entity Remove env_cubemap from fgd
8 Months Ago
Bump up cubemap camera zfar
8 Months Ago
Get the size of texture when calculating SH, don't assume 256
8 Months Ago
Calculate radiance SH from cubemap source, reads texture pixels until we can move this to compute shader
8 Months Ago
Add function to render tools to copy texture to cubemap slice
8 Months Ago
Move the important parts of ggxcubemapblurhelper to rendertools until we can reasonably do this in C# After source cubemap is created, go through render tools to mip it to the cubemap array
8 Months Ago
Add internal BakeResourceAttribute until we can phase out tool objects and the bake resource shit Experiment with rendering cubemaps for SceneCubemaps Set renderToCubemap and environmentMaps pipeline attributes from camera attributes CCameraRenderer::RenderToTexture uses msaa value from attributes Fix dstStride in GetPixels
8 Months Ago
C# entity definitions for env_cubemap_box (do box first, env_cubemap is the same but with a sphere influence) Remove env_cubemap_box from fgd Network tables for env_cubemap_box Create SceneCubemap from entity properties Add indoor_outdoor_level (priority)
8 Months Ago
Delete left over worldrenderer vpc
8 Months Ago
Remove more references to dota global light
8 Months Ago
Remove anything in ENABLE_LOD, keep the baked lod builder around though in case we want to try rendering it in the future
8 Months Ago
Fix cubemap ggx mipgen crashing on AMD, caused by sbox/commit/4df698bcf80ca9346240fdb473ca74fe45df2371 Force flush source cubemap before generating mips on dx11, same amd bug we had before Don't make dest cubemap array texture a render target, unnecessary
8 Months Ago
C# entity definitions for env_cubemap_box (do box first, env_cubemap is the same but with a sphere influence) Remove env_cubemap_box from fgd Network tables for env_cubemap_box Create SceneCubemap from entity properties Add indoor_outdoor_level (priority)
8 Months Ago
Ensure screenshot folder exists when recording video
8 Months Ago
Restore the mixgraph we used to have, fuck knows if it's correct though https://files.facepunch.com/layla/1b1511b1/sbox_0131.mp4
8 Months Ago
Integrate into hammer
8 Months Ago
phonon dlls
8 Months Ago
phonon.lib
8 Months Ago
New steamaudio impl Hook it all up to soundsystem again Add settings to gameinfo
8 Months Ago
Updated trace solver from valve
8 Months Ago
Shadergraph: Save prompt when closing with unsaved changes
8 Months Ago
Remove global light usage (used in dota pipeline?)
8 Months Ago
Remove unused deferred_light files Delete sprite entities, mostly to get rid of the toolobject
8 Months Ago
Texture editor (#1259) Creates 2D textures and basic 2D sprite sheets to avoid having to write vtex and mks by hand
8 Months Ago
Load sheet data from vtex json Load from sheet data if we have more than 1 image Trim the bullshit from vtex json, we only care about 2D and sprite sheets for now Creating texture through context menu with multiple selected textures creates sheet Custom button drawing for list property so they don't look awful If we open editor with vtex with dmx encoding, just create empty texture file Property sheet target can now just be the texture file Only mark as modified if json has changed
8 Months Ago
Hook up properties to texture file settings we care about for 2D Restore unmodified file on close if file has been modified and not saved Allow windows to bypass closing (for save prompts etc) Throw up save prompt when closing with unsaved changes Add asset browser for quick drag drop of images Use tab widget for 2d, array, cube types Don't save if there's been no unsaved changes
8 Months Ago
ModelDoc: Add camera near Z setting
8 Months Ago
Copy tonemap params from ActivePostProcessEntity to scene camera tonemap params
8 Months Ago
Enable scene camera tonemap by default
8 Months Ago
Render texture in viewport preview Support vtex in asset preview widget Properties dock
8 Months Ago
SceneCamera Tonemap (#1251) Add tonemap properties to SceneCamera
8 Months Ago
Add the remaining tonemap properties
8 Months Ago
▄▆▋'█ █▉▉▄▅▍ ▋▇▌▆ ▊██▉▊▌ ▅▅█ ▄▌▋█▌ ▆▄▇▊▌▄▇ ▊▅ █▇▇▄▍▅█▌ ▆▉▄▍ ▋▊▌█ ▍▍▍ ▌▋▊▊▅▋ ▋▅▉▄▉▌▍▍▆
8 Months Ago
▉▋█▋
8 Months Ago
█▄▆█▌▅ ▍▍▋ ▊▅█▊▋ ▄▍▋▆▌▍ ▇▆▊ ▆▄▋▇█▉ █▄▆ ▉▇▉█▍ ▇▉█▉▆▅▇ ▅▉ ▄▉▆▄▇▆▄▆, ▇▅▇▍█▄ ▋▉█▆▉▌ ▍▆▅▉ ▍▇▊██▅▅
8 Months Ago
Don't set ITonemapSystem ptr if tonemap is disabled on scene camera
9 Months Ago
Add SceneCamera.Tonemap.Enabled and SceneCamera.Tonemap.Rate via accessor
9 Months Ago
Editor window for vtex Load vtex from kv3 so we can load from json Serialize a test texture to test loading from json Deserialize texture file from vtex Serialize and write to file on save Add "Create Texture" to image context menu
9 Months Ago
Delete damagemodifier
9 Months Ago
Delete some more unused client headers
9 Months Ago
Delete spatialentity and env_ambient_light, not even in the build