userCarson Komponcancel
branchsbox/mastercancel

244 Commits over 153 Days - 0.07cph!

30 Days Ago
SceneViewportWidget now refocuses last non-game viewport instead of last selected. Resolves play mode sometimes starting on an Empty Scene
30 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
30 Days Ago
Focus last selected SceneViewport when leaving Play Mode. Resolves Facepunch/sbox-issues#6605
30 Days Ago
Add IsDeleted checks to loading startup scenes. Facepunch/sbox-issues#6594
34 Days Ago
Removed unused avatar_menu_map vmap. Prevents downloading a bunch of cloud assets when creating a new project (such as USP_W)
44 Days Ago
Updated Menu Avatar Scene so it doesn't use missing materials
45 Days Ago
Better handling for this edge case, also handles empty strings and when the editor itself is mid-shutdown
45 Days Ago
Grab a few edge cases preventing all scenes from loading from the last session
45 Days Ago
Editor will restore all opened scenes/prefabs from previous session, not just the last one.
45 Days Ago
Missed Sound Point description
45 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
48 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
48 Days Ago
Dragging a prefab into a scene view uses the scale of the prefab. Resolves Facepunch/sbox-issues#6548
49 Days Ago
Ensure that selected Media is 16/9 in PackageModals
55 Days Ago
Fix OrganizationModal NRE Fixed Friends List Modal CSS. Resolves Facepunch/sbox-issues#6525
57 Days Ago
Fix a dumb mistake
57 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.
59 Days Ago
Fix holding ALT not providing gizmo inputs. Resolves Facepunch/sbox-issues#6495
59 Days Ago
NetworkSpawn() with no arguments will use Connection.Local as the owner (like it used to)
2 Months Ago
Fix GameObject.NetworkSpawn(null) spawning as host instead of spawning with no owner. Fixes a few games.
2 Months Ago
Fix "path cannot be empty" when opening object menu
2 Months Ago
Fix Custom Cursors not being cleared when returning to S&box Main Menu.
2 Months Ago
Fix Duplicated Entries in Create GameObject Menu
2 Months Ago
Added Filter Settings to Add Component Popup. Can hide base components. Resolves Facepunch/sbox-issues#6428 https://files.facepunch.com/CarsonKompon/2024/September/19_11-10-TransparentAmethystinepython.mp4
2 Months Ago
Prefabs marked as `ShowInMenu` will actually show in menu without having to be in `templates/gameobject/` subfolder. If a Prefab is marked `ShowInMenu` then you can give it `DontBreakAsTemplate` so it maintains the prefab reference when created via the GameObject Menu. Resolves Facepunch/sbox-issues#6035
2 Months Ago
Can now pause SoundHandles the same way you can MusicPlayers. Resolves Facepunch/sbox-issues#5581
2 Months Ago
Added Sensitivity to Editor Camera Settings
2 Months Ago
Should fix tiles being square above 1080p
2 Months Ago
Fix GameTiles not fitting properly in Games page and Org Modal
3 Months Ago
ButtonAttribute pulls method name as the title if not specified. ButtonAttribute no longer includes Label, and takes up the full width. Resolves Facepunch/sbox-issues#6214 https://files.facepunch.com/CarsonKompon/2024/September/06_19-28-MurkyGopher.png
3 Months Ago
Make sure #version gets passed properly in Package.FetchAsync
3 Months Ago
Fix Package.FetchAsync not finding packages with slash or other formatting
3 Months Ago
Can select Skin in Avatar Menu again. Resolves Facepunch/sbox-issues#6310
3 Months Ago
Creating a Prefab Variable will default to the name of the variable you're linking. Resolves Facepunch/sbox-issues#6364
3 Months Ago
Fix Play Button on Game Modal not working as intended for Quick Play games
3 Months Ago
Added `filter: greyscale()` to CSS styles (previously only had `backdrop-filter: greyscale()`)
3 Months Ago
Fixed LoadingOverlay not including Subtitle in BuildHash
3 Months Ago
Added HasBackface to Quad Primitive in Mesh Editor
3 Months Ago
Fix Enter key not returning the same name across all languages
3 Months Ago
Fix static functions on non-static Widgets not invoking or inheriting type properly.
3 Months Ago
Fix Home Page Categories. Uses ListResult instead of hardcoded categories from initial concept
3 Months Ago
Don't apply Music/Voip volume settings when in Editor
3 Months Ago
Fix first Featured Game on Featured List getting squished on Main Menu
3 Months Ago
Fix games not loading right away on the Game Jam page on Main Menu
3 Months Ago
Added Rate Game/Rate Map option to GameTile right click menu Add "Played But Not Rated" section to Game Jam page
3 Months Ago
Music Slider on Main Menu now affects the Main Menu Music 🫡
3 Months Ago
Change icons for Recently Updated and Recently Played so there aren't any duplicates
3 Months Ago
Fix GameTile BuildHash not including the TileSize, causing tiles to be perfect squares until hovering for the first time.
3 Months Ago
Fix unused variable in PackageFilterButtons
3 Months Ago
Display GameTiles as skeleton components until retrieved instead of nothing https://files.facepunch.com/CarsonKompon/2024/August/26_14-52-SupportiveNilgai.png