userCarson Komponcancel

603 Commits over 92 Days - 0.27cph!

1 Hour Ago
Extra cleanup
1 Hour Ago
Resolved compile errors from the ControlSheet refactor.
3 Hours Ago
Added Sensitivity to Editor Camera Settings
5 Days Ago
Should fix tiles being square above 1080p
5 Days Ago
Fix GameTiles not fitting properly in Games page and Org Modal
7 Days 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
7 Days Ago
Increase player speed a tad
7 Days Ago
Player does roll animation when hitting ground from a dive
7 Days Ago
Adjust Player Movement Don't force player to look in camera direction when not moving Added incredibly basic wall jump Move movement tweaks Improved Wall Jumping - Slide down walls, grabbing a wall while falling fast will slow you down first, doesn't consume double jump when it shouldnt Improved Dash Ability Funny Dive Animation for the Dash Ability https://files.facepunch.com/CarsonKompon/2024/September/06_12-54-ForthrightArabianwildcat.mp4 PlayerDresser Variable Jump Height depending on how long you hold A/Space after jumping Change Dash to X on controller since that's a bit more intuitive
7 Days Ago
Make sure #version gets passed properly in Package.FetchAsync
7 Days Ago
Fix Package.FetchAsync not finding packages with slash or other formatting
8 Days Ago
Can select Skin in Avatar Menu again. Resolves Facepunch/sbox-issues#6310
8 Days Ago
Creating a Prefab Variable will default to the name of the variable you're linking. Resolves Facepunch/sbox-issues#6364
10 Days Ago
Fix Play Button on Game Modal not working as intended for Quick Play games
10 Days Ago
Added `filter: greyscale()` to CSS styles (previously only had `backdrop-filter: greyscale()`)
11 Days Ago
Fix SpriteComponent.UsePixelScale when AspectRatio != 1
11 Days Ago
Added SpriteComponent.UsePixelScale. When enabled, a 32x32 Sprite will have the dimensions of 32x32 instead of the default 100x100.
11 Days Ago
Make the "no screenshots" view a bit nicer
11 Days Ago
Fix some GameTiles being massive when at the end of the list
11 Days Ago
Unify Game Close functions. Fixes Review Modal not appearing and mouse status not resetting all of the time
11 Days 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
11 Days Ago
Fixed LoadingOverlay not including Subtitle in BuildHash
11 Days 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.
11 Days 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)
11 Days Ago
Added HasBackface to Quad Primitive in Mesh Editor
12 Days Ago
Fix Enter key not returning the same name across all languages
13 Days Ago
Fix static functions on non-static Widgets not invoking or inheriting type properly.
13 Days Ago
Fix package reference in GameModal
13 Days 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
14 Days Ago
Add proper Volume Slider to VideoControls
14 Days 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.
14 Days Ago
Fixed lobby heads being off by 1 pixel
14 Days Ago
Order ServerListModal by Player Count Fixed HeaderTab styling on Settings Modal
14 Days Ago
Fix padding on PageHeader Revert GameModal back to string ident and use Package.TryGetCached instead.
14 Days Ago
Added Tooltips to LobbyCards Fix Lists in 4:3 Screen Ratios Settings Button no longer brings you back to the Home Page
14 Days Ago
GameTiles all now enforce the same aspect-ratio (16:9) Fix GameModal not loading its contents instantly.
14 Days Ago
Added a way to select previous Jams on the Game Jam Page. Currently hardcoded with gamejam1 and gamejam2.
14 Days Ago
Don't request partial package for GameModal
14 Days Ago
Add NRE check for when Package.Screenshots is null
14 Days Ago
Fix max-width on HomePage columns
14 Days Ago
LobbyCard UsersNow displays the total number of users across all lobbies instead of the number of lobbies
14 Days Ago
Fix Home Page Categories. Uses ListResult instead of hardcoded categories from initial concept
14 Days Ago
Fix Home Page Categories. Uses ListResult instead of hardcoded categories from initial concept
14 Days Ago
Don't apply Music/Voip volume settings when in Editor
14 Days Ago
Fix massive Performance spike when loading certain Tilesets
14 Days Ago
Fix NREs when a Tileset has no Tiles defined Fix Performance issues with the Tileset RenderingWidget in Tileset Editor and Tileset Tool
15 Days Ago
Remove refreshing variable from GameModal
15 Days Ago
Remove unused variables from Game and Org Modals
15 Days Ago
Remove warning from LobbyCard since it doesn't need the async stuff anymore
15 Days Ago
Fixed LoadingOverlay not including Subtitle in BuildHash