userAlexcancel
reposboxcancel

671 Commits over 549 Days - 0.05cph!

Today
Update Facepunch.XR to match commit 5cb9da3f30cde711d40b872e8b37e29c6f1dfbfe API fixes
Yesterday
Initial VR scene for main menu https://files.facepunch.com/alexguthrie/1b2011b1/sbox_pKFaTyqkgq.png UI: Fix worldpanel depth issues, treat worldpanel roots as layers Render VR menu at 4k, scale down to fit Basic VR world input component, menu works properly https://files.facepunch.com/alexguthrie/1b2511b1/Desktop%202024.06.25%20-%2015.51.37.05.mp4 Line hands up better in VR menu scene Quick little test map just so I'm not staring at an orange texture
2 Days Ago
Mouse back/forward buttons in asset browser Clean up history logic a bit
2 Days Ago
Fix warning
2 Days Ago
Add "Go To Folder" in recents
2 Days Ago
Fix compiled asset filtering
3 Days Ago
Don't hide compiled assets if no source file is available
3 Days Ago
Show 'open with' dialog if we can't open a file Set hammer material when selected (both in cloud and asset browsers) Moving selected facet dropdown entry fetches from current facet entries rather than copying
3 Days Ago
Add flat view back
3 Days Ago
Add 'copy absolute path' option Find root paths automatically instead of just using current project Show base, citizen, and core Better sidebar separation Hide cloud browser when not requested Limit file count for now, need pagination Docs
6 Days Ago
Remove logs
6 Days Ago
Asset Browser 2 (#1670)
6 Days Ago
Fix obj/ files still showing up in some places (I had this in the wrong place entirely 🤦‍♂️)
6 Days Ago
Direct check for EditorUtility.IsCodeFolder
6 Days Ago
Initial Assets have colors Preview tweaks Search widget Asset popup, will turn this into something more tooltip-oriented later Split left / split right Chips from tags Tweak styling, move current project to top of asset locations list Implement chip tag filtering Initial cloud browser, separate from asset browser Initial tabbed asset picker w/ both local and cloud assets Asset type picker Renames, deletes, duplicates handled by IAssetListEntry Clean up Implement `t:vmdl`/`t:vmat`/etc. and filters Implement Everything & Recents Cloud browser uses facets to select type - hide picker on search bar Fix warnings Fix FindItemsThatStartWith Sort recents properly Display "Everything" / "Recents" in address bar when those are active Show asset name if only deleting one asset https://files.facepunch.com/alexguthrie/1b2111b1/sbox-dev_aNrz89mgvo.png Show file name + extension Use project root path as root for asset browser stuff Hide hidden files & folders Icons for assets, code, libraries, exports, localization, projectsettings folders https://files.facepunch.com/alexguthrie/1b2211b1/sbox-dev_vj4aOCIDDr.png Hide .sbox folder Open non-asset files (e.g. .cs files) when double clicked too New generic file context menu (for any non-asset type - .cs, .scss, .razor, etc.) Implement OnContextMenu in FolderNode Navigate to code files using selected code editor should prefer an active / open solution Hide obj/ folder in code directories Add support for drag-dropping assets / folders / etc. Top of asset locations list shows favorites again Favorites -> pins, hide node if it hasn't got any entries, hide obj/ folder in tree view Doesn't refresh properly when going from no entries to some entries yet Docs Fixed searching through everything/recents Show pins in tree when there are some added Rebase fixes Fix warnings
7 Days Ago
Fix warnings
7 Days Ago
Rebase fixes
7 Days Ago
Initial Assets have colors Preview tweaks Search widget Asset popup, will turn this into something more tooltip-oriented later Split left / split right Chips from tags Tweak styling, move current project to top of asset locations list Implement chip tag filtering Initial cloud browser, separate from asset browser Initial tabbed asset picker w/ both local and cloud assets Asset type picker Renames, deletes, duplicates handled by IAssetListEntry Clean up Implement `t:vmdl`/`t:vmat`/etc. and filters Implement Everything & Recents Cloud browser uses facets to select type - hide picker on search bar Fix warnings Fix FindItemsThatStartWith Sort recents properly Display "Everything" / "Recents" in address bar when those are active Show asset name if only deleting one asset https://files.facepunch.com/alexguthrie/1b2111b1/sbox-dev_aNrz89mgvo.png Show file name + extension Use project root path as root for asset browser stuff Hide hidden files & folders Icons for assets, code, libraries, exports, localization, projectsettings folders https://files.facepunch.com/alexguthrie/1b2211b1/sbox-dev_vj4aOCIDDr.png Hide .sbox folder Open non-asset files (e.g. .cs files) when double clicked too New generic file context menu (for any non-asset type - .cs, .scss, .razor, etc.) Implement OnContextMenu in FolderNode Navigate to code files using selected code editor should prefer an active / open solution Hide obj/ folder in code directories Add support for drag-dropping assets / folders / etc. Top of asset locations list shows favorites again Favorites -> pins, hide node if it hasn't got any entries, hide obj/ folder in tree view Doesn't refresh properly when going from no entries to some entries yet Docs Fixed searching through everything/recents Show pins in tree when there are some added
7 Days Ago
Favorites -> pins, hide node if it hasn't got any entries, hide obj/ folder in tree view Doesn't refresh properly when going from no entries to some entries yet Docs Fixed searching through everything/recents Show pins in tree when there are some added
8 Days Ago
New generic file context menu (for any non-asset type - .cs, .scss, .razor, etc.) Implement OnContextMenu in FolderNode Navigate to code files using selected code editor should prefer an active / open solution Hide obj/ folder in code directories Add support for drag-dropping assets / folders / etc. Top of asset locations list shows favorites again
9 Days Ago
Use project root path as root for asset browser stuff Hide hidden files & folders Icons for assets, code, libraries, exports, localization, projectsettings folders https://files.facepunch.com/alexguthrie/1b2211b1/sbox-dev_vj4aOCIDDr.png Hide .sbox folder Open non-asset files (e.g. .cs files) when double clicked too
10 Days Ago
Show file name + extension
10 Days Ago
Show asset name if only deleting one asset https://files.facepunch.com/alexguthrie/1b2111b1/sbox-dev_aNrz89mgvo.png
10 Days Ago
Display "Everything" / "Recents" in address bar when those are active
10 Days Ago
Sort recents properly
10 Days Ago
Fix FindItemsThatStartWith
13 Days Ago
Set D_WORLDPANEL properly when pushing and popping layers Fixes WorldPanel rendering regression sbox-issues/issues/6632
15 Days Ago
Move & scale scene camera speed overlay based on DPI Fixes it being out of place on HiDPI monitors https://files.facepunch.com/alexguthrie/1b1711b1/sbox-dev_59G1WDRdBm.png
15 Days Ago
SCSS calc tests for bare literal values, variables UI: Push root values between building style and cascaded PreLayout Treat worldpanels as layers
15 Days Ago
Whitelist System.Int128 sbox-issues/issues/6627
16 Days Ago
UI: Use correct defaults for rem/em, classify them as dynamic so they update more frequently UI: When pushing matrices, multiply by parent matrix if there is one Fixes sbox-issues/issues/646 When going through networked files, if it doesn't exist, log a warning instead of failing outright Standalone exporter keeps track of file type (e.g. executable, dll, project asset), shows source + destination in log window
20 Days Ago
Initial Assets have colors Preview tweaks Search widget Asset popup, will turn this into something more tooltip-oriented later Split left / split right Chips from tags Tweak styling, move current project to top of asset locations list Implement chip tag filtering Initial cloud browser, separate from asset browser Initial tabbed asset picker w/ both local and cloud assets Asset type picker Renames, deletes, duplicates handled by IAssetListEntry Clean up Implement `t:vmdl`/`t:vmat`/etc. and filters Implement Everything & Recents Cloud browser uses facets to select type - hide picker on search bar Fix warnings
21 Days Ago
Cloud browser uses facets to select type - hide picker on search bar
22 Days Ago
Initial Assets have colors - these all suck right now, will go back through and pick some less sucky colours later Preview tweaks Search widget Asset popup, will turn this into something more tooltip-oriented later Split left / split right Chips from tags Tweak styling, move current project to top of asset locations list Implement chip tag filtering Initial cloud browser, separate from asset browser Initial tabbed asset picker w/ both local and cloud assets Rebase fixes Use ContextMenu Asset type picker entries are now handled by AssetBrowser/CloudBrowser Open up asset locations https://files.facepunch.com/alexguthrie/1b0211b1/sbox-dev_mXx146R80H.png Add all types to cloud browser Can only select one cloud asset type at once (or it'll mess with facets etc.) https://files.facepunch.com/alexguthrie/1b0211b1/sbox-dev_1BIcVF3lFI.mp4 Order modes Add cloud browser to hammer Asset browser defaults to project assets path Update view mode icon when scrolling Disable Parent Directory button if we're in project assets root PathWidget fixes, separate segment update Remove AssetBrowserLocation.FromPath, unused Run OnPathEdited at the end of AssetBrowser ctor so we can disable Parent Directory button if needed Remove AssetPopup, we're just overcomplicating things for no reason there Directory context menu Clean up asset list entries Remove unused, hook up AssetLocations.OnFolderSelected Invoke events Clean up Implement asset picker If a picked asset is a cloud package then stick the ident in the search bar in the asset picker Rather than going to .sbox/blablabla Renames, deletes, duplicates handled by IAssetListEntry CloudBrowser cleanup Ended up not using any of this, get rid PackagePopup: show tags, word wrap NRE fix Fix warnings Drag-drop Open folder context menu in blank space Show asset type color in tag picker Don't wipe facets if there aren't any to replace them with, or if we don't find any packages at all Smaller add button, rename to new Delete flat view, doesn't make sense - I think most people were just using it for searching Fix double-clicking on assets & packages Fix history menu Show cloud browser in default layout Fix searching by type Tidy up Re-add super basic version of `t:vmdl`, `t:vmat`, etc. https://files.facepunch.com/alexguthrie/1b0811b1/sbox-dev_yUjxPKGytb.mp4 Cloud browser sidebar Clean up cloud browser nodes Installed filter Implement Everything & Recents
22 Days Ago
Implement Everything & Recents
22 Days Ago
Clean up cloud browser nodes Installed filter
22 Days Ago
Cloud browser sidebar
23 Days Ago
Fix searching by type Tidy up Re-add super basic version of `t:vmdl`, `t:vmat`, etc. https://files.facepunch.com/alexguthrie/1b0811b1/sbox-dev_yUjxPKGytb.mp4
24 Days Ago
Smaller add button, rename to new Delete flat view, doesn't make sense - I think most people were just using it for searching Fix double-clicking on assets & packages Fix history menu Show cloud browser in default layout
24 Days Ago
Initial Assets have colors - these all suck right now, will go back through and pick some less sucky colours later Preview tweaks Search widget Asset popup, will turn this into something more tooltip-oriented later Split left / split right Chips from tags Tweak styling, move current project to top of asset locations list Implement chip tag filtering Initial cloud browser, separate from asset browser Initial tabbed asset picker w/ both local and cloud assets Rebase fixes Use ContextMenu Asset type picker entries are now handled by AssetBrowser/CloudBrowser Open up asset locations https://files.facepunch.com/alexguthrie/1b0211b1/sbox-dev_mXx146R80H.png Add all types to cloud browser Can only select one cloud asset type at once (or it'll mess with facets etc.) https://files.facepunch.com/alexguthrie/1b0211b1/sbox-dev_1BIcVF3lFI.mp4 Order modes Add cloud browser to hammer Asset browser defaults to project assets path Update view mode icon when scrolling Disable Parent Directory button if we're in project assets root PathWidget fixes, separate segment update Remove AssetBrowserLocation.FromPath, unused Run OnPathEdited at the end of AssetBrowser ctor so we can disable Parent Directory button if needed Remove AssetPopup, we're just overcomplicating things for no reason there Directory context menu Clean up asset list entries Remove unused, hook up AssetLocations.OnFolderSelected Invoke events Clean up Implement asset picker If a picked asset is a cloud package then stick the ident in the search bar in the asset picker Rather than going to .sbox/blablabla Renames, deletes, duplicates handled by IAssetListEntry CloudBrowser cleanup Ended up not using any of this, get rid PackagePopup: show tags, word wrap NRE fix Fix warnings Drag-drop Open folder context menu in blank space Show asset type color in tag picker Don't wipe facets if there aren't any to replace them with, or if we don't find any packages at all
24 Days Ago
Don't wipe facets if there aren't any to replace them with, or if we don't find any packages at all
24 Days Ago
Show asset type color in tag picker
24 Days Ago
Drag-drop Open folder context menu in blank space
24 Days Ago
Renames, deletes, duplicates handled by IAssetListEntry CloudBrowser cleanup Ended up not using any of this, get rid PackagePopup: show tags, word wrap NRE fix Fix warnings
27 Days Ago
Invoke events Clean up Implement asset picker If a picked asset is a cloud package then stick the ident in the search bar in the asset picker Rather than going to .sbox/blablabla
28 Days Ago
Remove AssetPopup, we're just overcomplicating things for no reason there Directory context menu Clean up asset list entries Remove unused, hook up AssetLocations.OnFolderSelected
29 Days Ago
Asset type picker entries are now handled by AssetBrowser/CloudBrowser Open up asset locations https://files.facepunch.com/alexguthrie/1b0211b1/sbox-dev_mXx146R80H.png Add all types to cloud browser Can only select one cloud asset type at once (or it'll mess with facets etc.) https://files.facepunch.com/alexguthrie/1b0211b1/sbox-dev_1BIcVF3lFI.mp4 Order modes Add cloud browser to hammer Asset browser defaults to project assets path Update view mode icon when scrolling Disable Parent Directory button if we're in project assets root PathWidget fixes, separate segment update Remove AssetBrowserLocation.FromPath, unused Run OnPathEdited at the end of AssetBrowser ctor so we can disable Parent Directory button if needed
31 Days Ago
Rebase fixes Use ContextMenu
31 Days Ago
Initial Assets have colors - these all suck right now, will go back through and pick some less sucky colours later Preview tweaks Search widget Asset popup, will turn this into something more tooltip-oriented later Split left / split right Chips from tags Tweak styling, move current project to top of asset locations list Implement chip tag filtering Initial cloud browser, separate from asset browser Initial tabbed asset picker w/ both local and cloud assets
34 Days Ago
Get rid of cloud browser chips, move facets next to search bar Remove DropDown widget I added and roll facet dropdown into its own widget, simpler Initial tabbed asset picker w/ both local and cloud assets https://files.facepunch.com/alexguthrie/1b2711b1/sbox-dev_WENJnEwfYb.png Facet dropdown cleanup Only select 1 entry per facet, display selected name and icon in dropdown https://files.facepunch.com/alexguthrie/1b2711b1/sbox-dev_AueEMTPu9O.png