userJames Kingcancel
branchActionGraphs/maincancel

291 Commits over 397 Days - 0.03cph!

10 Days Ago
Add IActionGraphDelegate.Path
10 Days Ago
Add setter to IActionGraphDelegate.Defaults
13 Days Ago
Simplify serialization, get ready for directly reusable graphs Delegates can reference graphs by path
15 Days Ago
Fix NRE
15 Days Ago
Fix GetActionGraphInstance() for multicast delegates
16 Days Ago
Basic support for multicast delegates
16 Days Ago
Some more safety with expression types
17 Days Ago
Fix switch case body type error
17 Days Ago
Tests for branching variable assignment Handle branching variable assignment in switch case Support BuildExpression result type of void rather than Task
17 Days Ago
Possible fix for Facepunch/sbox-issues#6736
21 Days Ago
Fix serializing empty arrays
21 Days Ago
Fix default for switch cases
21 Days Ago
Switch node tweaks, fix ArrayValueModel
22 Days Ago
Basic switch case node
27 Days Ago
Allow setting BindingSurface.ActionGraph
27 Days Ago
IsAssignableToExtended thread safety
34 Days Ago
Forward display info for return parameters
44 Days Ago
Make AccessorNodeDefinition.BindingTarget protected
44 Days Ago
Fixed default display info for accessor nodes
44 Days Ago
Stricter test for resolved generic type with default arg
44 Days Ago
Make resolved generic type properties optional instead of removing them Test fixup
44 Days Ago
Failing test involving generic methods with default arguments
45 Days Ago
Expose AccessorNodeDefinition
45 Days Ago
Added failing IsAssignableToExtended test Fix IsAssignableToExtended edge case with generic interfaces
45 Days Ago
Revert "Add [Target] attrib to ForEach enumerable" This reverts commit 387e1b482f8525e728fba73be973345cf312ebbe.
45 Days Ago
Add [Target] attrib to ForEach enumerable
45 Days Ago
Failing test for DefaultConstructorConstraint Fix testing DefaultConstructorConstraint
45 Days Ago
Mark some system methods as pure
45 Days Ago
Failing type parameter resolution test Fix FindMatchingConstructedGenericTypes skipping a case
45 Days Ago
Make DisplayInfo.Format() easier to use
49 Days Ago
Fix side effects from serializing exposed properties
50 Days Ago
Fix re-serializing a deserialized node with exposed properties
52 Days Ago
Only update cached if change ID has increased
56 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
57 Days Ago
Fix new instance node title
57 Days Ago
Fix relaxed resolved method comparison Add NewInstance node
57 Days Ago
Only require generic params if instance method not resolved
59 Days 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