userJames Kingcancel

8,201 Commits over 3,837 Days - 0.09cph!

1 Year Ago
Facepunch.ActionGraph API changes Fixed race condition in Tools/CodeGen Updated Facepunch.ActionGraphs Don't list GameObjectActionComponent in action graph menus
1 Year Ago
Fix variable default values in BindingSurface.FromNode
1 Year Ago
1 Year Ago
Some better invalid JSON handling
1 Year Ago
1 Year Ago
Graph needs revalidation after removing nodes Node binding refactor, simplify call node serialization
1 Year Ago
1 Year Ago
Fixed expected type when serializing constant value links
1 Year Ago
Attributes, display info refactor
1 Year Ago
1 Year Ago
1 Year Ago
NodeLibrary refactor, split up TypeLoader
1 Year Ago
Make current FieldInfo avaiable to instance upgraders Field.HasAttribute<T>() extension method that checks for property SuppressNullKeyWarningAttribute Rebuild ComponentListWidget rather than ComponentSheet on hotload Fixes NullReferenceException when a component type is renamed / removed
1 Year Ago
Can expand any output with right-click https://files.facepunch.com/ziks/1b1911b1/sbox-dev_27P2mGG33e.mp4 Expose ValueTuple, IList.Count, Array.Length to TypeLibrary DisplayInfo: Get rid of backquote in generic names Updated Facepunch.ActionGraph Fixed expanded output hiding logic
1 Year Ago
Better exception handling during validation
1 Year Ago
1 Year Ago
1 Year Ago
Make sure parents and children are serialized too
1 Year Ago
Removed some remnants of output expansion
1 Year Ago
1 Year Ago
Set ParentId in ReplaceExpandedOutputsWithChildNodes upgrader Fix deserializing child nodes
1 Year Ago
1 Year Ago
Retire expanded outputs, use node nesting instead Merge field.get / field.set into property.get / property.set
1 Year Ago
1 Year Ago
1 Year Ago
ActionGraph: Automatically mark record properties as expanded
1 Year Ago
Update Facepunch.ActionGraphs
1 Year Ago
Allow expanded parameters on input nodes
1 Year Ago
1 Year Ago
ActionGraph: Double-click on an input to start editing it https://files.facepunch.com/ziks/1b1811b1/sbox-dev_Gea8n5mihG.mp4
1 Year Ago
Updated Facepunch.ActionGraph
1 Year Ago
Some helper conversions to LinkSource Test reproducing "Can only use InsertLink with array inputs" exception Fixed deserializing array element links before node binding
1 Year Ago
1 Year Ago
Some more link deserialization safety
1 Year Ago
1 Year Ago
Fixed dangling Links Some safety when deserializing possible duplicate elements IParameter inherits IMessageContext
1 Year Ago
1 Year Ago
ActionGraph: Output plug labelling https://files.facepunch.com/ziks/1b1711b1/sbox-dev_U6sndV7yzy.mp4
1 Year Ago
WIP output labels
1 Year Ago
Expose Editor.Application.FocusWidget Update Facepunch.ActionGraph
1 Year Ago
Fix serializing null constant inputs Fix cases where UserData wouldn't deserialize correctly
1 Year Ago
1 Year Ago
Simplify ActionPlug<T> Split up ActionNode.cs Implement EnumControlWidget.IsControlActive ControlSheet: return created widgets ActionGraph: Fix some undo edge cases
1 Year Ago
Simplify ActionPlug<T> Split up ActionNode.cs
1 Year Ago
ActionGraph: Undo / redo ActionGraph: Undo / redo property changes
1 Year Ago
ActionGraph: Fixed not being able to set properties
1 Year Ago
Updated Facepunch.ActionGraph
1 Year Ago
1 Year Ago
Fixed possible exception when adding a var.set node
1 Year Ago
ActionGraph array linking fixes