userSol Williamscancel

338 Commits over 214 Days - 0.07cph!

Yesterday
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
3 Days Ago
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
3 Days Ago
Add clear button to asset/cloud browser search bars
3 Days Ago
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
3 Days Ago
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
3 Days Ago
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
4 Days Ago
Fix path widget error with meta locations
4 Days Ago
Fix asset dependency list with new browser Save/restore asset inspector tabs to cookie
4 Days Ago
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
5 Days Ago
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
5 Days Ago
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
5 Days Ago
Fix asset context menus in native tools, resolves Facepunch/sbox-issues#6722
6 Days Ago
IsValid() wrapper for main asset browser instance
6 Days Ago
Fix path breadcrumbs not working outside of main asset browser
6 Days Ago
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.
6 Days Ago
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
6 Days Ago
Use full paths for engine asset locations
6 Days Ago
Only try to filter by asset type if we have any filters on, fixes excluding most files from search
6 Days Ago
Show full file path in window status bar on hover again, resolves Facepunch/sbox-issues#6709
6 Days Ago
Always update the path widget even if it's not a real location
6 Days Ago
Fix asset browser not saving to cookies, bring back history cookie logic (this is all in the project cookie now too)
6 Days Ago
Restore fix for dragging in installed cloud assets, resolves Facepunch/sbox-issues#6703
9 Days Ago
Stick 'New Component' at the top of component picker flyout, Facepunch/sbox-issues#6670 Add clear button to component flyout search Use custom JsonSerializerOptions when grabbing whole scene undo snapshot
9 Days Ago
Prevent MapInstance on clients from binning received network objects, Facepunch/sbox-issues#6669
9 Days Ago
Fix NRE in SceneEditorSession.Resolve when an unsaved scene/prefab session is open, Facepunch/sbox-issues#6594
10 Days Ago
Fix adding new cloud asset ServerPackages sometimes causing silly hang
10 Days Ago
Disable new cloud packages stuff while I work out why that breaks shit sometimes
10 Days Ago
Add "new" cloud asset refs to ServerPackages table when hosting a game from editor Adding cloud assets will now work in clients without having to publish/upload your project (Facepunch/sbox-issues#6598)
11 Days Ago
Add SerializedProperty IsPublic, IsField, IsProperty Only show properties in GameResource inspector that'll actually be serialised, Facepunch/sbox-issues#6656
12 Days Ago
MapInstance explicitly fails when trying to load scenemaps, fallback to configured map when map arg isn't valid - Fixes case where an uploaded scenemap containing a MapInstance (mis?)configured to pull from launch args, would try to load itself and fall apart, Facepunch/sbox-issues#6620
13 Days Ago
Show unambiguous ident subdirectory path in project creator window, resolves Facepunch/sbox-issues#6609 Bring back automatic default project names (My Project 1, 2 etc) now we use idents for project subdirs (and have for ages) Smite the random third-party cloud references in core assets
23 Days Ago
Prevent NRE from playing delayed reload sound Prevent NRE in PlayerPawn DamageTakenEvent handler We can network component references automatically now, don't need this Tweak position of usp muzzle points Fallback to random SpawnPoint if none match, prevents possible out of range lookup
24 Days Ago
Sync viewmodel deploy skip: Play anim on unholstering, not when swapping between pawns etc If we attempt to possess a pawn without a PlayerState, fallback to using local Fix suicide not working with bots Reverse layout of chatbox so input hints stay at the bottom
24 Days Ago
JsonIgnore Resource.IsValid
24 Days Ago
Fix USP/s viewmodel missing bodygroups
24 Days Ago
Bring back player body and gun shadows, fix floating equipment shadows
24 Days Ago
Fix RZ1010
24 Days Ago
Move to separate input config
24 Days Ago
Attempt to include map vpks as LargeNetworkFiles, Facepunch/sbox-issues#6573
25 Days Ago
Bump up log level of native warnings
25 Days Ago
Print more user friendly error when we try and fail to load vpk of an uncompiled map, don't piss out searchpath debug anymore Show inspector hint when an assigned map is uncompiled https://files.facepunch.com/solw/2024/October/09_19-20-JumpyOropendola.png
25 Days Ago
Move server package list to networked StringTable, sync to clients/late joiners when host mounts packages, resolves Facepunch/sbox-issues#6529 Obsolete unused MountAsnc, IsMounted params Catch ServerPackage download exceptions and flag download as errored
26 Days Ago
Fix NRE updating recent scene list
26 Days Ago
Include new .sbox/cloud directory as build map cmdline -searchpaths arg
26 Days Ago
Renaming assets now lets you just change capitalisation, resolves Facepunch/sbox-issues#6564
30 Days Ago
Fix crash from drawing SceneObject with an override but no mesh material, resolves Facepunch/sbox-issues#6553
30 Days Ago
Always trigger native asset reload when files are added or deleted while in editor - Fixes cases of error/fallbacks being used until a restart when a resource is added or a package updated. - Deleting resources will now also update to accurately show fallbacks for most types.
31 Days Ago
Save viewport settings to project cookie instead of global editor cookie Fix scene view cookie not always correctly saving Scene view: Save 2d zoom per-scene alongside camera position/rotation Scene view: Save Layout to project cookie
31 Days Ago
Move project cookies to .sbox/ Move asset thumbnails to .sbox/ Fix some cloud package thumbnails getting unnecessarily downloaded Stick cloud/local asset thumbnail cache on different paths so these can't conflict
33 Days Ago
Capitalise code folder in game minimal template, resolves Facepunch/sbox-issues#6331