userJames Kingcancel
branchActionGraphs/maincancel

291 Commits over 397 Days - 0.03cph!

28 Days Ago
Add IActionGraphDelegate.Path
28 Days Ago
Add setter to IActionGraphDelegate.Defaults
31 Days Ago
Simplify serialization, get ready for directly reusable graphs Delegates can reference graphs by path
33 Days Ago
Fix NRE
33 Days Ago
Fix GetActionGraphInstance() for multicast delegates
34 Days Ago
Basic support for multicast delegates
34 Days Ago
Some more safety with expression types
34 Days Ago
Fix switch case body type error
35 Days Ago
Tests for branching variable assignment Handle branching variable assignment in switch case Support BuildExpression result type of void rather than Task
35 Days Ago
Possible fix for Facepunch/sbox-issues#6736
39 Days Ago
Fix serializing empty arrays
39 Days Ago
Fix default for switch cases
39 Days Ago
Switch node tweaks, fix ArrayValueModel
40 Days Ago
Basic switch case node
45 Days Ago
Allow setting BindingSurface.ActionGraph
45 Days Ago
IsAssignableToExtended thread safety
51 Days Ago
Forward display info for return parameters
2 Months Ago
Make AccessorNodeDefinition.BindingTarget protected
2 Months Ago
Fixed default display info for accessor nodes
2 Months Ago
Stricter test for resolved generic type with default arg
2 Months Ago
Make resolved generic type properties optional instead of removing them Test fixup
2 Months Ago
Failing test involving generic methods with default arguments
2 Months Ago
Expose AccessorNodeDefinition
2 Months Ago
Added failing IsAssignableToExtended test Fix IsAssignableToExtended edge case with generic interfaces
2 Months Ago
Revert "Add [Target] attrib to ForEach enumerable" This reverts commit 387e1b482f8525e728fba73be973345cf312ebbe.
2 Months Ago
Add [Target] attrib to ForEach enumerable
2 Months Ago
Failing test for DefaultConstructorConstraint Fix testing DefaultConstructorConstraint
2 Months Ago
Mark some system methods as pure
2 Months Ago
Failing type parameter resolution test Fix FindMatchingConstructedGenericTypes skipping a case
2 Months Ago
Make DisplayInfo.Format() easier to use
2 Months Ago
Fix side effects from serializing exposed properties
2 Months Ago
Fix re-serializing a deserialized node with exposed properties
2 Months Ago
Only update cached if change ID has increased
2 Months Ago
Add link triggered test Add failing test involving dispatching link triggered with a ref struct Fix a couple of issues with ref struct types
2 Months Ago
Fix new instance node title
2 Months Ago
Fix relaxed resolved method comparison Add NewInstance node
2 Months Ago
Only require generic params if instance method not resolved
3 Months Ago
Add JSON converters for InputDefinition / OutputDefinition
3 Months Ago
Fix case where WriteCacheReferences is ignored
3 Months Ago
Update MethodBinder.BuildCall signature
3 Months Ago
Expose MethodCallNodeDefinition.GetBinder
3 Months Ago
Expose MethodBinder Apply code style Add .git-blame-ignore-revs
3 Months Ago
Fixed exposed property value edge cases
3 Months Ago
Fix ActionGraphModel.WithDefaults handling exposed properties
3 Months Ago
Fix defaults being dropped in cached fast path
3 Months Ago
Don't automatically call RemoveUnusedChildNodes
3 Months Ago
Fix cached fast path change ID logic
3 Months Ago
Test GuidMap in cached fast path
3 Months Ago
Fast path for cached graphs
3 Months Ago
Fix expected type for constant value links