userCarson Komponcancel
reposboxcancel

452 Commits over 245 Days - 0.08cph!

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
Make the "no screenshots" view a bit nicer
6 Months Ago
Fix some GameTiles being massive when at the end of the list
6 Months Ago
Unify Game Close functions. Fixes Review Modal not appearing and mouse status not resetting all of the time
6 Months Ago
Broke GameModal down into a BasePackageModal that GameModal inherits. Added MapModal which inherits the same thing. Fix Base PackageFilters not preserving tags MapModal ActionBar has option to select game before launching map. Add Map Modal everywhere necessary. MapModal ActionBar queries lobbies properly, getting lobbies across all games
6 Months Ago
Fixed LoadingOverlay not including Subtitle in BuildHash
6 Months Ago
Fixed Videos now having their icon styling on GameModal Media Fix clicking on GameTiles still opening the Org Modal when on `/games` page Add `GameModal.HasFullPackage`. Show skeletons until full package is loaded.
6 Months Ago
Fix ToolTips in GameModal Engagement tooltips display on entire entry not just icon. Games with LaunchMode "QuickPlay" will only display the one play button (since both would do the exact same thing)
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 package reference in GameModal
6 Months Ago
Change default starting volume for VideoControls Play button is greyed out and says VR Only if the game is only compatible with VR and the user is not currently loaded in VR. Unify multiplayer check in Game Modal and MenuHelpers
6 Months Ago
Add proper Volume Slider to VideoControls
6 Months Ago
Make all elements on the Social Bar match instead of looking completely different Update the Map Select Modal to match where it doesn't already PackageSelectionModal also follows same styles.
6 Months Ago
Fixed lobby heads being off by 1 pixel
6 Months Ago
Order ServerListModal by Player Count Fixed HeaderTab styling on Settings Modal
6 Months Ago
Fix padding on PageHeader Revert GameModal back to string ident and use Package.TryGetCached instead.
6 Months Ago
Added Tooltips to LobbyCards Fix Lists in 4:3 Screen Ratios Settings Button no longer brings you back to the Home Page
6 Months Ago
GameTiles all now enforce the same aspect-ratio (16:9) Fix GameModal not loading its contents instantly.
6 Months Ago
Added a way to select previous Jams on the Game Jam Page. Currently hardcoded with gamejam1 and gamejam2.
6 Months Ago
Don't request partial package for GameModal
6 Months Ago
Add NRE check for when Package.Screenshots is null
6 Months Ago
Fix max-width on HomePage columns