243,910 Commits over 3,898 Days - 2.61cph!

1 Year Ago
merge from main
1 Year Ago
merge from main
1 Year Ago
merge from gnb_distance_convar_save
1 Year Ago
merge from halloween2023
1 Year Ago
Explicitly define GameRootPanel as not a world panel This shouldn't change anything but it makes me feel better MockHudPanel has mouse input
1 Year Ago
merge from building_skins_4
1 Year Ago
Initial Vulkan update merge New rendersystem interface bits Base rendersystem updates Sync rendersystemempty w/ public Partial update rendersystemdx11 scenesystem updates rendersystemvulkan bits and bobs Minor glossary of differences we keep with upstream rendersystemvulkan Update thirdparty/vulkan, custom Valve changes Some more shit Can use these vma internals now Keep numStages at 5 for offset calculation (for now) vk: check what depth format is properly supported msaa stuff
1 Year Ago
Fuck all of that actually, just leave a better comment here
1 Year Ago
Alternate concrete_generic_ao material to keep visual compatiblity with older tunnel segments
1 Year Ago
Make sure intermediate depth matches intermediate output color render target ComputePipelineRenderTargetInfo doesn't care if toolview is false This does the same shit r_textures_list_all - see all resident textures
1 Year Ago
Fix no collision Add UI category to object create menu UI test, screen and world panel
1 Year Ago
Add arrow navigation to component selector https://files.facepunch.com/tony/1b1611b1/sbox_RkwqBfEEYi.mp4
1 Year Ago
SWR collider tweaks
1 Year Ago
Single rack deploy guide meshes
1 Year Ago
Single rack item icons
1 Year Ago
Removed lettering from Small/Large trophy nameplates
1 Year Ago
Single item rack names
1 Year Ago
Add RenderOverlay Panel components GetComponentInParent takes an "and self" bool UI test panels
1 Year Ago
merge from main
1 Year Ago
tier0: new memalloc aligned16 accessors CResourceNameGetter inherits CResourceName Don't stub CSceneSystem::SetMainSwapChain in tools, why would we not want SCENE_RTSIZE_FRAMEBUFFER the correct size RenderTarget.GetTemporary uses 32 bit depth when needed fix options.cpp redefinition
Leaderboard backup, run #6701
1 Year Ago
Added the ability to clear a trophy, resetting it to it's original state
1 Year Ago
Show a name tag on trophies
1 Year Ago
Signals seems to be managing to find each other in all situations now, while ignoring each other if facing the wrong way.
1 Year Ago
Merge Main -> Experimental
1 Year Ago
Fixed corrupted 2module_flatbed prefab
1 Year Ago
Workbench description update
1 Year Ago
Server warnings to explain what's happening if the player ends the tutorial while god mode is active
1 Year Ago
Import Terrain to Mesh
1 Year Ago
Fixed bugs with signals getting the next signal
1 Year Ago
More signal WIP
1 Year Ago
Fixed distAlongSpline bug
1 Year Ago
Signal learns its block size
1 Year Ago
First pass on a way to bake foliage into a scene at edit time Uses new FoliageBaker component, use Bake and Clear buttons in editor to wipe the foliage and regenerate it Created new foliage.v3_tutorial foliage spawn config with the appropriate components added, still has all of the foliage on the foliage.v3 object
1 Year Ago
Signal can find the next signal and pass the info back
1 Year Ago
Accept stopAtSignal parameter
1 Year Ago
Added truck model blockout for a preview
1 Year Ago
Some more track spline code cleanup
1 Year Ago
Trees placed by hand in the editor will now display their LOD0 mesh instead of just being invisible
1 Year Ago
Reworked trophy head submit process
1 Year Ago
Editor.Animate promoted to public
1 Year Ago
Merge rail_network_link -> TrainSignals
1 Year Ago
Cleanup, docs, fixed search targeting the current selection - instead reset selection entirely
1 Year Ago
Rewrite component type selector to support selection categories, animated traversal https://files.facepunch.com/tony/1b1511b1/sbox_86bKULbb2X.mp4
1 Year Ago
Moved tiled rendering buffers to lightbinner, where it should belong Remove members that have long been deprecated, start adding support for structured buffer lights Move all cbuffer stuff to legacy, standard will only have structured buffer path Start implementing structured buffer lights data structure Remove all code for calculating mixed shadows, that'll be all allocated in the main light shadow function, iterate structured buffers Iterate on new lightbinner, let all shadows render through a single rendering path, disregard legacy for now Remove bMixed from LightEntry, it's complete bullshit, let static lights render only dynamic objects when doing shadows Unified shadow casting, map indexed lights so we can fetch them easily and without needing to order sequentially, remove more deprecated stuff Get rid of lightbinner_legacy completely Eliminate legacy per view lighting constants, eliminate mixed shadows, add placeholder to some constants where they should belong Cut more code from lightbinner light allocs, means only spots will alloc properly for now but cleans a lot of this, align cbuffers, add ComputeDirectLightingForLight to unify lighting calculation on shader Remove CSunLightManager, used for old pre-hlvr sun rendering, a lot of code that's only used for dynamic sunlight different to everything else in light rendering Remove more unused parameters from lightbinner Remove remaining crumbs of old sun shadowing, remove unused shadow functions, add bBaked to ComputeDirectLightingForLight Lightcookies and point lights
1 Year Ago
Show component header icon fallback
1 Year Ago
experiments
1 Year Ago
Clear scene when leaving play mode Make internal PreRender non virtual
1 Year Ago
Add SceneCamera.OnRenderOverlay
Leaderboard backup, run #6684