userSol Williamscancel

496 Commits over 334 Days - 0.06cph!

7 Months Ago
Initial commit
7 Months Ago
Make frame selection behaviour more consistent
7 Months Ago
Pretty up shortcut hints a bit Add more context menu shortcut hints
7 Months Ago
Make TreeView item renaming more explicit, share same rebindable shortcut
7 Months Ago
Bin Shortcut
7 Months Ago
Only if static shortcut actions have no widget target, fallback to window and exclude from swallowing behavior
7 Months Ago
Only fire global input handlers once at app-level
7 Months Ago
Add asset browser duplicate shorcut, hints to context menu
7 Months Ago
Allow same key shortcut bound to different widgets with different actions, invoke appropriate one Bring back asset browser delete bind
7 Months Ago
Improve handling of control widgets with Nullable structs, Facepunch/sbox-issues#5984 Spruce up PropertySheetPopup, disable position cookies so they always appear closer to the action
7 Months Ago
Stop opening scenes overriding other tabs' camera locations, fixes Facepunch/sbox-issues#5929
7 Months Ago
Fix wrong delta for movement snap making 2d drag go all weird, fixes Facepunch/sbox-issues#5981
8 Months Ago
Fix being unable to fullscreen editor windows when there is no open console window, fixes Facepunch/sbox-issues#5974
8 Months Ago
Should use the hierarchal enabled state actually
8 Months Ago
Fix spectate, freecam modes not working correctly Add IsValid checks
8 Months Ago
Prevent wrong event running when Component.Enabled is toggled multiple times per frame
8 Months Ago
Stop big server lists squashing the rows, styling tweaks Facepunch/sbox-issues#5943
8 Months Ago
Stick verbose network files messages behind 'debug_network_files' convar, print elapsed time Facepunch/sbox-issues#5912
8 Months Ago
Make sure directory tree exists when downloading from server
8 Months Ago
Autoswitch to game tab when going into playmode again (oops)
8 Months Ago
Don't set active scene on tab hover but still do gizmo hover interactions, drag drop etc. Avoid needing awkward 2nd input, Facepunch/sbox-issues#5728
8 Months Ago
Use same asset picker size/location cookie regardless of what control created it Get rid of special case map picker
8 Months Ago
Asset picker: only allow multi selection if we want that
8 Months Ago
Stop prefab source widget changing value and closing picker before a selection has been submitted
8 Months Ago
Asset picker: will now grab/install remote cloud assets when selected (fixes Facepunch/sbox-issues#5904), improved validation so you can only select resource types you're supposed to
8 Months Ago
Fix new game objects created thru heirarchy context menu always spawning at 0,0,0
8 Months Ago
Tidy and make some context menus more consistent, prevent selecting unworkable options, add hierarchal path support to create asset menus
8 Months Ago
Do panel bind/parameter events when things change even if tree is empty, Facepunch/sbox-issues#5908 Custom panels that do stuff/populate from attributes etc should work again now, incl settings page
8 Months Ago
Fix some download toasts sticking around forever, and incorrectly displaying as cancelled
8 Months Ago
Message and remove toast if the download has been cancelled
8 Months Ago
Add download progress notice for cloud assets in editor, Facepunch/sbox-issues#5639 https://files.facepunch.com/solw/2024/July/23_15-25-OverduePekingese.png
8 Months Ago
Oopsies let's actually not allow old cookies to replace newer ones
8 Months Ago
Tooltips for mysterious component inspector buttons
8 Months Ago
Use Nullable underlying type when attempting conversion, fixes Facepunch/sbox-issues#5879
8 Months Ago
Catch possible NRE in CookieContainer
8 Months Ago
Fix component header not swallowing context menu events, fixes Facepunch/sbox-issues#5876
8 Months Ago
Make prefab variables section of heirarchy resizable, Facepunch/sbox-issues#5726
8 Months Ago
Stop launcher from undoing editor prefs changes when kept open, fixes Facepunch/sbox-issues#5857, Facepunch/sbox-issues#5825 (Cookie containers will now process/accept new changes on disk before writing)
8 Months Ago
Check scene camera .IsValid instead
8 Months Ago
Add undo snapshots when creating objects, don't double up creation/selection snapshots Clear undo stack when accepting external changes
8 Months Ago
Allow reassigning prefab source, spruce up instance inspector a bit, don't totally shit pant when prefab is missing
8 Months Ago
Prefab changes on disk will update any instances in open scenes, even when the prefab's not open
8 Months Ago
Ignore deleted/stale assets in path lookup, unregister managed resource handles on deletion
8 Months Ago
Update content of existing labels even if content is empty, fixes Facepunch/sbox-issues#5656
8 Months Ago
Stop stomping saved game dock location, Facepunch/sbox-issues#5845
8 Months Ago
Fix some readonly property controls throwing during ctor not appearing at all
8 Months Ago
Fix game view geometry/visibility not updating and annoyingly intercepting input, selection etc
8 Months Ago
Make property context menu always unfocus current control, fixes Facepunch/sbox-issues#5836
8 Months Ago
Add missing css spec cursor: aliases for diagonal resize, fixes Facepunch/sbox-issues#5497 (nesw-resize, nwse-resize)
8 Months Ago
Add support for copying/moving components by drag/dropping from inspector to heirarchy