userCarson Komponcancel
branchsbox/mastercancel

222 Commits over 153 Days - 0.06cph!

2 Days Ago
Unify UI and ListenLocal, should have complete parity with how it was before 🤞
2 Days Ago
Fix UI sounds still playing spatially.
4 Days Ago
Fix [Placeholder] attribute not actually setting PlaceholderText
4 Days Ago
Fix asset browser not opening if last opened directory from previous session was deleted/moved
4 Days 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 Days Ago
Display distance on dragged sound in PreviewSound widget PreviewSound Falloff preview updates as you edit the Curve
4 Days Ago
Folder Metadata is applied to FolderNodes
4 Days Ago
Move Folder Metadata from EditorCookies to ProjectCookies. Use relative paths instead of absolute paths.
5 Days 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
5 Days Ago
Adjust sound defaults and hopefully fix most falloff-related issues.
5 Days Ago
Fix SoundEvent JsonUpgrader to accommodate for RangedFloat values.
5 Days Ago
Added Distance/Falloff to Sounds (#1682)
5 Days Ago
Catch case when ResourceProperty has no asset
5 Days Ago
Use cloud asset type instead of file extension for filters in Cloud Browser. Resolves Facepunch/sbox-issues#6721
5 Days Ago
Long Folder names will wrap in Asset Browser icon view
6 Days Ago
Fix Folder Icons not being centered Added Folder Metadata window. Allows you to change folder Color/Icon and see additional information. Resolves Facepunch/sbox-issues#6705 https://files.facepunch.com/CarsonKompon/2024/October/28_13-38-MeagerIbizanhound.png
6 Days Ago
Re-implemented FilterAssetTypes in AssetBrowser and CloudBrowser. ResourceControlWidgets will now only show the selected resources Unify "Show In Explorer" icons in Asset Browser Don't show Games in the Cloud Browser. Don't include in type facet
8 Days Ago
Unify all asset delete methods, fix delete not working for certain assets. Resolves Facepunch/sbox-issues#6692
8 Days Ago
Disable Forward/Back buttons in the Asset Browser if you cannot go forward/backward instead of throwing error https://files.facepunch.com/CarsonKompon/2024/October/26_10-32-LightcyanAntarcticfurseal.png
9 Days Ago
Added all the OnMouseX overrides from Panel to PanelComponent. Resolves Facepunch/sbox-issues#6678
9 Days Ago
SceneEditorSession.Resolve null check
9 Days Ago
Added some more checks to loading startup scenes. Facepunch/sbox-issues#6594
10 Days Ago
Can no longer drag a prefab into itself. Resolves Facepunch/sbox-issues#6595 Can no longer change an existing prefab instance's PrefabFile out for the prefab you're already in via the inspector.
10 Days Ago
Added GetFrustum to CameraComponent
10 Days Ago
Rename "Available" to "sbox.game" in Library Manager + a different icon. https://files.facepunch.com/CarsonKompon/2024/October/24_10-08-LavenderAnemonecrab.png
10 Days Ago
Adding/Removing a Component with a corresponding EditorTool will instantly create/destroy it. Resolves Facepunch/sbox-issues#6643
10 Days Ago
Adding a Camera Component to a GameObject no longer throws an error when it shouldn't. Resolves Facepunch/sbox-issues#6641
10 Days Ago
Add ulong constructor to Friend class. Resolves Facepunch/sbox-issues#6644
12 Days Ago
SceneViewportWidget now refocuses last non-game viewport instead of last selected. Resolves play mode sometimes starting on an Empty Scene
12 Days Ago
AssetInspector now hotloads when changes to the asset have been made. No longer have to click into something else and click back in. https://files.facepunch.com/CarsonKompon/2024/October/22_09-47-StaleImperialeagle.mp4
12 Days Ago
Focus last selected SceneViewport when leaving Play Mode. Resolves Facepunch/sbox-issues#6605
12 Days Ago
Add IsDeleted checks to loading startup scenes. Facepunch/sbox-issues#6594
16 Days Ago
Removed unused avatar_menu_map vmap. Prevents downloading a bunch of cloud assets when creating a new project (such as USP_W)
26 Days Ago
Updated Menu Avatar Scene so it doesn't use missing materials
27 Days Ago
Better handling for this edge case, also handles empty strings and when the editor itself is mid-shutdown
27 Days Ago
Grab a few edge cases preventing all scenes from loading from the last session
27 Days Ago
Editor will restore all opened scenes/prefabs from previous session, not just the last one.
27 Days Ago
Missed Sound Point description
27 Days Ago
Added descriptions to Components that didn't have them. Most are self-explanatory, but should help reduce some confusion. Resolves Facepunch/sbox-issues#6560
30 Days Ago
Added GameObject/Component EyeDropper. Can select by clicking on an object directly or through the hierarchy. Resolves Facepunch/sbox-issues#6547 https://files.facepunch.com/CarsonKompon/2024/October/04_11-04-ChocolateXiphias.mp4
30 Days Ago
Dragging a prefab into a scene view uses the scale of the prefab. Resolves Facepunch/sbox-issues#6548
31 Days Ago
Ensure that selected Media is 16/9 in PackageModals
37 Days Ago
Fix OrganizationModal NRE Fixed Friends List Modal CSS. Resolves Facepunch/sbox-issues#6525
39 Days Ago
Fix a dumb mistake
39 Days Ago
Add ReadAsPropertyName/WriteAsPropertyName to all Vector2/3/4/Int JsonConverters. This means Vectors will be serialized properly when used as Keys in a Dictionary.
41 Days Ago
Fix holding ALT not providing gizmo inputs. Resolves Facepunch/sbox-issues#6495
41 Days Ago
NetworkSpawn() with no arguments will use Connection.Local as the owner (like it used to)
42 Days Ago
Fix GameObject.NetworkSpawn(null) spawning as host instead of spawning with no owner. Fixes a few games.
43 Days Ago
Fix "path cannot be empty" when opening object menu
43 Days Ago
Fix Custom Cursors not being cleared when returning to S&box Main Menu.