userJames Kingcancel
repoActionGraphscancel

449 Commits over 213 Days - 0.09cph!

55 Days Ago
Tweak lambda naming Generate a throwing lambda when compiling a graph with errors Tweak how ValidationExceptions are thrown on invoke
55 Days Ago
55 Days Ago
Tweak lambda naming Generate a throwing lambda when compiling a graph with errors
55 Days Ago
Tweak lambda naming
55 Days Ago
Add __guid and rename Version to __version in json Nicer stack traces Fix "The node already has a parent." when deserializing
55 Days Ago
56 Days Ago
Add __guid and rename Version to __version in json Nicer stack traces
57 Days Ago
Only AssignmentKind.Set guarantees a variable is initialized
57 Days Ago
59 Days Ago
Test output type of struct member assignment Fix result type of set property node if target is a struct
59 Days Ago
60 Days Ago
Display info for assignment operations
60 Days Ago
2 Months Ago
Accessor node refactor
2 Months Ago
2 Months Ago
Failing property binding test Allow type loaders to specify read / write access to properties and fields Fix property parameters when disconnected
2 Months Ago
2 Months Ago
Accessor node binding tweaks
2 Months Ago
2 Months Ago
Use IEnumerable<T> for ParameterDefinitionExtensions
2 Months Ago
2 Months Ago
Make ParameterDefinitionExtensions public
2 Months Ago
Make ParameterDefinitionExtensions public
2 Months Ago
2 Months Ago
Fixed SetStructField test Tests for += / -= / *= / /= nodes Improve property node serialization Update Node.ToString() More property assignment tests Handle type mismatch / missing operator for += etc nodes Refactor PropertyNodeDefinition to extend AccessorNodeDefinition Merged var.get / var.set nodes
2 Months Ago
Merged property node definitions Upgrader simplifications Version 6 upgrader Test fixes Fixed SetStructField test Tests for += / -= / *= / /= nodes Improve property node serialization Update Node.ToString() More property assignment tests Handle type mismatch / missing operator for += etc nodes Refactor PropertyNodeDefinition to extend AccessorNodeDefinition Merged var.get / var.set nodes
2 Months Ago
Merged property node definitions Upgrader simplifications Version 6 upgrader Test fixes
2 Months Ago
More WIP
2 Months Ago
WIP rewriting property node definition
2 Months Ago
2 Months Ago
Added input.value node
2 Months Ago
2 Months Ago
Test reproducing Facepunch/sbox-issues#5128 Better handling for missing parameters during validation Facepunch/sbox-issues#5128
2 Months Ago
2 Months Ago
Test reproducing Facepunch/sbox-issues#5066 Fixed Facepunch/sbox-issues#5066
2 Months Ago
Add ImpureAttribute
2 Months Ago
2 Months Ago
ActionGraph.ValidationIndex
2 Months Ago
2 Months Ago
Delegate.TryGetActionGraphImplementation() extension method Facepunch/sbox#1491
2 Months Ago
2 Months Ago
Expose InputDefinition serialization
2 Months Ago
3 Months Ago
Failing array input missing link serialization Fix missing links when serializing array inputs Subgraph array input link on boundary support
3 Months Ago
3 Months Ago
Support for delegate parameters returning void
3 Months Ago
3 Months Ago
Count boxing as an implicit conversion
3 Months Ago
3 Months Ago
MethodCallNodeDefinition.BinderCache thread safety