userJames Kingcancel
repoActionGraphscancel

699 Commits over 517 Days - 0.06cph!

11 Months Ago
11 Months Ago
Keep serialized properties in a consistent order
11 Months Ago
Input / output signals can be synchronous or async Got simple expression graphs working again, now with signals Automatically hook up input -> output signal for new expression graphs Fix version 7 upgrader Fix expression subgraphs Failing test for expression graph using async Use a dummy Signal type for all signal parameters Basic test for async in expression graphs Test for control flow async Control flow nodes inherit async from body signals
11 Months Ago
11 Months Ago
Control flow nodes inherit async from body signals
11 Months Ago
Test for control flow async
11 Months Ago
11 Months Ago
Basic test for async in expression graphs
11 Months Ago
Failing test for expression graph using async Use a dummy Signal type for all signal parameters
11 Months Ago
Automatically hook up input -> output signal for new expression graphs Fix version 7 upgrader Fix expression subgraphs
11 Months Ago
Input / output signals can be synchronous or async Got simple expression graphs working again, now with signals
11 Months Ago
11 Months Ago
Start using DisplayInfo.Hidden
12 Months Ago
Use ExposeWhenCachedAttribute instead of ITypeLoader.CanCache( Type )
12 Months Ago
12 Months Ago
Link.IsNestedInput ActionGraph delegates can override input values Define types that must be exposed during cached graph serialization
12 Months Ago
12 Months Ago
Define types that must be exposed during cached graph serialization
12 Months Ago
WIP
12 Months Ago
Link.IsNestedInput ActionGraph delegates can override input values
12 Months Ago
Link.TryGetConstant() / TryGetVariable()
12 Months Ago
12 Months Ago
Automatically remove unlinked nested nodes
12 Months Ago
12 Months Ago
Get rid of LinkSource, just use nested nodes
12 Months Ago
12 Months Ago
Benchmark cached vs uncached
12 Months Ago
Fix ReSharper error Simplify ToDictionaryExpression ActionGraphCache first pass
12 Months Ago
12 Months Ago
Use new BuildEvaluate directly from ActionGraph<T>
12 Months Ago
Redo BuildEvaluate
12 Months Ago
Basic delegate invocation benchmarks
12 Months Ago
12 Months Ago
Variable renaming fix
12 Months Ago
Variable renaming
12 Months Ago
12 Months Ago
12 Months Ago
Fix serializing System.Object
12 Months Ago
Fix serializing System.Object
12 Months Ago
12 Months Ago
IMessageContext.StackTraceIdentifier Include Context.StackTraceIdentifier in ValidationException.ToString() Merge branch 'legacy/1.3'
12 Months Ago
1 Year Ago
Include Context.StackTraceIdentifier in ValidationException.ToString()
1 Year Ago
1 Year Ago
IMessageContext.StackTraceIdentifier
1 Year Ago
1 Year Ago
Add __guid and rename Version to __version in json Nicer stack traces Fix "The node already has a parent." when deserializing Tweak lambda naming Generate a throwing lambda when compiling a graph with errors Tweak how ValidationExceptions are thrown on invoke Added NodeLibrary.VoidTaskFaulted event Merge branch 'legacy/1.3'
1 Year Ago
1 Year Ago
1 Year Ago
Added NodeLibrary.VoidTaskFaulted event