userCarson Komponcancel
branchsbox/mastercancel

342 Commits over 245 Days - 0.06cph!

4 Months Ago
Focus last selected SceneViewport when leaving Play Mode. Resolves Facepunch/sbox-issues#6605
4 Months Ago
Add IsDeleted checks to loading startup scenes. Facepunch/sbox-issues#6594
4 Months Ago
Removed unused avatar_menu_map vmap. Prevents downloading a bunch of cloud assets when creating a new project (such as USP_W)
4 Months Ago
Updated Menu Avatar Scene so it doesn't use missing materials
4 Months Ago
Better handling for this edge case, also handles empty strings and when the editor itself is mid-shutdown
4 Months Ago
Grab a few edge cases preventing all scenes from loading from the last session
4 Months Ago
Editor will restore all opened scenes/prefabs from previous session, not just the last one.
4 Months Ago
Missed Sound Point description
4 Months 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
5 Months 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
5 Months Ago
Dragging a prefab into a scene view uses the scale of the prefab. Resolves Facepunch/sbox-issues#6548
5 Months Ago
Ensure that selected Media is 16/9 in PackageModals
5 Months Ago
Fix OrganizationModal NRE Fixed Friends List Modal CSS. Resolves Facepunch/sbox-issues#6525
5 Months Ago
Fix a dumb mistake
5 Months 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.
5 Months Ago
Fix holding ALT not providing gizmo inputs. Resolves Facepunch/sbox-issues#6495
5 Months Ago
NetworkSpawn() with no arguments will use Connection.Local as the owner (like it used to)
5 Months Ago
Fix GameObject.NetworkSpawn(null) spawning as host instead of spawning with no owner. Fixes a few games.
5 Months Ago
Fix "path cannot be empty" when opening object menu
5 Months Ago
Fix Custom Cursors not being cleared when returning to S&box Main Menu.
5 Months Ago
Fix Duplicated Entries in Create GameObject Menu
5 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
5 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
5 Months Ago
Can now pause SoundHandles the same way you can MusicPlayers. Resolves Facepunch/sbox-issues#5581
5 Months Ago
Added Sensitivity to Editor Camera Settings
5 Months Ago
Should fix tiles being square above 1080p
5 Months Ago
Fix GameTiles not fitting properly in Games page and Org Modal
5 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
6 Months Ago
Make sure #version gets passed properly in Package.FetchAsync
6 Months Ago
Fix Package.FetchAsync not finding packages with slash or other formatting
6 Months Ago
Can select Skin in Avatar Menu again. Resolves Facepunch/sbox-issues#6310
6 Months Ago
Creating a Prefab Variable will default to the name of the variable you're linking. Resolves Facepunch/sbox-issues#6364
6 Months Ago
Fix Play Button on Game Modal not working as intended for Quick Play games
6 Months Ago
Added `filter: greyscale()` to CSS styles (previously only had `backdrop-filter: greyscale()`)
6 Months Ago
Fixed LoadingOverlay not including Subtitle in BuildHash
6 Months Ago
Added HasBackface to Quad Primitive in Mesh Editor
6 Months Ago
Fix Enter key not returning the same name across all languages
6 Months Ago
Fix static functions on non-static Widgets not invoking or inheriting type properly.
6 Months Ago
Fix Home Page Categories. Uses ListResult instead of hardcoded categories from initial concept
6 Months Ago
Don't apply Music/Voip volume settings when in Editor
6 Months Ago
Fix first Featured Game on Featured List getting squished on Main Menu
6 Months Ago
Fix games not loading right away on the Game Jam page on Main Menu
6 Months Ago
Added Rate Game/Rate Map option to GameTile right click menu Add "Played But Not Rated" section to Game Jam page
6 Months Ago
Music Slider on Main Menu now affects the Main Menu Music 🫡
6 Months Ago
Change icons for Recently Updated and Recently Played so there aren't any duplicates
6 Months Ago
Fix GameTile BuildHash not including the TileSize, causing tiles to be perfect squares until hovering for the first time.
6 Months Ago
Fix unused variable in PackageFilterButtons
6 Months Ago
Display GameTiles as skeleton components until retrieved instead of nothing https://files.facepunch.com/CarsonKompon/2024/August/26_14-52-SupportiveNilgai.png
6 Months Ago
Give settings menu a max-width so it doesn't stretch across your entire monitor. Give SettingsFooter some margins so it doesn't touch the PartyBar Replaced PackageFilterGroup dropdown with new PackageFilterButtons in header https://files.facepunch.com/CarsonKompon/2024/August/26_14-07-AuthenticDore.png CreatePartyMenu and ReviewModal use the Primary Colour as background to match Game Start Info and Pause Menu
6 Months Ago
Change colour of Games Page and Maps Page headers. Fix colour banding on page headers. Active Lobbies cards are slightly larger so text doesn't cut off as easily Added Convar/Setting for Music Volume Favourites SidebarLink now highlights properly when on the page Main Menu GameTiles are given random sizes instead of adapting to the length of the game's title