userJames Kingcancel
branchActionJigs/maincancel

103 Commits over 30 Days - 0.14cph!

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