248,600 Commits over 3,928 Days - 2.64cph!

16 Days Ago
Parent merge
16 Days Ago
Codegen
16 Days Ago
Map backup
16 Days Ago
XMasLight shader: replace BaseEmission with MinEmission, hardcode off mode as 0
16 Days Ago
Map backup
16 Days Ago
XMasLight shader: use BaseEmission as minimum brightness in animation, and add animation curve
16 Days Ago
Manifest fix
16 Days Ago
Parent merge
16 Days Ago
Fixed fish traps not working after a server restart if they were loaded with bait before the server saves
16 Days Ago
Remove disabled boombox model in car radio store preview prefab Manifest rebuild
16 Days Ago
Merge from primitive
16 Days Ago
Add namespace_name to antlr grammar so that we can do "type Class::Function()" definition instead of defining all in class itself, we should just let it accept any HLSL Be able to fetch all light information with Light::Count() and Light::From(), while doing all optimization from tiled lighting etc Move light.hlsl to common/classes/Light.hlsl, start unfucking it, make it have same structure as everything else
16 Days Ago
Backups
16 Days Ago
Remove nSrcMipLevels and nDstMipLevels from CopyTexture and CopyFromVolumeTexture, they're not used in vulkan. Obsolete Graphics.CopyTexture with srcMipLevels and dstMipLevels, use the one without
16 Days Ago
Check mip sizes in Graphics.CopyTexture, not the texture size
16 Days Ago
Music volume adjustments
16 Days Ago
Various bulb improvements. Added an LOD1. (MeshLOD)
16 Days Ago
▄▌▍ ▉▍▅▋▉▆▍▅▄ ▉▅▉▋ ▊▅▋
16 Days Ago
Regenerated fonts
16 Days Ago
Include the font update in the phrase update process
16 Days Ago
Fix demo cmake get rid of tile cache
16 Days Ago
Handle no-op nodes when running output signals
16 Days Ago
Enabled xmas event Enabled xmas tree craft Enabled ice walls low and high Enabled xmas portals Enabled xmas airdrop Enabled xmas advent calander craft Switched Burlap Sack to xmas edition Enabled ginger bread building skin Enabled xmas decor at compount Enabled xmas decor at bandit camp Network++ Ho-Ho-Ho
16 Days Ago
Fix tests
16 Days Ago
Ensure area flags are correctly combined when marking areas
16 Days Ago
Fix PickupSpawner NRE
16 Days Ago
Tools: Expose ScrollArea.MakeVisible( Vector3 ) Cleaned up InputActionPanel, add shift-click support to rows, to skip modal confirmation, resolves Facepunch/sbox-issues#6982 Scroll back to the top when rebuilding InputPage
16 Days Ago
Remove unused args Run FinalizeCompile on feature too Unused Remove debug output
16 Days Ago
Fixed tired, pissed off logic
16 Days Ago
Move Worker_AddCompiledShader to CVfx Build feature data Call VfxSortProgramVariableArray
16 Days Ago
Leaderboard backup, run #15965
17 Days Ago
Shadergraph: Add take large screenshot button https://files.facepunch.com/layla/1b0811b1/sbox-dev_Lt7IX3NZ10.mp4
17 Days Ago
Auto populate model collider on awake if none are set
17 Days Ago
Make ragdoll components NotEditable in IsEditor
17 Days Ago
Make component sheet readonly when using NotEditable component flag
17 Days Ago
Rebuild ragdoll if bones change (model reload)
17 Days Ago
Make joint gizmos less noisy
17 Days Ago
Auto populate ragdoll renderer and model on awake if none are set
17 Days Ago
Add Ragdoll.StartAsleep, put to sleep on first update because joints are created in OnStart so sleeping has to happen after that
17 Days Ago
Add Rigidbody.Sleeping
17 Days Ago
Don't use MarkDirty in collider, it is causing a double collider rebuild, in turn causing rigidbody start asleep to not work
17 Days Ago
Merge polyflags and areas into one concept (areaflags)
17 Days Ago
Set these hidden flags on creation too
17 Days Ago
Add properties to ragdoll to show rigidbodies, colliders, joints
17 Days Ago
Removed the mass enabling/disabling of all TMP texts when opening/closing the main menu, hud and inventory Saves around 40ms and reduces GC allocation by 200kb every time the main menu is opened
17 Days Ago
Fix Gizmo.Control.Capsule (has it ever worked properly?)
17 Days Ago
Yeet DetourTileCache
17 Days Ago
Yeet DetourTileCache
17 Days Ago
Cloud Browser: Add ability to uninstall multiselect assets, resolves Facepunch/sbox-issues#7097
17 Days Ago
Fixed not being able to select ModelRenderers while drawing gizmos was disabled, resolves Facepunch/sbox-issues#7100