branchActionJigs/maincancel

103 Commits over 30 Days - 0.14cph!

6 Months Ago
Jig -> Graph
7 Months Ago
Deserialization fix
7 Months Ago
ActionJigCreated event
7 Months Ago
ActionJig.LinkTriggered event
7 Months Ago
FireSignalExpression fix
7 Months Ago
Some safety when deserializing types
7 Months Ago
Fixed another generic type binding case
7 Months Ago
Fixed Nop node passing signals
7 Months Ago
Some cleanup NoOperation node definition
7 Months Ago
Ensure parameters are ordered correctly
7 Months Ago
Attempt to fix some missing display info
7 Months Ago
Some more icons
7 Months Ago
Descriptions for operators
7 Months Ago
Material icons in display info
7 Months Ago
Include generic parameter in PropertyDefinition
7 Months Ago
IsTypeParameterRequired shouldn't check properties
7 Months Ago
Pure methods become expression nodes
7 Months Ago
Keep type parameter properties in method call nodes
7 Months Ago
Fix type parameter type
7 Months Ago
Defer getting display info for property / field / method nodes
7 Months Ago
Fix display info for bound property / field / method nodes
7 Months Ago
Support specifying type arguments in node properties
7 Months Ago
Dynamic method calls Support dynamic method calls with return types Avoid parameter name collisions Support methods with out parameters
7 Months Ago
Support for NodeAttribute methods with the same identifier
7 Months Ago
MethodBinder works
7 Months Ago
WIP MethodBinder progress
7 Months Ago
Per-binding display info and node kind WIP MethodCallNodeDefinition
7 Months Ago
Get / set field nodes Validation fix
7 Months Ago
Fix a warning Warn if nodes are unreachable Some missing documentation
7 Months Ago
Null literals with implicit conversion to reference types Control flow validation tweak
7 Months Ago
Fix a generic method binding edge case
7 Months Ago
Allow nested NodeInvocationExceptions
7 Months Ago
Wrap exceptions thrown when invoking nodes Allow DeclaringType to be optional in instance property get / set
7 Months Ago
Validation fix
7 Months Ago
Don't clear links / value when setting value / links on an input
7 Months Ago
Multiple continuations fix
7 Months Ago
Fix continuations of property.set nodes
7 Months Ago
Get / set property fixes
7 Months Ago
Type property serialization fixes
7 Months Ago
Get / set property node definitions
7 Months Ago
Fix event node userdata not serializing
7 Months Ago
Added EventParameter.Display
7 Months Ago
Added conversion operator from Delegate to ActionJig
7 Months Ago
Don't use polymorphism for serialized delegates
7 Months Ago
Publish debug builds Added AddAssemblyResult
7 Months Ago
Finished documenting all public members Fixed #8
7 Months Ago
Document Link and Variable
7 Months Ago
Updated README.md
7 Months Ago
Document ExpressionBuilder Node and ActionJigExtensions documentation Document node parameters
7 Months Ago
More documentation, move logging nodes to test project More documentation, some rearranging