repoActionGraphscancel

611 Commits over 397 Days - 0.06cph!

11 Months Ago
11 Months Ago
Inputs can directly reference variables
11 Months Ago
11 Months Ago
Variables can be initialized from graph inputs
11 Months Ago
11 Months Ago
Custom method-implemented nodes can read named variables directly With [Variable] attribute on a parameter
11 Months Ago
Variables can have default values Test for accessing variable default values Default value variable validation fix Default value variable expression building
11 Months Ago
11 Months Ago
Simplify serialized graph a bit more
11 Months Ago
11 Months Ago
Add IActionGraph.RemoveInputParameter
11 Months Ago
11 Months Ago
Update input node when adding parameters
11 Months Ago
11 Months Ago
11 Months Ago
Fixed UpdateInputOutputs regression
11 Months Ago
11 Months Ago
IActionGraph.TryGetInputParameter, AddInputParameter extension methods Support for adding optional input parameters to graphs implementing delegates
12 Months Ago
Stability when deserializing variables Survive missing variable types
12 Months Ago
Stability when deserializing variables Survive missing variable types
12 Months Ago
Keep unknown inputs / outputs if linked
12 Months Ago
Keep unknown inputs / outputs if linked
12 Months Ago
MethodBinder bug fix Graph serialization determinism Add MissingNodeDefinition, WIP guarentee round-trip serialization
12 Months Ago
12 Months Ago
Added conversion from null tests Fixed conversion from null (Facepunc/sbox#1360)
12 Months Ago
12 Months Ago
More stability when deserializing invalid graphs
12 Months Ago
12 Months Ago
12 Months Ago
More tests for parsing invalid graphs Fixed parsing graphs referencing missing methods
12 Months Ago
Fixed MissingType test
12 Months Ago
WIP stability when deserializing a graph referencing missing types
1 Year Ago
1 Year Ago
Add `_isStatic` property for method call nodes
1 Year Ago
Display info formatting
1 Year Ago
1 Year Ago
1 Year Ago
Better ambiguous method binding handling
1 Year Ago
WIP refactor of method binding to better support overloads
1 Year Ago
1 Year Ago
Fix possible NRE on nested deserialization
1 Year Ago
1 Year Ago
Allow JSON converters to resolve node library on each call
1 Year Ago
1 Year Ago
Generate complete sub-graph before writing it to file
1 Year Ago
1 Year Ago
Basic sub-graph creation works
1 Year Ago
WIP subgraph creation from a set of nodes
1 Year Ago
Corrected VariableDependencyAnyReject test DispatchMode validation respects collapsing `nop` nodes
1 Year Ago
Removed links parameter from IActionGraph.Serialize(nodes) Sub-graph creation interface Collapse links through `nop` nodes Failing test involving `any` and `nop` nodes