branchsbox/mastercancel

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

4 Months Ago
Prevent cloud browser from shitting pant with duplicate facet tags in query Don't add type tag twice when FilterAssetTypes is specified for cloud browser Cloud browser: Hide sidebar type locations when FilterAssetTypes is specified
4 Months Ago
Cloud asset uninstall flow/ui - removes all references to the package from your project - deletes all files that're no longer needed from disk - updates package references to remaining installed package where there's shared files https://files.facepunch.com/solw/2024/October/31_13-07-ComposedAmericancreamdraft.png
4 Months Ago
Fix vignietting on DoF DoF Blur size is in pixels, make it relative to screen resolution so size is consistent, do uv offset a bit after first sample so there's less shimmer
4 Months Ago
HelpUrl for PlayerController HelpUrl adds (?) button to component header, fixed component header rebuilding multiple times
4 Months Ago
Use [FontName] for TextRendering.Scope, resolves Facepunch/sbox-issues#6752 https://files.facepunch.com/tony/1b3111b1/sbox-dev_VBbuYDiPZN.png
4 Months Ago
Clothing Updates
4 Months Ago
Clothing Updates
4 Months Ago
Humans: brand-new data sets for hitboxes, physics joints, and physics shapes + improved WalkFast_E + added WalkFast_W https://files.facepunch.com/maxlebled/1b3111b1/2024-10-31%2001-49-11.mp4
4 Months Ago
Fix [Placeholder] attribute not actually setting PlaceholderText
4 Months Ago
Add Model extension to create bone objects Rework skinned renderer to use create bone objects extension. Ignore absolute bone objects.
4 Months Ago
Fix asset browser not opening if last opened directory from previous session was deleted/moved
4 Months Ago
Fix UI sounds having Occlusion, Attenuation, Absorption and Transmission applied to them. [HideIf] those properties when UI is true. Resolves Facepunch/sbox-issues#6742
4 Months Ago
When creating a component, if the typename has a conflict, then prioritize the type that exists in addon code PlayerController component Player Controller prefab
4 Months Ago
Clothing Updates
4 Months Ago
Fix FloatControl shitting itself when it's nullable Fix exception when deleting a component Make ClothingContainer more useful
4 Months Ago
We shouldn't need these SteamInput files anymore
4 Months Ago
Fix path widget error with meta locations
4 Months Ago
Display distance on dragged sound in PreviewSound widget PreviewSound Falloff preview updates as you edit the Curve
4 Months Ago
Add Vector3.SmoothDamped, Vector3.SpringDamped Add HeaderAttribute, SpaceAttribute , HelpUrlAttribute Keep General feature first always Add ParticleModelEmitter Add ParticleTextRenderer Add SceneVolume system Seal up some classes Add DspVolume
4 Months Ago
Failing tests reproducing Facepunch/sbox-issues#6731 Fix Facepunch/sbox-issues#6731 Clean up string.To{Numeric} extension methods
4 Months Ago
Fix asset dependency list with new browser Save/restore asset inspector tabs to cookie
4 Months Ago
Don't do AssetListEntry scroll events in list mode Don't show libraries in cloud browser Add windows-style subdirectory flyout to path separator https://files.facepunch.com/solw/2024/October/30_09-20-IllfatedUlyssesbutterfly.png Include final path separator if the directory has subdirs
4 Months Ago
Depth of Field 2 (#1657)
4 Months Ago
Fix messed specular on skin shader that was using old normalization curve https://files.facepunch.com/sampavlovic/1b3011b1/zPO0P1wuPT.png
4 Months Ago
Humans: reworked WalkFast_N
4 Months Ago
Folder Metadata is applied to FolderNodes
4 Months Ago
Move Folder Metadata from EditorCookies to ProjectCookies. Use relative paths instead of absolute paths.
4 Months Ago
PreviewSound gradient now visually follows the Falloff of the sound instead of purely being there for aesthetics https://files.facepunch.com/CarsonKompon/2024/October/29_18-40-LightsalmonBudgie.mp4
4 Months Ago
Adjust sound defaults and hopefully fix most falloff-related issues.
4 Months Ago
Can give an optional target to scene event nodes Fixes Facepunch/sbox-issues#6726
4 Months Ago
Add TreatWarningsAsErrors compiler option Add TreatWarningsAsErrors to built-in addons Helps us catch warnings before the build fails because of BuiltInTests.NoWarnings Add some default lighting to game object thumbs if scene is unlit
4 Months Ago
Fix SoundEvent JsonUpgrader to accommodate for RangedFloat values.
4 Months Ago
Store pages, checkout
4 Months Ago
Added Distance/Falloff to Sounds (#1682)
4 Months Ago
Mouse back/forward buttons in asset browser Clean up history logic a bit
4 Months Ago
Add scroll layout enter/exit events to ListView Asset browser: only render thumbnails for assets within visible scroll region, dequeue when culled Don't refresh whole browser content when a thumbnail is updated Just do a single thumbnail render per frame for now, feels less janky
4 Months Ago
Fade out items you don't own in avatar scene
4 Months Ago
Fix warning
4 Months Ago
Add "Go To Folder" in recents
4 Months Ago
Fix compiled asset filtering
4 Months Ago
Catch case when ResourceProperty has no asset
4 Months Ago
Steam inventory service
4 Months Ago
Use cloud asset type instead of file extension for filters in Cloud Browser. Resolves Facepunch/sbox-issues#6721
4 Months Ago
Long Folder names will wrap in Asset Browser icon view
4 Months Ago
Reorganise cloud browser sidebar, add type shortcuts Add count badge to cloud Installed node Fix qt exception when installing cloud assets Cloud browser: Update facet dropdown selection from actual value in query, avoid putting crap in the searchbar from sidebar shortcuts Cloud browser: Still show facet title when there's a selection
4 Months Ago
Fix crash in CModelStream::CopyValuesFromStream, assert out of bounds
4 Months Ago
Add failing hotload test, reproducing #1673 Stricter AreEquivalentTypes, fixes #1673
4 Months Ago
Fix asset context menus in native tools, resolves Facepunch/sbox-issues#6722
4 Months Ago
Add SteamItemDefinitionId to Clothing
4 Months Ago
Humans: fixed compile errors