userCarson Komponcancel
branchsbox/mastercancel

168 Commits over 92 Days - 0.08cph!

29 Days Ago
Added Search Bar and Filter Order to Game Jam page on Main Menu
33 Days Ago
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)
36 Days Ago
Update shader reference in Image/Texture previews
36 Days Ago
Fix sometimes invoking Start Game twice when clicking the image of a list entry
36 Days Ago
All Main Menu pages use the same helper function(s) instead of being rewritten in each
36 Days Ago
Fix Game/Map buttons not working on Org Pages
36 Days Ago
Clicking on a Game's Name or Org Name will no longer launch the game in the List View
36 Days Ago
Fix Games and Game Jam page not launching games
36 Days Ago
Accidentally commit these few files 😅
36 Days Ago
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`
39 Days Ago
Fix ComponentList breaking when component in the list no longer derives from Component. Resolves Facepunch/sbox-issues#6152
39 Days Ago
Fixed stylesheet @import hotloading without disrupting existing stylesheet imports. Resolves Facepunch/sbox-issues#5317
39 Days Ago
Shortcuts defined on static classes are now treated as Window shortcuts if not specified
40 Days Ago
Fix Menu css issues
40 Days Ago
Revert ComponentList changes for now. This seems to break things for everyone 😅
40 Days Ago
ComponentList no longer breaks when changing the parent class of a Component to something that *isn't* Component. Resolves Facepunch/sbox-issues#6152
40 Days Ago
Stylesheets @import-ed with a path relative to the local path will also hotload now
40 Days Ago
Stylesheets @import-ed by other stylesheets now hotload properly. Resolves Facepunch/sbox-issues#5317
40 Days Ago
Shortcuts now run on GraphicsItems.
40 Days Ago
Can now multi-select resources in the asset picker of a list entry to select multiple items at once. Resolves Facepunch/sbox-issues#5934 https://files.facepunch.com/CarsonKompon/2024/August/07_14-28-ConcreteRiograndeescuerzo.mp4
41 Days Ago
Formatter somehow removed usings
41 Days Ago
Remove unused variable
41 Days Ago
Added Search to Library Manager. Allows you to filter through both installed or available Libraries. https://files.facepunch.com/CarsonKompon/2024/August/06_16-43-MiserlyCockerspaniel.mp4
41 Days Ago
Update AssetList Context Menu to use proper Delete shortcut name
41 Days Ago
Release all Editor Shortcuts when toggling Play Mode
41 Days Ago
Update GameObjectNode and AssetList Context Menus to use proper shortcuts for Duplicate
42 Days Ago
Pull default tags for GameTagsControlWidget from CollisionRules. Only display GameObject-related tags for GameTags, not ITagSet.
45 Days Ago
Remove old Application.AllowShortcuts Don't wrap cursor when holding middle/right mouse button in 2D editor view
45 Days Ago
Don't show editor keybind warning when empty. Resolves Facepunch/sbox-issues#6074
46 Days Ago
Removed some empty functions now that they have been moved to Keybinds
46 Days Ago
Added Position slider to Gradient Editor widget. Also added Delete shortcut. https://files.facepunch.com/CarsonKompon/2024/August/01_14-22-HalfMoth.mp4
46 Days Ago
Added warning icon to Editor Keybind widget with tooltip telling you if two binds share the same key(s). https://files.facepunch.com/CarsonKompon/2024/August/01_13-28-InfiniteHarvestmouse.png Make Asset Browser use Editor binds since they have no reason to be separate.
46 Days Ago
Make CTRL+A in Asset List a Shortcut Add CTRL+A shortcut to Select All in scene
46 Days Ago
Determine major Key Names from NativeKeyCode before anything else. Fixes non-english keyboard layouts (Facepunch/sbox-issues#6044)
46 Days Ago
Added shortcut for pause (CTRL+F5)
46 Days Ago
Don't use Shortcut as type "Window" when forcing Shortcut . Fixes F5 not being called when game view is in focus.
46 Days Ago
Be a bit more explicit with CTRL+C/V/X so other shortcuts work.
46 Days Ago
Don't send Ctrl+C/V/X shortcuts when in a text field (since you probably only wanna do that in the text field). Resolves Facepunch/sbox-issues#6057
47 Days Ago
Prevent merging folders into current directory when dragging
47 Days Ago
Prevent dragging into same folder
47 Days Ago
Can now move multiple files from File Explorer into Asset Browser in one drag
47 Days Ago
Can now resize Editor Keybinds window to see the full list
47 Days Ago
Added support for renaming folders via the Asset Browser. Clicking and Dragging Folders in the Asset Browser now updates the asset so it is reflecting the new path.
47 Days Ago
Added "Current Project" to Special group in Asset Browser https://files.facepunch.com/CarsonKompon/2024/July/31_19-14-MindlessEnglishpointer.png Added Drag-and-Drop support to Folders in the Asset Browser https://files.facepunch.com/CarsonKompon/2024/July/31_19-25-SmoggyIndianrockpython.mp4
47 Days Ago
Add EditorShortcuts.BlockInputs. Block Shortcuts while right/middle clicking on Scene Viewport.
47 Days Ago
Invoke shortcuts when focused on a line edit if the shortcut has a CTRL or ALT modifier (Fixes CTRL+S in a textedit)
47 Days Ago
Fix `video` getting called twice from F6 bind
47 Days Ago
Added Clear button to Editor Keybinds (allowing you to remove binds) https://files.facepunch.com/CarsonKompon/2024/July/31_18-00-EmbarrassedHoki.png
47 Days Ago
Draw Camera Speed Overlay in Scene Viewport when changing the speed with mouse wheel https://files.facepunch.com/CarsonKompon/2024/July/31_16-58-MonstrousIrishredandwhitesetter.mp4
47 Days Ago
Show how many assets/icons would be rebuilt when right clicking a folder. Don't show option at all if there are no assets in the folder. https://files.facepunch.com/CarsonKompon/2024/July/31_16-20-StaidMonkfish.png Do the same thing with right clicking anywhere in the asset browser (for the current folder)