255,067 Commits over 3,990 Days - 2.66cph!

46 Days Ago
46 Days Ago
More robust method binding for generic types
46 Days Ago
Convar changed event Update replicated convar string table entry when it changes, if we're the host Clients use replicated vars table instead of accessing the value from the convar
46 Days Ago
Skin Pass for knight armour set
46 Days Ago
Increase collision on tripmine so you don't slide off them
46 Days Ago
46 Days Ago
Fix ignoring _type property of method nodes with target input
46 Days Ago
Multiple Satchels
46 Days Ago
46 Days Ago
Fix ignoring _type property of method nodes with target input
46 Days Ago
Move spline deformation away from vertex shader to allow deformation of arbitrary models Deform spline models on the CPU like a cavemen. Use RMF to avoid twisting artifacts. Will move this to a compute shader eventually. https://files.facepunch.com/lolleko/2025/January/08_10-35-AgileHectorsdolphin.png
46 Days Ago
Merge from main
46 Days Ago
Merge from presets_editor/quality
46 Days Ago
Fix CodeGen attribute blunder Fix unit tests getting the wrong envrionment var (not sure what changed) Rename ConVar to ConVarAttribute, ConCmdAttribute
46 Days Ago
Fixed preset order of values for water.reflections and graphics.shaderlod
46 Days Ago
Fixed mipmap tooltip.
46 Days Ago
Fix skin weights
47 Days Ago
Remove dead code Delete ivr.h, remove g_pVr (none if this is used anymore.. right?)
47 Days Ago
Remove FCVAR_RELEASE WrapepdPropertySet provides a Getter, to get the current value Include all attributes with wrapped properties, no just the codegen attributes ConvarSystem.SetValue always takes a string value instead of object Only set native convar if value is different Move sv_cheats to game code, so it gets codegen Always register sbox.game assembly with convar system Only set managed convar value if value changed Placeholder to return replicated values for convar Call ConVarSystem.OnConVarChanged when managed convar changes Native convars call OnConVarChanged Rename ConvarFlags to ConVarFlags
47 Days Ago
Leaderboard backup, run #16709
47 Days Ago
Make the ID field read only Fixed create button on objective fields not working when creating embedded assets
47 Days Ago
▊▅▍▋ ▍▇▉▊▊ ▌▉▆▉▌▇, ▊▅▌▌ ▇█▄▍▉ ▍▍ ▊▌█▇█▆▋▉ ▋▊▋ █▄▌▍▋▍ ▄▅▊▌
47 Days Ago
▅▌▆▉█ ▉▄▅▉ █▌▉▍▇▊ ▄▋ ▆▌▍ ▆▋▋▅▌ ▆▋▅▅▉▅▄▇ ▉█ ▊▍▋ ▌▆▅█▇▍ ▊▌ ▉▄▄ ▌▄▆▅▊█ ▇▄ ▄▋▆▋'▌ ▍▍▇▋ ▅▇▍▄ ▄▍▇ ▉▋▌█▌▉ ▄▋▋ ▅▇█▍▌▊▅
47 Days Ago
Legacy ToolsVis isn't even supported, any legacy variable refs to it can go
47 Days Ago
Lighter version of legs animator on the server horses Various anim tweaks
47 Days Ago
Remove ToolsVis() MODES from all shaders 🙏🏻 Remove ToolsWireframe and ToolsVis from shadergraph template
47 Days Ago
Remove ToolsVis from RenderingPipeline, remove ToolsVis combo, make it toggle through the integer only
47 Days Ago
Client side spoil timer now takes refrigeration into account and shows a little icon to communicate what's happening
47 Days Ago
Add EnvironmentMap class for EnvMap.hlsl, allows you to fetch contribution of all environment map lighting, fixes CubemapReflections toolsvis, move stuff out of lighting.fxc Init ToolsVis color to gray if mode is not supported, same behaviour as before
47 Days Ago
Remove vr_tools_vis.fxc, have it all in ToolsVis.hlsl as a class, remove all dangling S_MODE_TOOLS_VIS combos ToolsVis for Material lives in ShadingModel, custom shadingmodels implement their own Rest of shaders that do custom toolsvis behavior with new api Remove any #if S_MODE_TOOLS_VIS, makes it able to slide smoothly into new system Let toolsvis combo live where it was before (we're removing it right after) and remove S_MODE_TOOLS_VIS reference on spritecard, baked light vis on shadingmodel
47 Days Ago
Merge from primitive
47 Days Ago
LegsAnimator culling changes to support lods
47 Days Ago
Backups
47 Days Ago
Merge from parent
47 Days Ago
Merge from main
47 Days Ago
Merge from main
47 Days Ago
Show time remaining until food spoils on the item information panel, updates in real time down to the second Spoiled food now swaps to a new item (like burnt food) rather than showing an icon Setup on corn with a temp icon
47 Days Ago
Horses new animator controller Improved skidding behaviour Added some procedural motion when braking/skidding Tweaked the legs IK
47 Days Ago
Merge from main
47 Days Ago
Merge from cmBrainEnabled
47 Days Ago
cmBrainEnabled convar is now cmBrainForceDisable, will disable cinemachine when enabled Disabled saving, made admin only
47 Days Ago
Merge from main
47 Days Ago
Merge from demo_shot_improvements
47 Days Ago
Fixed loop option not being respected if it was enabled while switching between shots
47 Days Ago
Try/Catch GetDefaultNewShotName in the DemoShotUI, will fall back to a generic name suggestion
47 Days Ago
Fixed interaction blocker in demo playback UI not working when the UI is disabled
47 Days Ago
Hooked up conditional mount brackets, will use a curved bracket when attached to the horizontal barrel
47 Days Ago
Added a quicker and easier way to create variables within ActionGraph (instead of needing to right click on a plug) https://files.facepunch.com/CarsonKompon/2025/January/07_15-40-InstructiveUnicorn.png
47 Days Ago
Remove this check not allowing setting initial texture data for volume texture with mips, it should be allowed
47 Days Ago
Play around with tangent frame calculation using Parallel Transport / RMF https://files.facepunch.com/lolleko/2025/January/07_20-51-CriminalBlackfish.mp4