repoActionGraphscancel

449 Commits over 213 Days - 0.09cph!

4 Months Ago
Better display info for property.get output Implemented constructor nodes Fixed property getter nodes Fixed display info for property get / set methods
4 Months Ago
Combine ExpressionNode, ActionNode attributes Mark expression node methods with [Pure] IActionGraph.AddNode( string id ) extension method Tests for constructor and static property nodes
4 Months Ago
Expose Node.MarkDirty
4 Months Ago
4 Months Ago
4 Months Ago
Added force option to ActionGraph.Validate
4 Months Ago
4 Months Ago
Get rid of INodeAttribute.Kind
4 Months Ago
4 Months Ago
Look for INodeAttribute instead of NodeAttribute
4 Months Ago
4 Months Ago
Fix variable default values in BindingSurface.FromNode
4 Months Ago
4 Months Ago
Some better invalid JSON handling
4 Months Ago
4 Months Ago
Graph needs revalidation after removing nodes Node binding refactor, simplify call node serialization
4 Months Ago
Fixed expected type when serializing constant value links
4 Months Ago
4 Months Ago
Attributes, display info refactor
4 Months Ago
4 Months Ago
NodeLibrary refactor, split up TypeLoader
4 Months Ago
4 Months Ago
Better exception handling during validation
4 Months Ago
4 Months Ago
Make sure parents and children are serialized too
4 Months Ago
4 Months Ago
Removed some remnants of output expansion
4 Months Ago
4 Months Ago
Set ParentId in ReplaceExpandedOutputsWithChildNodes upgrader Fix deserializing child nodes
4 Months Ago
Retire expanded outputs, use node nesting instead Merge field.get / field.set into property.get / property.set
4 Months Ago
4 Months Ago
4 Months Ago
4 Months Ago
Allow expanded parameters on input nodes
4 Months Ago
4 Months Ago
Some helper conversions to LinkSource Test reproducing "Can only use InsertLink with array inputs" exception Fixed deserializing array element links before node binding
4 Months Ago
4 Months Ago
Some more link deserialization safety
4 Months Ago
4 Months Ago
Fixed dangling Links Some safety when deserializing possible duplicate elements IParameter inherits IMessageContext
4 Months Ago
4 Months Ago
Fix serializing null constant inputs Fix cases where UserData wouldn't deserialize correctly
4 Months Ago
4 Months Ago
Fixed possible exception when adding a var.set node
4 Months Ago
4 Months Ago
Some safety in DeserializeExpected
4 Months Ago
4 Months Ago
Added Input.SetLink( source, index )
4 Months Ago
4 Months Ago
Retire link shorthand format