userCarson Komponcancel
reposboxcancel

480 Commits over 273 Days - 0.07cph!

5 Days Ago
Added GraphView.CreateBackgroundPixmap which you can override. Resolves Facepunch/sbox-issues#7845 TextRendering.Scope now allows for newlines with a multiline text editor. Resolves Facepunch/sbox-issues#7836 Mixer now shows `*` when there are any new or unsaved changes. Can also delete mixers with the DEL key. Mixer will prompt you to save any unsaved changes on close and restore to previous settings if no is pressed. Resolves Facepunch/sbox-issues#7799
7 Days Ago
Added FeatureAttribute.Description. Feature tooltips now use the XML tooltips that display a description if there is one. Resolves Facepunch/sbox-issues#7893 Added [Feature] descriptions to a few existing components/resources
11 Days Ago
Input.EnableVirtualCursor also affects Click/MouseWheel simulations
11 Days Ago
Added Input.EnableVirtualCursor which can be disabled to override Cursor movement when using a Controller
11 Days Ago
Replace CameraComponent.RenderUI with ScreenPanel.TargetCamera. Restore previous behaviour of UI only drawing to the Main Camera by default instead of all Cameras by default. Also allows you to specify exactly which Camera a ScreenPanel should be drawn over. So you can easily handle splitscreen, ect.
12 Days Ago
Added Tooltips to ComponentSheetHeader. Resolves Facepunch/sbox-issues#7859 https://files.facepunch.com/CarsonKompon/2025/March/13_09-32-MediumorchidHartebeest.mp4
13 Days Ago
Fix build failing, Vector3Int already had entry
13 Days Ago
Added negative (-) operator to Vector2Int and Vector3Int
19 Days Ago
TagSetControlWidget properly initializes any custom ITagSet class if they are null instead of throwing warning Added a bunch of Context Menu options to TagSetControlWidget and TagButton. Resolves Facepunch/sbox-issues#7794 https://files.facepunch.com/CarsonKompon/2025/March/06_09-30-StainedHammerheadbird.mp4
20 Days Ago
Added Curve.Ease, Curve.EaseIn, Curve.EaseOut and Curve.Linear statics. Also added curve.Reverse() and updated CurvePresets to use the new statics. Resolves Facepunch/sbox-issues#7785
21 Days Ago
Fix numpad KeyEvents using the incorrect name when binding from the editor. Resolves Facepunch/sbox-issues#7778
26 Days Ago
Fix TextGradient parsing errors
26 Days Ago
Put LibraryDetail description in a ScrollArea. Resolves Facepunch/sbox-issues#7749
28 Days Ago
Update Shadergraph preview automatically when a subgraph is changed. Resolves Facepunch/sbox-issues#7708
28 Days Ago
Added `asset.changed` EditorEvent which fires whenever an asset is changed, passing the asset as an argument.
28 Days Ago
Use same priority order for subgraph inputs. Facepunch/sbox-issues#7706
29 Days Ago
Can now create Folders and JSON Files in the `Localization/` directory from the Asset Browser. Resolves Facepunch/sbox-issues#7492
29 Days Ago
Possible NRE fix in PackageSelector Added "Include Path in Search" option in Asset Browser. Resolves Facepunch/sbox-issues#7733
29 Days Ago
Created GamePackageControlWidget, used for Parent Game/Target Game/Supported Games properties. Resolves Facepunch/sbox-issues#7515
29 Days Ago
Remove the disabled fog component from sweeper Implement PlayerController.UseLookControls. Resolves Facepunch/sbox-issues#7715 Make Subgraph node Priority consistent with Material Editor Priority. Resolves Facepunch/sbox-issues#7706
29 Days Ago
Minor Sweeper project updates, cleans up the hierarchy and makes things more obvious/easy to navigate.
29 Days Ago
Added CameraComponent.FovAxis, can choose between `Horizontal` or `Vertical`. Field of View properties are hidden when Orthographic is true. Related to #1822
33 Days Ago
Removed unreachable code, should pass tests now
33 Days Ago
Improved Asset Browser search, now space delineated and has subtractive filter. Resolves Facepunch/sbox-issues#7696 https://files.facepunch.com/CarsonKompon/2025/February/20_17-02-LinenTermite.mp4
33 Days Ago
Subgraph outputs can be re-ordered based on the order of the list as well as a "Priority" property to override. Part of Facepunch/sbox-issues#7687 Priority value on IParameterNodes influence the order that inputs are created on Subgraph Nodes. Resolves Facepunch/sbox-issues#7687
34 Days Ago
Added CodeEditor.CanOpenFile. Don't show "Jump to Code" on internal Components/Assets/Properties. Resolves Facepunch/sbox-issues#7579
34 Days Ago
Added CursorShape.Finger to DropdownControlWidget. Resolves Facepunch/sbox-issues#7681 Add CursorShape.Finger and hover effects to ControlSheetGroup Add Right Click -> Jump to Code for ToggleGroups. Resolves Facepunch/sbox-issues#7630
34 Days Ago
Add NodeResultType and new constructor for NodeResult that takes NodeResultType. Resolves Facepunch/sbox-issues#7684
35 Days Ago
Added Search Bar to Editor Keybinds, moved Reset to Default outside of the scrollbox, and gave bind FixedWidth to prevent alignment issues. Resolves Facepunch/sbox-issues#7643 Editor Keybinds now have alternating background colors and improved margins https://files.facepunch.com/CarsonKompon/2025/February/18_17-10-ProbableHarrierhawk.mp4
35 Days Ago
Added negative (-) operator for Vector3Int. Resolves Facepunch/sbox-issues#7637 Added Vector3Int * Rotation operator. Resolves Facepunch/sbox-issues#7636
35 Days Ago
Fixed properties with AssetPathAttributes not opening the correct AssetPicker and not always loading the Cloud Browser tab. Resolves Facepunch/sbox-issues#7666
35 Days Ago
Fix the CloudBrowser infinite scrolling only working in List View.
35 Days Ago
Added `ClothingContainer.PrefersHuman`. Switching to the human character on the Main Menu will toggle this option and save to your avatar.
35 Days Ago
GraphCompiler no longer throws error when multiple NodeErrors occur on the same node in Shadergraph Replace GraphCompiler.NodeStack with GraphCompiler.InputStack to prevent Circular Reference detection when a node is being re-referenced through a different input.
36 Days Ago
Use `FileWatch.SuppressWatchers` to prevent error spam while downloading library files.
36 Days Ago
Only download new/changed files when updating a Library, delete any that no longer exist, and download files in parallel.
36 Days Ago
LibraryDetail version now updates the ComboBox upon downloading a new version of the Library. Resolves Facepunch/sbox-issues#7669
36 Days Ago
Can now use multiple of the same subgraph with different values without it attempting to cache values from the other node of the same type. Also tracks nested nodes with their own cache so it's still optimized.
42 Days Ago
Don't serialize NodeInput.Subgraph since the field is only needed during the compilation process. Fix connections to Result node not always serializing in ShaderGraph Use correct PropertyInfo when generating Result inputs Use DisplayName for DisplayInfo in Result node
43 Days Ago
ShaderGraph result node only shows the inputs that are actually used for the current Shading Model/Domain https://files.facepunch.com/CarsonKompon/2025/February/10_11-10-LightskyblueRabbit.mp4
43 Days Ago
Add [JsonIgnore] to anything that would cause recursion during serialization in EditorTool
46 Days Ago
Fade out Node Graph grid when zoomed out far enough. Resolves Facepunch/sbox-issues#7486
46 Days Ago
SubgraphNode now instantly hotloads inputs/outputs on recompile of the references subgraph. Resolves Facepunch/sbox-issues#7526
46 Days Ago
Dragging an image into a ShaderGraph will automatically create a Texture2D node. Resolves Facepunch/sbox-issues#7547
46 Days Ago
Don't try to apply PositionOffset during PS phase in GraphCompiler
47 Days Ago
Another potential VoiceComponent fix for Facepunch/sbox-issues#7450
47 Days Ago
Revert commit a6f4d1d0dcdda5da45be89b9ece67c21f18e9901 for now since that wasn't the correct solution
47 Days Ago
Dispose SoundStream in VoiceComponent when finished. Facepunch/sbox-issues#7450
47 Days Ago
Remove some logs
47 Days Ago
Remove TypeKey from EditorShortcuts and use Type instead of string as key. EditorShortcuts will now resolve shortcuts in parent classes. Resolves Facepunch/sbox-issues#7531