userJames Kingcancel
repoActionGraphscancel

699 Commits over 517 Days - 0.06cph!

1 Year Ago
Better display info for property.get output Implemented constructor nodes Fixed property getter nodes Fixed display info for property get / set methods
1 Year Ago
Combine ExpressionNode, ActionNode attributes Mark expression node methods with [Pure] IActionGraph.AddNode( string id ) extension method Tests for constructor and static property nodes
1 Year Ago
Expose Node.MarkDirty
1 Year Ago
1 Year Ago
Added force option to ActionGraph.Validate
1 Year Ago
1 Year Ago
1 Year Ago
Get rid of INodeAttribute.Kind
1 Year Ago
Look for INodeAttribute instead of NodeAttribute
1 Year Ago
1 Year Ago
Fix variable default values in BindingSurface.FromNode
1 Year Ago
1 Year Ago
1 Year Ago
Some better invalid JSON handling
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
NodeLibrary refactor, split up TypeLoader
1 Year Ago
1 Year Ago
1 Year Ago
Better exception handling during validation
1 Year Ago
Make sure parents and children are serialized too
1 Year Ago
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
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
Allow expanded parameters on input nodes
1 Year Ago
1 Year Ago
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
Fixed dangling Links Some safety when deserializing possible duplicate elements IParameter inherits IMessageContext
1 Year Ago
1 Year Ago
1 Year Ago
Fix serializing null constant inputs Fix cases where UserData wouldn't deserialize correctly
1 Year Ago
Fixed possible exception when adding a var.set node
1 Year Ago
1 Year Ago
Some safety in DeserializeExpected
1 Year Ago
1 Year Ago
1 Year Ago
Added Input.SetLink( source, index )
1 Year Ago
Retire link shorthand format
1 Year Ago