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

17 Days Ago
Regenerated Chinese, Korean and Japanese static fonts Added empty dynamic fallback fonts for each of them Cleaned up the fonts folder (without breaking the community UI this time)
17 Days Ago
Add Reset to Default button in InputPage, to restore to common inputs, resolves Facepunch/sbox-issues#7109
17 Days Ago
Deploying to gh-pages from @ Facepunch/recastnavigation@7efacd65d0620b39c4ece43fba7c4c0e72b9aba1 🚀
17 Days Ago
Enable 64bits for poly references Again since we are only targeting x64 this does not have a performance impact. Memory usage will be slightly increased, but only if many refs are held by the user.
17 Days Ago
Pull latest changes from FP recastnavigation fork Among upstream recast changes this also includes a change to: Bump RC_SPAN_HEIGHT_BITS from 13 to 16 Increasing the bits used, will yield more accurate height information in the generated navmesh voxels & polys. This does not change the size of rcSpan on x64 platforms. (See https://godbolt.org/z/4eKq45daK) Therefore, this is free accuracy improvement without perf or memory impact.
17 Days Ago
Baseline of a tool generating static fonts based on localization content
17 Days Ago
Add names to lambdas
17 Days Ago
Don't consider cells inside a triangle if the triangle just touches the cell
17 Days Ago
Implement async while
17 Days Ago
Get rid of SetBody, just return it Tast async while
17 Days Ago
Restore this fbx blend shape normals code, at the time it was fucked but now it looks correct, recursive destroy on fbx mesh copies may have been causing it - Fixes incorrect normal smoothing on fbx meshes that include morphs that aren't being used
17 Days Ago
Allow create model context menu item for fbx, obj, dmx
17 Days Ago
Asset preview dmx
17 Days Ago
Deploying to gh-pages from @ Facepunch/recastnavigation@ac488df6fe9a3c2575e36c4eddc5b03815891b5f 🚀
17 Days Ago
Removed unused dividePoly function see a4e1e2b
17 Days Ago
Call WriteProgramToBuffer from c# Fix old compile routine crashing ByteStream WriteArray optional count Fix shader compile
17 Days Ago
Deploying to gh-pages from @ Facepunch/recastnavigation@217f9d61e5a45e71722fa58f21345a117a81c9bc 🚀
17 Days Ago
Bump RC_SPAN_HEIGHT_BITS from 13 to 16 Increasing the bits used, will yield more accurate height information in the generated navmesh polys. This does not change the size of rcSpan on x64 plattforms. (See https://godbolt.org/z/4eKq45daK) x64 is the only platform we are targeting for s&box and Rust. Therefore, this is free accuracy improvement without perf or memory impact.
17 Days Ago
Deploying to gh-pages from @ Facepunch/recastnavigation@a4e1e2bbfc518e12fd3b582e4d4aeae9b5d81cb2 🚀
17 Days Ago
Fix bug leading to stack smashing Fixes recastnavigation/recastnavigation#687 To address this, I basically reverted recastnavigation/recastnavigation@e063ba6 & recastnavigation/recastnavigation@adcd4f4 which seem to be the most likely culprit for the issue. Contrary to the commit message in e063ba6, which claims that the changes made are an optimization, reverting the changes had no measurable impact on performance.
17 Days Ago
Delete infectedwoundrenderdata
17 Days Ago
Delete more from common
17 Days Ago
Delete public/assetrename
17 Days Ago
Fix default for params arg
17 Days Ago
Remove some unused code from src/common
17 Days Ago
Fix some ContinueWith cases
17 Days Ago
Fix wolves not fleeing when damaged when their target is inside a safe zone
18 Days Ago
▉█▌▉▅ █▅█▄ ▉▉▉▅
18 Days Ago
merge from main
18 Days Ago
Move VCS writing code to CVfx
18 Days Ago
If a scientist loses sight of you and you pop from another angle they don't expect, they'll take more time to flick their crosshair to you If you reappear in the exact same spot though, they won't need to move their crosshair so they'll just shoot based on the average human reaction time
18 Days Ago
Different main menu music
18 Days Ago
Dead cubemap rendering code
18 Days Ago
Added some music, add ArenaManager.Instance
18 Days Ago
Remove dead code Pass VfxCompiledShaderInfo_t straight into CVfxByteCodeManager
18 Days Ago
Fix warning
18 Days Ago
Expose navlink ConnectionRadius
18 Days Ago
Clean up aim code
18 Days Ago
Fix invis NRE when invis player is killed
18 Days Ago
More CPR on the ancient christmas lights and their weirdo shader. Test save for Dayaan.
18 Days Ago
fire stack perk tweak frozen shard perk balancing more balancing diff 5 balance tweaks fear sfx fix more balance tweaks
18 Days Ago
Leaderboard backup, run #15941
18 Days Ago
Fix updating tags removing trigger contacts, only shapes that ignore each other should have contacts removed Position editor tool only smooth moves rigidbodies that have motion enabled
18 Days Ago
Fix collision events returning incorrect per triangle surfaces
18 Days Ago
Fixed car radio not saving it's current radio station through a server restart or when reocnnecting to a server
18 Days Ago
Merge from main
18 Days Ago
WIP support for adjusting r_prop bone on the hands layer shield blocking state, values need to be cached per affected weapon via the new ShieldHeldEntityOffset component
18 Days Ago
Remove unused r_tiled_rendering_depth_cull Unused VR rendering layers (probably)
18 Days Ago
AbsolutePath is required only for registering the asset Added Multiedit to RangedFloat (so you can edit all your sounds at once) AudioDistanceFloatProperties now support Multiedit ButtonControlWidget now supports Multiedit, will invoke the function on all selected Components GradientEditorWidget now supports Multiedit CurveControlWidget now supports Multiedit