userJames Kingcancel

7,935 Commits over 3,745 Days - 0.09cph!

52 Days Ago
Tweak graph saving logic, warn if no editor session found
52 Days Ago
WIP frame scene ref target on double-click
52 Days Ago
More scene.ref node icon tweaks https://files.facepunch.com/ziks/2024-09-30/HZYdyW9buu.png
52 Days Ago
WIP game object thumbnails in graphs Refresh object thumbs when scene saved Node icon tweaks https://files.facepunch.com/ziks/2024-09-30/sbox-dev_6XFZEVyCvd.mp4
53 Days Ago
WIP game object thumbnails in graphs Refresh object thumbs when scene saved
55 Days Ago
Fixed Facepunch/sbox-issues#6518
55 Days Ago
Fixed Facepunch/sbox-issues#6517
55 Days Ago
Fix connection preview vanishing when dragging to a new node
55 Days Ago
Fix Facepunch/sbox-issues#6514
56 Days Ago
56 Days Ago
WIP apply validity condition for method calls
56 Days Ago
56 Days Ago
WIP validity conditionals
56 Days Ago
Put expression node plugs in header if only one input / output https://files.facepunch.com/ziks/2024-09-26/sbox-dev_lYhXT4ah9M.png
56 Days Ago
Added IfValid tests
56 Days Ago
Get rid of log Node plug labels match header text colour https://files.facepunch.com/ziks/2024-09-26/sbox-dev_EFyQuHEEXj.png
56 Days Ago
Tweak graph editor grid size https://files.facepunch.com/ziks/2024-09-26/sbox-dev_OTHe5wmoKA.mp4
56 Days Ago
Don't save game sessions when editing action graphs EditorScene.OpenScene: don't use game sessions Update Facepunch.ActionGraphs
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
56 Days Ago
57 Days Ago
Try / catch around new node types in FindAllReflectionNodeTypes
57 Days 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
57 Days Ago
Fix new instance node title
57 Days Ago
57 Days Ago
Fix relaxed resolved method comparison Add NewInstance node
57 Days Ago
57 Days Ago
Only require generic params if instance method not resolved
57 Days Ago
57 Days Ago
Library cleanup
57 Days Ago
Fix editing method bodies from outside component editor
57 Days 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
57 Days Ago
Fix component editor not refreshing when adding / removing members
58 Days Ago
WIP saving graphs without the resource editor open
58 Days Ago
Expose places for editor tools to interact with ActionGraphs in resources
58 Days Ago
Fixed editing method graphs
58 Days Ago
Mostly working, can't edit graphs
58 Days Ago
Compiling again
59 Days Ago
More WIP
59 Days Ago
59 Days Ago
Add JSON converters for InputDefinition / OutputDefinition
59 Days Ago
Fix hotload struct array block copy
2 Months Ago
WIP
2 Months Ago
Fix action graph target types in resources
2 Months Ago
2 Months Ago
Fix case where WriteCacheReferences is ignored
2 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
2 Months Ago
2 Months Ago
Update MethodBinder.BuildCall signature
2 Months Ago
2 Months Ago
Expose MethodCallNodeDefinition.GetBinder