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

17 Days Ago
Merge from /main
17 Days Ago
Merge: from main Tests: none
17 Days Ago
Potential fix for 1683 - may be a scuffed way of doing it. Two instances of Sandbox.Game can exist - store members of Commands from both, invoke / set those members when ConVars change. Allows [ConVar] and [ConCmd] in Sandbox.Game to function properly when in a game
17 Days Ago
Prevent scientists from magically knowing where you are and homing on you They now have to use their senses, guess and search methodically Allowing them to be surprised, baited and flanked Fix scientists seeing through opaque tarp
17 Days Ago
[interop] Don't create handle stuff in static functions Don't init VR if we're a console app Don't print vulkan device info if we're a console app Remove unused Unused
17 Days Ago
▋▆▇██ ▅▄▊▅ ▋▋▄▉
17 Days Ago
merge from main
17 Days Ago
▊▊▍▍█ ▇▅▊▍ ▍▆█_▅▋▉█▆▋▉_▉▇▇█ -> ▆▅█▌
17 Days Ago
Merge from main
17 Days Ago
▊▄▉ ▉▉▊▇▊▊▆ ▋▍▌▊▅▆ ▇▉▉▋▅ ▌▄ ▊▍▅▄▅▄ ▍▅▌ ▉▋▅▆ ▇▆▆▋▌▉▄▍█ ▌▆▄▊▍ ▊▋▌▍▄▋▍ ▍▊ █▉▅ ▉▋▄▍▇ ▄▉▍▌▅▇▋▍▉
17 Days Ago
Drop IL verification since we compile every assembly from source on clients now
17 Days Ago
merge from xmas2024
17 Days Ago
merge from fix_invis_nre
17 Days Ago
Leaderboard backup, run #15989
17 Days Ago
Move AnimationUtil to an editor only namespace
17 Days Ago
Merge from primitive/prop_offset
17 Days Ago
Merge from primitive
17 Days Ago
Applied to high caliber revolver as well
17 Days Ago
Cleanup, moved most logic into a new Facepunch.Utility.AnimationUtil class (GetClipFromFBX, GetLocalPositionFromClip, GetLocalRotationFromClip)
17 Days Ago
More progress, created a process to extract a generic animation curve from a humanoid animation to sample at any given point at edit time Involves duplicating the asset, converting it, sampling it and then deleting it so it's not fast, but at least it works and we shouldn't need to do this on many entities
17 Days Ago
Parent merge
17 Days Ago
Codegen
17 Days Ago
Map backup
17 Days Ago
XMasLight shader: replace BaseEmission with MinEmission, hardcode off mode as 0
17 Days Ago
Map backup
18 Days Ago
XMasLight shader: use BaseEmission as minimum brightness in animation, and add animation curve
18 Days Ago
Manifest fix
18 Days Ago
Parent merge
18 Days Ago
Fixed fish traps not working after a server restart if they were loaded with bait before the server saves
18 Days Ago
Remove disabled boombox model in car radio store preview prefab Manifest rebuild
18 Days Ago
Merge from primitive
18 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
18 Days Ago
Backups
18 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
18 Days Ago
Check mip sizes in Graphics.CopyTexture, not the texture size
18 Days Ago
Music volume adjustments
18 Days Ago
Various bulb improvements. Added an LOD1. (MeshLOD)
18 Days Ago
▄▌▍ ▉▍▅▋▉▆▍▅▄ ▉▅▉▋ ▊▅▋
18 Days Ago
Regenerated fonts
18 Days Ago
Include the font update in the phrase update process
18 Days Ago
Fix demo cmake get rid of tile cache
18 Days Ago
Handle no-op nodes when running output signals
18 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
18 Days Ago
Fix tests
18 Days Ago
Ensure area flags are correctly combined when marking areas
18 Days Ago
Fix PickupSpawner NRE
18 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
18 Days Ago
Remove unused args Run FinalizeCompile on feature too Unused Remove debug output
18 Days Ago
Fixed tired, pissed off logic
18 Days Ago
Move Worker_AddCompiledShader to CVfx Build feature data Call VfxSortProgramVariableArray