branchsbox/mastercancel

14,460 Commits over 1,614 Days - 0.37cph!

3 Months Ago
Add a bunch of stats to ingame console
3 Months Ago
Human Hair Update
3 Months Ago
Simplify networking options in header bar in editor - drop down options in Network for Simulate Lag, Lobby Privacy
3 Months Ago
Fix typo
3 Months Ago
Optimize navmesh geometry collection by fully utilizing the BVH of a physics mesh
3 Months Ago
Clear volumetric fog texture on creation, this seems to could've caused problems even back on Alyx but issue is bigger now that we don't write to all volumetric fog froxels at once Fix ClearUnorderedAccessViewUint not clearing properly for Texture2DArray and Texture3D
3 Months Ago
Handle TcpSocket not being able to start more gracefully
3 Months Ago
Auto Switch to Best Host Candidate (#1705) Previously anyone could be assigned as a host when the host leaves. Now we'll score lobby members by their average ping and average connection quality to all other peers and use that score to determine who to give the host to. When a host leaves, we'll try to find a good candidate and set the owner immediately first, but if that fails, it'll happen the next time someone is automatically assigned to be the host. Previously, a connecting client could be assigned the host, but this is no longer the case as clients must be fully connected to be considered as a candidate. In addition, we'll periodically attempt to find and change to the best host candidate. This particular behavior can be disabled per project or per lobby.
3 Months Ago
Stop reloading cookies, history etc whenever the asset browser becomes revisible Move project-aware location logic to AssetBrowserLocation, special cases for Core/Citizen, use root title in path widget Refresh asset browser sidebar, hide built in content behind 'Show Base Content' toggle FindProjectByDirectory prefers closest match in case of nested project paths (eg libraries) Disable ShowBaseContent by default Fix long FolderNode labels getting cut off early Selecting sidebar node for current location works with all node types
3 Months Ago
Fix vox category
3 Months Ago
Optimize navmesh generation by pooling generators (#1703) This also fixes sbox-issues/issues/6941 by limiting the degree of parallelism for the generation.
3 Months Ago
Human Hair Update
3 Months Ago
Fixed regressions in CPhysicsShape::GetTriangulation Yeet the weird pointer iteration that fucked me 3 times by now.
3 Months Ago
Bump up pose recipe param buffer size to 4kb
3 Months Ago
Clear out unused InputManifestTemplate ItemGroup in Sandbox.Game
3 Months Ago
Remove old SCENEOBJECTFLAG_HIDEINFIRSTPERSON Remove old SCENEOBJECTFLAG_SUPPORTS_ENV_INTERACTION Write GameOverlay depth to main scene, so things like bloom layer don't render over it
3 Months Ago
Create attachment gameobjects on renderer root, transform them on animation update instead of attaching them to bones
3 Months Ago
Revert "Optimize navmesh generation by pooling generators 2.0" This reverts commit 54123afcdceb6e924eb14625985a3501f2d801e4.
3 Months Ago
Optimize navmesh generation by pooling generators 2.0 This also fixes sbox-issues/issues/6941 by limiting the degree of parallelism for the generation.
3 Months Ago
Revert "Optimize navmesh generation by pooling generators" This reverts commit 263974a602d63b4b817b5561b9a010689859b01f. Until we can figure out why an unrelated test started failing.
3 Months Ago
Humans: copy ring fingers onto pinky fingers while we're still reusing Citizen animations — avoids the "tea cup" look
3 Months Ago
Optimize navmesh generation by pooling generators This also fixes sbox-issues/issues/6941 by limiting the degree of parallelism for the generation.
3 Months Ago
Human Hair Updates
3 Months Ago
Specify .net 9 for shaders.yml Fix sampletexture_bicubic (is anything using it)? Compiled shaders with correct specular brdf
3 Months Ago
Optimize Memory Allocations in CPhysicsShape::GetTriangulation
3 Months Ago
Make editing BaseItemWidget/ListView contents thread safe Thread asset browser populate, remove arbitrary and teeny weeny MaxFiles cap 'everything' location shows more than just up to the As now, search/type filtering works as you'd expect Fix path/search widgets not updating correctly for meta locations Fix NRE
3 Months Ago
Properly restore all Scene/Prefab tabs from previous session without Task.Delay hack
3 Months Ago
Tone down ByteStreamTest.DecompressStressTest
3 Months Ago
Hackweek resource extensions (#1694) I don't think this is complete - but it's a good start
3 Months Ago
Expose EditorActionGraph.CanModifyParameters
3 Months Ago
IAssetEditor: focus existing editor if it's a BaseWindow
3 Months Ago
Improved async behavior of navmesh tile generation
3 Months Ago
Set same tags for dedicated servers as lobbies for consistency. Fixed case when connection doesn't close properly.
3 Months Ago
Expose initial API for navmesh tile(re)generation Expose NavMesh.GenerateTile( PhysicsWorld world, Vector3 worldPosition ) Expose NavMesh.GenerateTiles( PhysicsWorld world, BBox bounds )
3 Months Ago
Human Head 02 initial setup
3 Months Ago
Instead of the host crashing and disconnecting when a connecting user tries to send handshake messages with the wrong state, log it to console and kick them with a debug reason
3 Months Ago
Try to create lobby socket - if it errors and returns null, back out of creating the lobby Make sure we clear removed and changed lists when resetting a string table Make sure we disconnect properly if failing to create a Steam Lobby
3 Months Ago
Package updates
3 Months Ago
Humans: added CrouchWalk_S
3 Months Ago
Clothing Updates
3 Months Ago
Need to download cloud asset references after we've imported resources not before
3 Months Ago
Fix GameResource assets not registering before loading startup scenes (and also compile assets), remove stupid Task.Delay hack? Fixes Facepunch/sbox-issues#6942
3 Months Ago
Humans: improved CrouchWalk_N (and increased its speed to 85 u/s)
3 Months Ago
Fix potential recast bug leading to stack smashing We are potentially affected by recastnavigation/recastnavigation/issues/687 To address this, I basically reverted recastnavigation/recastnavigation/commit/adcd4f472e8e08bd7f1db11b39f3394dc82ef869 which seems to be the most likely culprit for the issue. Contrary to the commit message in adcd4f4 which claims that the changes made are an optimization, reverting the changes had no measurable impact on performance. I am pushing the changes even though I am not certain they fix the issue, because the issue is only reproducible in our steam builds. In case this commit does not fix the issue, I will revert, and we need to keep digging.
3 Months Ago
ParticleModelRenderer.ModelEntry implicit operator
3 Months Ago
Humans: add menu anims (same as Citizen)
3 Months Ago
Potentially fixed an invalid state during navmesh generation Also fixed a minor memory leak.
3 Months Ago
Humans: added Run_S & Run_W
3 Months Ago
Fix ValueNoise shader function not being smooth Before: https://files.facepunch.com/ziks/2024-11-16/sbox-dev_KoXuUh9TIr.png After: https://files.facepunch.com/ziks/2024-11-16/sbox-dev_FtB7jYPzCf.png
3 Months Ago
Some extra null checking in DeleteSceneObject