240,282 Commits over 3,867 Days - 2.59cph!

10 Months Ago
Clamp SceneCamera.Rect input so we can't crash the game Clamp camera width and height to always be non-zero to prevent crashing VectorControlWidget can pass RangeAttribute details to its fields CameraComponent.Viewport type change, use RangeAttribute to clamp in UI https://files.facepunch.com/tony/1b1411b1/sbox_g6X5TNg4fQ.png
10 Months Ago
Scene: add GameObject and Component querying to hierarchy - GameObject querying uses Contains - Component querying requires a full type match https://files.facepunch.com/tony/1b1411b1/sbox_XIfJhgo8Sb.mp4
10 Months Ago
Comment
10 Months Ago
Clear mouse Y input when cam is locked. Lerp cam to locked target position.
10 Months Ago
swing bridge whitebox - figuring out design
10 Months Ago
Added multiple camera rendering support and exposed camera viewports - Added CameraComponent properties - CameraComponent.Priority - CameraComponent.Viewport https://files.facepunch.com/tony/1b1311b1/sbox_hUq2v5P1Zx.mp4
10 Months Ago
Fixed not editing all cameras (viewported cameras, etc) when outside of play mode
10 Months Ago
Different approach to multiple cameras support. Camera.Main is set to the camera that has the "maincamera" tag Set default camera priority to 1 Give Camera prefab the "maincamera" tag by default Add "maincamera" tag to default editor scene Editor viewport camera shouldn't really care about render tags Render game viewport from tools if game isn't playing Clean up GameMenuDll.OnRender Docs Use IsMainCamera bool instead of a tag, documented all CameraComponent properties Don't continuously set Camera.Main Add CameraComponent.Viewport Couple more documented properties
10 Months Ago
Couple more documented properties
10 Months Ago
removed shadow proxies using colliders as source and some less precise proxies
10 Months Ago
More tests
10 Months Ago
merge from mesh memory review
10 Months Ago
Fix activity tracking (fixes sbox-issues/issues/4187)
10 Months Ago
Add ModelPhysics.PhysicsGroup
10 Months Ago
Add pool ball spawn component - ball prefab... setup (roughly) spawns in scene, bring over old enums
10 Months Ago
Stripped out rig controller into it's own prefab for easier merges Added per spine bone look at weights
10 Months Ago
Leaderboard backup, run #8116
10 Months Ago
Add animation rigging package (third times the charm) Add new Facepunch.BoneJobs plugin BoneJobs is a stripped down, simplified way of using Animation Rigging without having to use the cumbersome RigController (and espensive) rig handling system that the package depends on Currently only has a single component, the AimSpineComponent Instead of relying on a selection of loose rig controllers, this component does exactly what we need in a single place - adjust all of the spine bones to look at a given target with a variable rotation offset so we can account for 3/4 stance poses on a per weapon basis The advantage of still using the underlying tools in the Animation Rigging package is that the core math is really fast and runs in jobs so we can in theory move all of our IK and bone manipulation handling to threads It also has quite a bit of functionality we want and all of the math already done (quaternions are confusing), so next steps will be porting over some more components that we need
10 Months Ago
Initial commit Initial commit Refactors Updates
10 Months Ago
VR: Move all render model related stuff into VRNative.RenderModel.cs VR: Fix some minor input discrepancies, use ArgumentOutOfRangeException for anything out of range
10 Months Ago
Build debug at 1am Get rid of MultiProcMaxCount from build retail bat I missed, reasoning in 0ce21462b8ec81ee7c89328fb10e083cdac2f442
10 Months Ago
Improved eye and eyelid position on both client- and server-side ragdolls
10 Months Ago
Additional Gizmo Controls Gizmo.Draw.LineCircle: fix starting angle always being a little too much Improve Gizmo.Draw.LineCapsule Improve Gizmo.Control.Capsule ColliderCapsuleComponent has gizmo controls Fix Gizmo.Control.BoundingBox
10 Months Ago
Additional Gizmo Controls Gizmo.Draw.LineCircle: fix starting angle always being a little too much Improve Gizmo.Draw.LineCapsule Improve Gizmo.Control.Capsule ColliderCapsuleComponent has gizmo controls Fix Gizmo.Control.BoundingBox
10 Months Ago
Don't care about file mod changed for compile state, doesn't make sense and was causing constant recompiles when 2 assets of the same name existed
10 Months Ago
- Move all TimedExplosive projectiles to the Physics Projectile layer - Remove collider from those that still had one
10 Months Ago
Fix shrunken bodygroup editor Component selector fuzzy search
10 Months Ago
OnTagsChannged -> OnTagsChanged
10 Months Ago
Random force component test + add rigidbody to the model collider objects
10 Months Ago
Make a really thin box collider for the middle felt
10 Months Ago
There's no need to add a EntityCollisionMessage script to rockets and things that don't have a collider. It is needed for stuff like C4, so let's make it conditional.
10 Months Ago
Merge from main
10 Months Ago
Setup camera and colliders (this may not work off the bat)
10 Months Ago
Camera view lock test.
10 Months Ago
Remove old lounge_v2 Add pool_lounge reference map Add pool.scene and start assembling the table Assembled table mostly except felt marking (white ball line), regular ball area
10 Months 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 Remove multiview constants from lightbinner, these have been getting in my way, and we need to think a better way to handle instanced viewports, I'm leaving it to a bigger cleanup later Start Envmap support on new lightbinner, remove unused environment_map.fxc Start MATERIAL_LIGHT_DIRECTIONAL support for lightbinner, sets up frusta for lights Fix conflicts from merge that added removed stuff Fixup for directional lights, add dummy ambient lighting for fully dynamic scenes, implement flags properly Fix merge ( g_nNumEnvMaps > NumEnvironmentMaps ) Remove interface definition from Vfx ( It's fucked off from HLSL 2020+ ), add array support to members in classes in Vfx Store multiple frusta on same light definition rather than using sequential lights, makes this simpler, point light shadows Ambient light, new strategy for shadow frusta Disable r_enable_high_precision_lighting, just ends up overcomplicating code, reevaluate if this actually affects much away from world origin, will make vPositionWithOffsetWs just become vPositionWs in shaders if fully removed Take shadow frustra from BuildShadowFrustaForLight() that matches what's on the shadow map renderer, rather than rebuilding it with twice the code Test of multiple frusta support for shadow maps on shader 🥳 Support for cascaded shadow maps on new unified multi-frusta system, needs to backport old code Backport directional CSM code to unified BuildShadowFrustraForDirectionalLight in lightdesc Shadow filtering and dummy ambient lighting Calculate spot light resolution proportionally based on light cone and do a LOD system for light shadows based on distance, both are meant to be perceptual https://files.facepunch.com/sam/1b1211b1/sbox_rl2LTOMdY4.mp4 CSM Adjustments Pass envmap data to GPU Fixups for cubemaps on shader, add test for ambient light IBL support https://files.facepunch.com/sam/1b1311b1/ibl.png We dont need start indexes for lights anymore, just remap the index for fog and baked, fixup envmap count to shader Remove refs to CalculatePositionToCameraDirWsMultiview function call in new lightbinner shader code Cleanup, remove a bunch of unused or deprecated shit, cleaned up a lot of variable in lightbinner structured buffer that ends up not being needed, document things a bit better Rename lightconstants.hlsl to lightbinner.hlsl and call the data there BinnedLight/BinnedEnvMap, make baked lights only cast shadows if mixed lights are enabled on them Fix flags on lightbinner gpu include, oops Refactor tiled rendering builder to be compatible with new lightbinner, make it implicit under lightbinner.hlsl Fog lights support, remove second buffer that's meant for fog lights, remove bullshit code to support old directional light from it that was just meant to be tools-only, all light types just works now https://files.facepunch.com/sam/1b2111b1/C3pY5Q7jq9.png Fix directional light farz https://files.facepunch.com/sam/1b2111b1/Jn16Ruj0ub.png Remove SetShadowCascadeResolution and SetShadowCascadeDistance, both pointless, cascades use shadow resolution, add SetCascadeDistanceScale, make number of cascade count actually work Add g_vRandomFloats to replace oddly named ScreenSpaceDitherParams, fix reflections and volume fog using that Rename Tiled Light Builder to Tiled Light Culling, do fixes for the new system and shrink tiles to 32x32 from 48x48, allowing us to just take a single fetch from depth buffer for GPU culling tests Fix lightcookie support, add support for colors on indexed lights with lightcookies, remove lightcookie index from lightbinner.hlsl, just pass the transform https://files.facepunch.com/sam/1b2711b1/zTwJgEDa7N.jpg Add unified Subsurface Scattering support for skin shadiing, previously every light type implemented this differently causing shading differences, now baked lights show this correctly too https://files.facepunch.com/sam/1b2711b1/k5L2Punaav.png Readd SetShadowCascadeResolution and SetShadowCascadeDistance as stub obsolte methods to not break existing games Finalize things, fix misc warnings, fix SSR and enable directional lightmaps Unify Two Lobe Specular and normal Specular Test: do full checkout with clean on shader.yml, delete debug_shaders.yml ( pointless ) Pass skycolor of multiple lights to renderer, works with multiple lights, fixes skycolor attribute doing nothing, while it'd be nice to just pass envmap diffuse lighting for ambients right now it'd break some workflows Fix typo on cloth shading combos Remove references to removed files in shaders CI: Use git checkout to remove stashed changes, shouldn't error if there are no changes to save & drop debug_sunshadow_vis is gone, update all_shaders with what's actually there Add LightSupportsTimeSlicedRendering and filter directional lights out of it, fixes cascades being fucked on hammer Loop rather than unrolling CalculateLightingAtPoint, sucks for perfomance but this function shouldnt take start and end indexes of the light, focus on correctness first Fix trunkation warning Pass correct envmap index Reenable high precision lighting, it's all fine now (but still considering removing it) [ Pick ] remove specialized decal rendering path from skin Fix cascade scale for maps that arent compiled with the new light attributes Apply indirect transmissive lighting, previously would only be affectted by direct lighting Migrate light api to new lightbinner system Get light culling render buffer from rendercontext rather than from layer Fix compilation of tiled_light_culling on vulkan (wtf?) Transpose matrices on d3d11 Support for multiple suns and fog on atmosphere_sky, code for this still sucks since this came from the first days of development Remove decal references in skin shader, thought I had that sorted :S Remove decal_renderer from allshaders.txt Compile shaders Refactor fog shader to take lights by index rather than by list, unroll loops still Minor fixes, x.Load(i) and x[i] has different behaviour between vk and d3d11? Compiled lit user shaders Shader CI: Do git clean before pull Compile core shaders Compile user shaders Compiled light culling material Add lightData.HasFrustumFeathering() for seamless fading between light cascades Consider one texel from edge to be considered outside the shadow region so that multiple frusta won't do smooth sampling on edges Consider cascade to always be squared
10 Months Ago
▍▉▍▌█▆ ▊▅▌▇▆_▆▅▌▇▋▅▇ - ▇▇▅ ▄▉▍▇ ▉▇█ ▌▉▇▊▊ ▇▉▅ ▊▋▊▉▄▌ ▄▌▇▆▉▆▆ ▆▇▇▋▍▇▌▄ ▍█▌▍ ▆# ▆▇▍▉▉▋
10 Months Ago
Add CameraComponent.Viewport
10 Months Ago
Lazy-instantiate WorldSplineSharedData in the same way as TrainWagonLootData. Change TrainWagonLootData back to not using null-coalescing operator. Although it was perfectly fine in this case, ScriptableObjects do have the same null overriding situation as MonoBehaviours, and I'd rather not give anyone the wrong ideas.
10 Months Ago
VR: Clean up render model code, make everything non-blocking
10 Months Ago
VR: Hook up IVRRenderModels interface VR: Add render model support for controllers, VR Model Renderer component (sbox-issues/issues/1001) Uses `vr_controller_01_mrhat` if no model available VR: Render model textures, fix axes VR: Model renderer component is separate, takes a model renderer as property, doesn't run in non-vr
10 Months Ago
Fixed bug causing doubled markers to appear
10 Months Ago
Map now shows shelters owned by player This functionality automatically disables if max_shelters convar is set higher than default
10 Months Ago
PhysicsComponent => Rigidbody
10 Months Ago
Disabled crunch on a few more textures
10 Months Ago
PhysicsComponent => Rigidbody
10 Months Ago
10 Months Ago
Rigidbody component exposes PhysicsBody (fixes sbox-issues/issues/4177) protocol++
10 Months Ago
More additions to texture streaming exclusion paths
10 Months Ago
Enabled mips and streaming on 34 textures