userSol Williamscancel
branchsbox/mastercancel

195 Commits over 244 Days - 0.03cph!

36 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.
36 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
36 Days Ago
Use full paths for engine asset locations
36 Days Ago
Only try to filter by asset type if we have any filters on, fixes excluding most files from search
36 Days Ago
Show full file path in window status bar on hover again, resolves Facepunch/sbox-issues#6709
36 Days Ago
Always update the path widget even if it's not a real location
36 Days Ago
Fix asset browser not saving to cookies, bring back history cookie logic (this is all in the project cookie now too)
36 Days Ago
Restore fix for dragging in installed cloud assets, resolves Facepunch/sbox-issues#6703
39 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
39 Days Ago
Prevent MapInstance on clients from binning received network objects, Facepunch/sbox-issues#6669
39 Days Ago
Fix NRE in SceneEditorSession.Resolve when an unsaved scene/prefab session is open, Facepunch/sbox-issues#6594
40 Days Ago
Fix adding new cloud asset ServerPackages sometimes causing silly hang
40 Days Ago
Disable new cloud packages stuff while I work out why that breaks shit sometimes
40 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)
41 Days Ago
Add SerializedProperty IsPublic, IsField, IsProperty Only show properties in GameResource inspector that'll actually be serialised, Facepunch/sbox-issues#6656
42 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
43 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
54 Days Ago
JsonIgnore Resource.IsValid
54 Days Ago
Attempt to include map vpks as LargeNetworkFiles, Facepunch/sbox-issues#6573
55 Days Ago
Bump up log level of native warnings
55 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
55 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
56 Days Ago
Fix NRE updating recent scene list
56 Days Ago
Include new .sbox/cloud directory as build map cmdline -searchpaths arg
56 Days Ago
Renaming assets now lets you just change capitalisation, resolves Facepunch/sbox-issues#6564
2 Months Ago
Fix crash from drawing SceneObject with an override but no mesh material, resolves Facepunch/sbox-issues#6553
2 Months 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.
2 Months 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
2 Months 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
2 Months Ago
Capitalise code folder in game minimal template, resolves Facepunch/sbox-issues#6331
2 Months Ago
Add addon .sbox/ to gitignore
2 Months Ago
Catch possible NRE Expanded logging for cases where Package.FetchAsync can fail Don't bother with cloud stuff if the backend isn't available Attempt retries when failing to save asset metadata
2 Months Ago
Cloud asset tweaks (#1666) (.sbox folder, version-pinning fixes, manual update flow, searchpath prio fix)
2 Months Ago
Razor @namespace doesn't want a trailing semicolon
2 Months Ago
Fix ComponentSheet filtering out methods
2 Months Ago
Mark unsaved changes for all scene edits again Add File > Close Project shortcut to quit and return to launcher
2 Months Ago
Only append quotes to clipboard text when pasting into property where it's not already likely valid json, resolves Facepunch/sbox-issues#6496
2 Months Ago
Differentiate between cloud vs missing map in inspector
2 Months Ago
Make Resource IValid, not valid when not yet loaded/missing Replacing deleted assets is treated as new, triggers reload events properly Deleting/replacing prefabs updates instances in open scenes Prefabs: register promise for missing source files, update inspector UI to show missing Add chunky mode to ResourceControlWidget
2 Months Ago
Make sure resources created from native keep their correct path even when using fallback (error.vmdl etc) Make missing resource references more obvious in inspector https://files.facepunch.com/solw/2024/September/23_14-27-LawfulPika.png
3 Months Ago
Better handling for prefab variables that aren't hooked up to anything, Facepunch/sbox-issues#6116
3 Months Ago
Always do vmdls as a large network download, Facepunch/sbox-issues#6181
3 Months Ago
Set the GameEditorSession as active when tabbing to game view in playmode, resolves Facepunch/sbox-issues#6393
3 Months Ago
Oops bring back wrapping on normal labels
3 Months Ago
Added scroll support to single-line TextEntry, will now scroll to caret/selection when confined by layout, Facepunch/sbox-issues#6274 https://files.facepunch.com/solw/2024/September/06_19-10-DeterminedFlycatcher.mp4
3 Months Ago
De/serialize missing mixer settings, disable spatialization on Music/UI mixers by default again, Facepunch/sbox-issues#6092
3 Months Ago
Fix wonky drag snap when using mesh tools in a 2d view, Facepunch/sbox-issues#6108
3 Months Ago
Make missing .svg message a bit more user friendly
3 Months Ago
Catch SvgPanel NRE, Facepunch/sbox-issues#6360
3 Months Ago
Tweak positioning of ColorPicker popup