branchActionGraphs/maincancel

291 Commits over 397 Days - 0.03cph!

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