userJames Kingcancel

8,180 Commits over 3,837 Days - 0.09cph!

5 Months Ago
Fixed Facepunch/sbox-issues#6518
5 Months Ago
Fixed Facepunch/sbox-issues#6517
5 Months Ago
Fix connection preview vanishing when dragging to a new node
5 Months Ago
Fix Facepunch/sbox-issues#6514
5 Months Ago
WIP apply validity condition for method calls
5 Months Ago
5 Months Ago
WIP validity conditionals
5 Months Ago
5 Months Ago
Put expression node plugs in header if only one input / output https://files.facepunch.com/ziks/2024-09-26/sbox-dev_lYhXT4ah9M.png
5 Months Ago
Added IfValid tests
5 Months Ago
Get rid of log Node plug labels match header text colour https://files.facepunch.com/ziks/2024-09-26/sbox-dev_EFyQuHEEXj.png
5 Months Ago
Tweak graph editor grid size https://files.facepunch.com/ziks/2024-09-26/sbox-dev_OTHe5wmoKA.mp4
5 Months Ago
Don't save game sessions when editing action graphs EditorScene.OpenScene: don't use game sessions Update Facepunch.ActionGraphs
5 Months Ago
5 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
5 Months Ago
Try / catch around new node types in FindAllReflectionNodeTypes
5 Months Ago
Fix action graph node list not showing new members after hotload Allow creating instances of simple user types in action graph ```csharp public record ExampleRecord( int Foo, string Bar ); ``` https://files.facepunch.com/ziks/2024-09-25/sbox-dev_PyZRMaMzAu.png
5 Months Ago
Fix new instance node title
5 Months Ago
5 Months Ago
Fix relaxed resolved method comparison Add NewInstance node
5 Months Ago
5 Months Ago
Only require generic params if instance method not resolved
5 Months Ago
5 Months Ago
Library cleanup
5 Months Ago
Fix editing method bodies from outside component editor
5 Months Ago
WIP More WIP Compiling again Mostly working, can't edit graphs Fixed editing method graphs WIP saving graphs without the resource editor open Fix component editor not refreshing when adding / removing members Fix editing method bodies from outside component editor
5 Months Ago
Fix component editor not refreshing when adding / removing members
5 Months Ago
WIP saving graphs without the resource editor open
5 Months Ago
Expose places for editor tools to interact with ActionGraphs in resources
5 Months Ago
Fixed editing method graphs
5 Months Ago
Mostly working, can't edit graphs
5 Months Ago
Compiling again
5 Months Ago
More WIP
5 Months Ago
Add JSON converters for InputDefinition / OutputDefinition
5 Months Ago
5 Months Ago
Fix hotload struct array block copy
5 Months Ago
WIP
5 Months Ago
Fix action graph target types in resources
5 Months Ago
Fix case where WriteCacheReferences is ignored
5 Months Ago
5 Months Ago
Nicer display info for interface types, icon for event methods Added scene.run node https://files.facepunch.com/ziks/2024-09-19/devenv_VvsrGGEi2v.png https://files.facepunch.com/ziks/2024-09-19/sbox-dev_JdyfR5LSEQ.mp4
5 Months Ago
Update MethodBinder.BuildCall signature
5 Months Ago
5 Months Ago
Expose MethodCallNodeDefinition.GetBinder
5 Months Ago
5 Months Ago
Editor support for scene.run nodes https://files.facepunch.com/ziks/2024-09-19/devenv_VvsrGGEi2v.png https://files.facepunch.com/ziks/2024-09-19/sbox-dev_JdyfR5LSEQ.mp4 Nicer display info for interfaces, default icon for event methods
5 Months Ago
WIP scene.run node
5 Months Ago
Expose MethodBinder Apply code style Add .git-blame-ignore-revs
5 Months Ago
5 Months Ago
Update Facepunch.ActionGraphs