292 Commits over 153 Days - 0.08cph!
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)
Game Tiles are now all the same size instead of being randomly sized
Give Game List Columns a max-width
Pad the bottom of GameGroups
Show Player Icons on Active Lobby Cards (shows lobby hosts)
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
Fix first Featured Game on Featured List getting squished on Main Menu
Fix games not loading right away on the Game Jam page on Main Menu
Added Rate Game/Rate Map option to GameTile right click menu
Add "Played But Not Rated" section to Game Jam page
Music Slider on Main Menu now affects the Main Menu Music 🫡
Change icons for Recently Updated and Recently Played so there aren't any duplicates
Fix GameTile BuildHash not including the TileSize, causing tiles to be perfect squares until hovering for the first time.
Fix unused variable in PackageFilterButtons
Display GameTiles as skeleton components until retrieved instead of nothing
https://files.facepunch.com/CarsonKompon/2024/August/26_14-52-SupportiveNilgai.png
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
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
Removed pointless Profile Picture from Main Menu Header
Main Menu Background Colour is no longer near-black
Remove background scene from Main Menu
Vertical Games Lists no longer scroll independently, just scroll the entire page instead
Moved Favourites into it's own page. Favourites Page has Games and Maps tabs so you can now access favourited maps.
Fixed background not resetting on Main Menu when exiting a game
Fixed issues with Favourites and Org pages
Fix warnings in Main Menu
Remove the old Toast popup since the new modal is a much better replacement.
Added Popup Modal after playing a game for the first time prompting you to quickly give feedback.
https://files.facepunch.com/CarsonKompon/2024/August/26_09-58-ActiveAnnelid.png
Game Jam Page on the Main Menu now groups by Unplayed Games, Updated Games, and Games You've Played (like the old jam page).
Added Editor Keybinds for Scene Mesh Operations, matching Hammer where possible. Also added Tooltip when hovering a mesh edit button to see it's Keybind. Resolves Facepunch/sbox-issues#6101
Can no longer create a Library with the same Ident as the current Game or another Library. Cannot change a Game/Library's ident to the same ident as another Library. Resolves Facepunch/sbox-issues#5466
Added Cut option to Component dropdown. Resolves Facepunch/sbox-issues#5920
https://files.facepunch.com/CarsonKompon/2024/August/22_08-27-PalegreenCirriped.png
Fixed Cut (CTRL+X) not being an undo-able action.
Style Inspector now crosses out any rule that isn't taking effect (due to a higher priority rule). Resolves Facepunch/sbox-issues#6273
https://files.facepunch.com/CarsonKompon/2024/August/22_07-58-VioletEft.png
Add `@orphaned` filter to list all assets with _c files and no source files (that aren't from the cloud). Resolves Facepunch/sbox-issues#6285
https://files.facepunch.com/CarsonKompon/2024/August/22_07-29-BouncyBlesbok.png
Allow "CTRL", "SHIFT', or "ALT" as binds on their own
Added support for Modifier Keys in Input Binds. Resolves Facepunch/sbox-issues#6286
Fixed CTRL/SHIFT/ALT modifier keys in Editor Keybinds. Resolves Facepunch/sbox-issues#6287
Added MWHEELUP/MWHEELDOWN InputGlyphs
Fixed Main Menu Maps page asking you which map you want to launch even though you just clicked a map.
Inputs now support MWHEELUP/MWHEELDOWN. Resolves Facepunch/sbox-issues#6132
Can now close the Camera Preview Floating Window so it's not in your way. Resolves Facepunch/sbox-issues#4472
https://files.facepunch.com/CarsonKompon/2024/August/21_11-29-LawfulNorthernhairynosedwombat.mp4
Fix Main Menu NRE when typing in search box
Prevent Toasts from ticking down while you're in a Loading Screen.
Added Main Menu Toasts
Added Toast that pops up after playing a game you haven't yet interacted with. Clicking will open a Review Page Modal.
https://files.facepunch.com/CarsonKompon/2024/August/19_12-04-UnlinedWeaverbird.png
"Create model..." now shows up when right clicking an .obj file
Can now drag folders to/from the TreeView on the left side of the Assets Browser. Resolves Facepunch/sbox-issues#4742
Dragging a folder on itself no longer recursively creates folders. Resolves Facepunch/sbox-issues#6258
Added "Recently Updated" section back to Main Menu front page
Added Search Bar and Filter Order to Game Jam page on Main Menu
Fixed Arrow Keys Inputs not having correct name.
Fix Default Inputs like "Forward", "Backward", ect not being override-able (was prioritizing internal defaults over Project Settings)
Update shader reference in Image/Texture previews
Fix sometimes invoking Start Game twice when clicking the image of a list entry
All Main Menu pages use the same helper function(s) instead of being rewritten in each
Fix Game/Map buttons not working on Org Pages
Clicking on a Game's Name or Org Name will no longer launch the game in the List View
Fix Games and Game Jam page not launching games
Accidentally commit these few files 😅
Main Menu Redesign (#1645)
* Imported Lewis's menu and fixed any immediate errors
* Fix Avatar Menu
* Fix Sidebar
* Fix all instances of position: absolute not having position: relative parents
* More CSS fixes
* Cleanup the Home Page
* Implemented the Featured Games list on the Home Page
* Hooked up Games page with Search and Filters
* Show default div for orgs with no image set
* Added Active Lobbies section with LobbyCards
* Added Hidden decoration, Unplayed and Updated tags
* Add PartyDeck to SocialBar
* Added Tags to the top of Games Page
https://files.facepunch.com/CarsonKompon/2024/August/10_14-10-PettyVampirebat.mp4
* Minor text adjustment
* Favourites Section is now hooked up properly
* Implemented Currently Trending and Recently Played sections
* Hooked up the Search TextEntry
* Implemented Game Jam Page
* Implemented Maps Page and renamed some razor files.
* LobbyCard now uses the GameTile as a base instead of PackageCard for consistency
* Added Org Page back (in the style of the new menu, now with Games/Maps sections)
https://files.facepunch.com/CarsonKompon/2024/August/10_17-24-ReadyArabianoryx.mp4
* Restored ability to click on a game/map to launch into it (as well as the right click menu for each)
* Don't invert logo on hover
* Fix all the BuildHash-related issues.
* Remove unused/obsolete stuff
* Fixed Header Height in Org Page
* Oops I accidentally commit some weird changed I didn't mean to make
* Remove the VROverlayPanel stuff for now since it's Obsolete
* Remove the unused pages from the sidebar navigation. Make sure bottom-align is actually aligned to bottom and not flex growing
* Clean up Game Jam page now that `contest:x` searches work
* Game Tile Favourite Heart lights up if package is favourited
* Clicking Org Profile Picture will open Org Page
* Added mouse over/click sounds to game logo. Made it link to Home page
* Tag Buttons are now in the same style as the rest of the UI
* Fix LoaderFullscreen displaying over entire screen due to `position: absolute`
Remove the VROverlayPanel stuff for now since it's Obsolete
Remove the unused pages from the sidebar navigation. Make sure bottom-align is actually aligned to bottom and not flex growing
Clean up Game Jam page now that `contest:x` searches work
Game Tile Favourite Heart lights up if package is favourited
Clicking Org Profile Picture will open Org Page
Added mouse over/click sounds to game logo. Made it link to Home page
Tag Buttons are now in the same style as the rest of the UI
Fix LoaderFullscreen displaying over entire screen due to `position: absolute`