reposboxcancel

17,083 Commits over 1,308 Days - 0.54cph!

5 Months Ago
5 Months Ago
Remove r_depth_prepass option, we should always be doing it as part of forward+ Depth class uses the pre-resolved depth chain from the prepass instead of trying to sample an MSAA buffer, which was never working on certain MSAA levels and would've required a combo and loads of extra bullshit to do.
5 Months Ago
Rotation.SmoothDamp is static Add SmoothMove.SmoothMove which takes a transform, does rotation too Cleanup failed experiment
5 Months Ago
MethodDescription.Identity built from return type, name, params but not fully qualified rn as hard to correlate with results from ITypeSymbol in codegen Add support for codegen to pass methodidentity in struct, and split typename from methodname and add IsStatic as well to help differentiate properly
5 Months Ago
Add PhysicsBody.GetLerpedTransform Add PhysicsBody.SmoothMove sceneanimatableobject sets physics bone positions on non animated models too Fix skinned mesh bounds being fucked (although this needs another look later on)
5 Months Ago
New Outfit Piece - Fisherman Jumpsuit LODs and Skinning adjustments coming asap!
5 Months Ago
Citizen: perform a post-motion-extraction offset on the sprint anims, to get the center-of-mass & pivot point feel better during turns, and blending in general
5 Months Ago
Citizen: improved 'Land_Movement_N' animation, & fixes it potentially causing weird IK leg flips in some movement animations
5 Months Ago
Citizen: improved 'Land_Standing' animation & removed old 'Land' animation from VMDL/files
5 Months Ago
Remove SceneCamera.Enabled (isn't required)
5 Months Ago
Initial commit / struct names not finalized
5 Months Ago
Engine side of multiple scene cameras test (wip)
5 Months Ago
Engine side of multiple scene cameras test (wip)
5 Months Ago
Fix EnumControlWidget for [Flags] enums Before: https://files.facepunch.com/ziks/1b0411b1/flags-before.mp4 After: https://files.facepunch.com/ziks/1b0411b1/flags-after.mp4
5 Months Ago
Add r_depth_debug to visualize the depth buffer
5 Months Ago
Make `ListView.ItemAlign = Align.SpaceBetween` work better, especially when there's not enough items to fill a row
5 Months Ago
Clamp trace fraction
5 Months Ago
Hitbox tags are a tagset Fix opening menus as modal
5 Months Ago
PhysicsTraceBuilder tweaks, allow running existing trace on other worlds
5 Months Ago
When saving editor layout, check for duplicates, make a popup window to confirm changes https://files.facepunch.com/tony/1b0211b1/parsecd_zJEhGE41dz.png Add default layout
5 Months Ago
Update Facepunch.ActionGraphs
5 Months Ago
Citizen/animgraph: tie the new airborne flailing to wish_groundspeed
5 Months Ago
Citizen/animgraph: added better airborne flailing + fixed airborne-ground-airborne jank protection using a timeout of 1000ms instead of 100ms
5 Months Ago
Pass correct envmap index Reenable high precision lighting, it's all fine now (but still considering removing it)
5 Months Ago
Set VR depth resolve & refract textures, fixes glass rendering in VR
5 Months Ago
PhysicsTrace cleanup, can trace against Capsule, BBox, Sphere individually
5 Months Ago
ReflectionSerializedObject properties set their PropertyType
5 Months Ago
Attributes to ignore / include members as ActionGraph nodes
5 Months Ago
Allow icons in node categories
5 Months Ago
Don't inherit [ActionGraphIgnore] on types
5 Months Ago
Refactor conditional models to use tags instead of hard defined indexes. Add Clothing.Tags
5 Months Ago
Make CUtlString a real interop type Add binds for CHitBox, HitBoxSet Fix embarassing CUtlString conversion Add Model.HitboxSet
5 Months Ago
Attributes for ignoring / including members (#1360)
5 Months Ago
Citizen/animgraph: added Sprint_NW
5 Months Ago
Fix trunkation warning
5 Months Ago
Loop rather than unrolling CalculateLightingAtPoint, sucks for perfomance but this function shouldnt take start and end indexes of the light, focus on correctness first
5 Months Ago
Move `vr_depth_submit` convar over to managed
5 Months Ago
Respect `vr_spectator_show_left_eye` value
5 Months Ago
VR companion view, render stereo to its own back buffer https://files.facepunch.com/alexguthrie/1b0111b1/sbox-dev_Z2Mn6GMTLF.png
5 Months Ago
Citizen/animgraph: added Sprint_NE + other misc. small tweaks
5 Months Ago
Add LightSupportsTimeSlicedRendering and filter directional lights out of it, fixes cascades being fucked on hammer
5 Months Ago
Fix .sndscape assets not being added to __references
5 Months Ago
debug_sunshadow_vis is gone, update all_shaders with what's actually there
5 Months Ago
CI: Use git checkout to remove stashed changes, shouldn't error if there are no changes to save & drop
5 Months Ago
Fix typo on cloth shading combos Remove references to removed files in shaders
5 Months Ago
Add SoundHandle.Pitch
5 Months Ago
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
5 Months Ago
Fix ActionGraphs breaking on full hotload
5 Months Ago
Fixed some nodes not invalidating on hotload
5 Months Ago
Fix ActionGraph instance upgraders not getting added Fix possible type mismatch when upgrading ActionGraph delegates