branchsbox/mastercancel

13,177 Commits over 1,522 Days - 0.36cph!

3 Months Ago
Check BVH indexing outside of vertex list, if this is still getting hit then something else is at fault
3 Months Ago
Improved AO darkening on flat surfaces with narrow camera angles ditto Merge branch 'master' of sbox
3 Months Ago
Actually use the new ByteStream
3 Months Ago
Possible fix for queued messages not sending
3 Months Ago
Add download progress notice for cloud assets in editor, Facepunch/sbox-issues#5639 https://files.facepunch.com/solw/2024/July/23_15-25-OverduePekingese.png
3 Months Ago
Add Scene.GetAllComponents( Type ) overload
3 Months Ago
Assert and bail when trying to set physics body to invalid transform
3 Months Ago
Fix Facepunch/sbox-issues#5896
3 Months Ago
Prefab instances must be updated to have at least the tags specified in their prefab (Fixes Facepunch/sbox-issues#5729)
3 Months Ago
Fix NRE when opening PublishPage directly
3 Months Ago
Added Warning to Publishing Wizard telling you which issues need to be resolved in order to upload. Don't allow upload if startup scene is not set or is set and does not exist. https://files.facepunch.com/CarsonKompon/2024/July/23_07-24-LovablePaintedladybutterfly.png
3 Months Ago
Added Apply TRS shader graph node https://files.facepunch.com/ziks/2024-07-23/sbox-dev_PnwMGMVjmc.mp4
3 Months Ago
Fixed depth issues, added depth falloff control, added a fade zone for AO Fixed depth bug apparent with rotating camera etc. added a depth falloff control so user can set distance to where AO ends. Then added a fade zone for AO which has a hardcoded small width so that when the camera depth to pixel approaches the cutoff the AO fades out to prevent any popping.
3 Months Ago
Fixed not being able to edit these advanced networking settings in prefab editor - working around NetworkAccessor ref struct
3 Months Ago
This should solve the uploader problems for games above 2.14 GB Fixed GameObjectHeader NRE in prefabs
3 Months Ago
Fix errors when trying to render dynamic cubemaps in editor
3 Months Ago
Don't allow mesh shapes to generate contacts on sensors
3 Months Ago
Update shaders
3 Months Ago
Fix shitty jitter and noise in volumetric fog https://files.facepunch.com/sam/1b2211b1/NDCtmFBjFj.jpg
3 Months Ago
Adjust depth bias for gizmos and debug lines, we have way more granular precision than I thought
3 Months Ago
Add Storage Usage Widget to Publisher Wizard. Useful for finding out what has the largest impact on file size. https://files.facepunch.com/CarsonKompon/2024/July/22_15-25-WellgroomedKomododragon.mp4
3 Months Ago
Cubemapper Fixes (#1627) Refactoring and fixes for Cubemapper, cleaned it up, makes it really WYSIWYG Makes them work on Scene viewport Updates any time they're dirty Barriers should be set properly now Parallax for ambient envmap lighting Diffuse lighting from envmap should be working properly now Cubemap feathering is tighter by default now, should fix some "leaks" now that skybox is also a global cubemap
3 Months Ago
Use two passes for ggx cubemap filtering just like in cubemapper Use bilinear filtering for SampleEnvironmentMapLevel, worth the tradeoff since we're much faster now Up sky.shader version
3 Months Ago
Combed Network Mode, Network Interpolation, and Advanced Network Settings into one condensed menu https://files.facepunch.com/CarsonKompon/2024/July/22_12-45-ClearcutGlobefish.mp4 Added [Icon] attributes to NetworkOrphaned and OwnerTransfer enums Move Interpolation Icon to be the same as the other options. Remove unnecessary code and comments. Give Network Options button ToolTip Change Network Orphaned -> "Orphaned Mode" and Network Interpolation -> "Interpolation" Disable extra network settings when Network Mode is not set to Network Object. Radio Options no longer interactive when disabled Grey out interpolation icon when disabled Merge pull request #1631 from Facepunch/new-inspector-network-menu Updated Network Settings Menu in GameObject Inspector
3 Months Ago
Let's remove these exceptions - let us try to call RPCs on components that don't have a networked object root, as long as a GO and Component exists on the other end with those ids, we should allow it
3 Months Ago
Initial commit Call flush here Don't set to connected until Activate Undo that Flush for source here too Only queue messages after Snapshot (otherwise ignore) and send when Connected. Add new docs to broadcast By default queuedUntilState is null Remove debug logs Use new ByteStream( data ) instead of create w/ length then write Optimization to remove queues when no longer required (cheers Ziks)
3 Months Ago
Oopsies let's actually not allow old cookies to replace newer ones
3 Months Ago
Fix offset parameter in ByteStream.Write (#1626)
3 Months Ago
Tooltips for mysterious component inspector buttons
3 Months Ago
Use Nullable underlying type when attempting conversion, fixes Facepunch/sbox-issues#5879
3 Months Ago
Show Prefab Variable button before Nullable button in ControlSheet
3 Months Ago
Catch possible NRE in CookieContainer
3 Months Ago
Oops, delta needs to be transformed by the rotation not the transform
3 Months Ago
Fix CastShapeAgainstShape for AABB
3 Months Ago
Fix component header not swallowing context menu events, fixes Facepunch/sbox-issues#5876
3 Months Ago
Fix physics builder stomping physics tags with material tags, they should just append
3 Months Ago
Make SSR reconstruction ghosting less apparent
3 Months Ago
GGXCubemapBlurHelper::GetFaceAndUVFromDirection was giving mirrored directions, recode it to point to correct direction, GGX skyboxes look very nice now, fixes a few issues specially in low resolutions, up sky.shader version so CI rebuilds textures
3 Months Ago
Support terrain collision holes (Use I8 instead of A8 image format for hole map), still need to refresh contacts on dirty though https://files.facepunch.com/layla/1b2111b1/sbox-dev_60iyvuYQ7S.mp4
3 Months Ago
Fucked debug code
3 Months Ago
Terrain: Add Hole tool This is a seperate R8 texture currently, but will be JsonUpgrade and folded once the splat map becomes an index map. https://files.facepunch.com/matt/1b2111b1/0pGQXMLbc2.png
3 Months Ago
Browse cloud terrain materials button Can drop terrain materials onto terrain in scene
3 Months Ago
Don't set cursor position if !IsAppActive()
3 Months Ago
Fix WatchPhysical() test, shouldn't be ticking before check
3 Months Ago
Disable recursion test
3 Months Ago
Oops - don't need obsoleted KeyModifiers anymore Don't inject EnsureSufficientExecutionStack calls, see if that changes performance in any way
3 Months Ago
Lets see if CollectionsMarshal.AsSpan is any faster or if Nick Chapsas is a liar Skip all this if we have no rendertree Clean up
3 Months Ago
Hull collider can be updated without recreating the physics shape Use MakeDirty for model collider
3 Months Ago
Sphere collider can be resized without recreating the physics shape
3 Months Ago
Capsule collider can be resized without recreating the physics shape