287 Commits over 306 Days - 0.04cph!
Scene view: disable gizmo interactions while doing camera movement
Stop PathWidget fighting back in LineEdit mode and selecting the whole text, fixes Facepunch/sbox-issues#6869
Smite harmless "unknown tool window" warning from tool window trying to cleanup after itself
Scene Overlay: unsubscribe from event properly
Try to make SceneOverlayWidget size/position updating a bit more foolproof
Add cloud browser to default editor layout
Creating new non-asset registers entry and opens rename properly, fixes Facepunch/sbox-issues#7001
Don't let creating new resources be blocked by not yet having a compiled version on disk, fixes Facepunch/sbox-issues#6991
Asset Browser: Everything location excludes cloud cache, non-project assets when 'Show Base Content' is disabled
Asset Browser: only hide compiled versions of source files when they both would have been shown under the asset filter (don't hide .sounds because we have a .wav etc)
Remove any existing package files when updating to new cloud asset version
Asset Browser: Show 'Open File Location' in context menu when searching too
Asset Browser: Disable flat/recursive toggle button when searching or in meta location
Give each scene dock a unique name and fix load order so we maintain layout positions
Move window layout to project cookie, will fallback to importing from editor cookie for now
Fix [Button] not showing in asset inspector, resolves Facepunch/sbox-issues#6985
Fix asset browser NRE, default location stomping cookied path
Disable undo/redo menu buttons when there's no active editor session
Remove unused asset browser node type
Fix 'cut component' not being undoable, Facepunch/sbox-issues#6949
Asset Browser: streamline navigation flow
Asset location presentation tweaks, improved path handling
Initial path widget width because it starting off small is so very annoying
AssetBrowserLocation tracks location type (code, assets etc)
Create asset menu is context-specific to the location type, creates in place and opens rename flyout instead of using system dialog
Unify usage of AssetBrowserLocation and its presentation/directory/hiding logic
Asset Browser: Improve navigation outside of project tree
Path widget only displays what can fit instead of freely growing, hide rest behind flyout
Stop reloading cookies, history etc whenever the asset browser becomes revisible
Move project-aware location logic to AssetBrowserLocation, special cases for Core/Citizen, use root title in path widget
Refresh asset browser sidebar, hide built in content behind 'Show Base Content' toggle
FindProjectByDirectory prefers closest match in case of nested project paths (eg libraries)
Disable ShowBaseContent by default
Fix long FolderNode labels getting cut off early
Selecting sidebar node for current location works with all node types
Make editing BaseItemWidget/ListView contents thread safe
Thread asset browser populate, remove arbitrary and teeny weeny MaxFiles cap
'everything' location shows more than just up to the As now, search/type filtering works as you'd expect
Fix path/search widgets not updating correctly for meta locations
Fix NRE
Support for @ key razor attribute, Facepunch/sbox-issues#4103
Fix some compiled assets wrongly being hidden, Facepunch/sbox-issues#6814
Cloud browser: maintain location query when searching, clear facet selection with sidebar shortcut
Remove unused folder node logic for cloud locations
Skip dropdowns for facets included in the base/location query
Tidy/refactor search widget, asset type filtering works in both flat and normal views
Make sure picker-enforced filters are shown in the search widget, disable user editing
Fix asset type filters excluding compiled assets that should be shown, resolves Facepunch/sbox-issues#6814
Fix broken loading screen characters
IsCloudInstalled doesn't care about versions by default
Skip installing remote package if there's already an installed version by default, always download when explicitly installing/updating etc
Remove manual package install button
fix log interpolation
Asset browser: Fix dragging assets only including the first thing, resolves Facepunch/sbox-issues#6810
Tweak TabBar style for icon legibility, consistent positioning
Consistent placeholder text for search widgets
Asset browser: Stop sticking "Resource" on the end of most asset type names
Scene Hierarchy: hide children in flat search view
Scene Hierarchy: skip root, objects with hidden flag
Scene Hierarchy: hide clear search button when there's no value, styling tweaks
Scene hierarchy search searches whole scene, rather than just filtering visible nodes
Scene Hierarchy: explicit t: token for searching by component type
Scene Hierarchy: tag: token to filter by GameObject tags
Flag scene unsaved changes in a better place, fixes not being flagged in some cases, Facepunch/sbox-issues#6799
Consistently style scene tab titles in titlecase
Download initial server packages (on join) in parallel, Facepunch/sbox-issues#6786
Wrap property tooltips in rich text tags so they wrap, resolves Facepunch/sbox-issues#6723
Do Widget.AdjustSize before ConstrainToScreen
Fix colour picker relying on late sizing and not constraining to screen properly, Facepunch/sbox-issues#6717
Don't let the user drag AssetPicker tabs about/outside the window (lol)
AssetPicker: Disable type facet dropdown if FilterAssetTypes is specified
AssetPicker: Default to project assets folder when no initial selection is given
Fix CloudBrowser not saving/restoring from cookie
Shift cloud locations around again, this makes more sense I think
AssetPicker: make sure we're raising the tab you'd expect by default
Add clear button to asset/cloud browser search bars
AssetPicker: Standardise initial selection logic, prefer selecting cloud package for cloud assets (and not .sbox disk path)
Fix focusing AssetList on entry sneakily not working
Wait for cloud browser to receive results before selecting initial selection
Prevent cloud browser from shitting pant with duplicate facet tags in query
Don't add type tag twice when FilterAssetTypes is specified for cloud browser
Cloud browser: Hide sidebar type locations when FilterAssetTypes is specified
Cloud asset uninstall flow/ui
- removes all references to the package from your project
- deletes all files that're no longer needed from disk
- updates package references to remaining installed package where there's shared files
https://files.facepunch.com/solw/2024/October/31_13-07-ComposedAmericancreamdraft.png
Fix path widget error with meta locations
Fix asset dependency list with new browser
Save/restore asset inspector tabs to cookie
Don't do AssetListEntry scroll events in list mode
Don't show libraries in cloud browser
Add windows-style subdirectory flyout to path separator
https://files.facepunch.com/solw/2024/October/30_09-20-IllfatedUlyssesbutterfly.png
Include final path separator if the directory has subdirs
Add scroll layout enter/exit events to ListView
Asset browser: only render thumbnails for assets within visible scroll region, dequeue when culled
Don't refresh whole browser content when a thumbnail is updated
Just do a single thumbnail render per frame for now, feels less janky
Reorganise cloud browser sidebar, add type shortcuts
Add count badge to cloud Installed node
Fix qt exception when installing cloud assets
Cloud browser: Update facet dropdown selection from actual value in query, avoid putting crap in the searchbar from sidebar shortcuts
Cloud browser: Still show facet title when there's a selection
Fix asset context menus in native tools, resolves Facepunch/sbox-issues#6722
IsValid() wrapper for main asset browser instance
Fix path breadcrumbs not working outside of main asset browser
Don't show the menu path for custom assets' file type, just the title
Add "Open File Location" shortcut for files in search results, meta locations etc. Tweak context menu icons.
Fix asset icons at 16x16, centre
Use 16x16 icon for unknown files so that doesn't get cut off
Pretty up file modified date, standardised w/ leading zeros so it's nicer in column view
Use full paths for engine asset locations
Only try to filter by asset type if we have any filters on, fixes excluding most files from search
Show full file path in window status bar on hover again, resolves Facepunch/sbox-issues#6709