userCarson Komponcancel
reposboxcancel

232 Commits over 92 Days - 0.11cph!

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
Yesterday
Make sure #version gets passed properly in Package.FetchAsync
Yesterday
Fix Package.FetchAsync not finding packages with slash or other formatting
2 Days Ago
Can select Skin in Avatar Menu again. Resolves Facepunch/sbox-issues#6310
2 Days Ago
Creating a Prefab Variable will default to the name of the variable you're linking. Resolves Facepunch/sbox-issues#6364
4 Days Ago
Fix Play Button on Game Modal not working as intended for Quick Play games
4 Days Ago
Added `filter: greyscale()` to CSS styles (previously only had `backdrop-filter: greyscale()`)
5 Days Ago
Make the "no screenshots" view a bit nicer
5 Days Ago
Fix some GameTiles being massive when at the end of the list
5 Days Ago
Unify Game Close functions. Fixes Review Modal not appearing and mouse status not resetting all of the time
5 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
5 Days Ago
Fixed LoadingOverlay not including Subtitle in BuildHash
5 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.
5 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)
6 Days Ago
Added HasBackface to Quad Primitive in Mesh Editor
6 Days Ago
Fix Enter key not returning the same name across all languages
7 Days Ago
Fix static functions on non-static Widgets not invoking or inheriting type properly.
8 Days Ago
Fix package reference in GameModal
8 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
8 Days Ago
Add proper Volume Slider to VideoControls
8 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.
8 Days Ago
Fixed lobby heads being off by 1 pixel
8 Days Ago
Order ServerListModal by Player Count Fixed HeaderTab styling on Settings Modal
8 Days Ago
Fix padding on PageHeader Revert GameModal back to string ident and use Package.TryGetCached instead.
8 Days Ago
Added Tooltips to LobbyCards Fix Lists in 4:3 Screen Ratios Settings Button no longer brings you back to the Home Page
8 Days Ago
GameTiles all now enforce the same aspect-ratio (16:9) Fix GameModal not loading its contents instantly.
8 Days Ago
Added a way to select previous Jams on the Game Jam Page. Currently hardcoded with gamejam1 and gamejam2.
8 Days Ago
Don't request partial package for GameModal
8 Days Ago
Add NRE check for when Package.Screenshots is null
8 Days Ago
Fix max-width on HomePage columns
8 Days Ago
LobbyCard UsersNow displays the total number of users across all lobbies instead of the number of lobbies
8 Days Ago
Fix Home Page Categories. Uses ListResult instead of hardcoded categories from initial concept
8 Days Ago
Fix Home Page Categories. Uses ListResult instead of hardcoded categories from initial concept
8 Days Ago
Don't apply Music/Voip volume settings when in Editor
9 Days Ago
Remove refreshing variable from GameModal
9 Days Ago
Remove unused variables from Game and Org Modals
9 Days Ago
Remove warning from LobbyCard since it doesn't need the async stuff anymore
9 Days Ago
Fixed LoadingOverlay not including Subtitle in BuildHash
9 Days Ago
Game Tile and Lobby Cards play sounds on click instead of `:active`, prevents clicking sound playing while dragging
10 Days Ago
Added missing ToolTips to GameTile Fixed outstanding issues where a page wouldnt load until you moved your mouse over it. Adjusted font size on Game Modal Enable Looping on Main Menu music and Loading music
10 Days Ago
Lobby Heads on LobbyCards no longer block mouse inputs and are a bit larger. Clicking the name of a game opens the Game Modal instead of the Generic Package Modal GameTiles are now treated as one big button, clicking anywhere will open Game Modal. Removed box around header on Game and Org Modals Options on Game Modal are now "Create Game" and "Join Game" if multiplayer, with the Lobby List being moved elsewhere. Join Game is disabled if there are no active lobbies Added `flex-shrink: 0` to entries of the ServerListModal Added icons to Game Modal info, removed information that wasn't important and overall cleaned up readability. Also added Total Players and Playtime MenuOverlay now uses Screen.DesktopScale (with 1080p minimum)
10 Days Ago
Game Tiles are now all the same size instead of being randomly sized Give Game List Columns a max-width
10 Days Ago
Pad the bottom of GameGroups Show Player Icons on Active Lobby Cards (shows lobby hosts)
10 Days Ago
Add GameModal that pops up when you click a Game instead of instantly launching it (Currently Empty) Moved Vote Up, Vote Down, and Favourite buttons into PackageRatingButtons so it can be re-used Finished initial version of Game Modal with options to launch into a game and see all active lobbies. Remove scrolling on Game Modal, replace Lobby List with a button that opens the Lobby List modal layered above. Close Game Modal when entering Lobby from Lobby List Modal Give Lobby List Modal and other missed Modals the primary background Fix time offset strings displaying incorrectly Active Lobby buttons now open the Game Modal instead of loading you directly into the lobby Remove Global Stats from Game Modal. Unnecessary information Fix Maps menu opening the Walker Game Modal instead of launching directly into the map Org Page is now replaced with an Org Modal that can be opened at any time. Moved SettingsPage into a Settings Modal that pops up over everything Added Settings Modal to the Pause Menu Fix Package Modal not toggling when pressing F1
11 Days Ago
Fix first Featured Game on Featured List getting squished on Main Menu
11 Days Ago
Fix games not loading right away on the Game Jam page on Main Menu
11 Days Ago
Added Rate Game/Rate Map option to GameTile right click menu Add "Played But Not Rated" section to Game Jam page
12 Days Ago
Music Slider on Main Menu now affects the Main Menu Music 🫡
12 Days Ago
Change icons for Recently Updated and Recently Played so there aren't any duplicates
12 Days Ago
Fix GameTile BuildHash not including the TileSize, causing tiles to be perfect squares until hovering for the first time.