userJames Kingcancel

6,917 Commits over 3,531 Days - 0.08cph!

29 Days Ago
29 Days Ago
IMessageContext.StackTraceIdentifier
29 Days Ago
WIP - trying to clamp lines to screen
30 Days Ago
Move Action Graph debug view code Allow specifying angle when drawing screen text / quads https://files.facepunch.com/ziks/2024-04-02/sbox-dev_UfeLjc8JqZ.mp4 Line2D (internal for now) Rework scene ref drawing to use screen text
30 Days Ago
Debug view for scene ref nodes
30 Days Ago
Make control sheet labels draggable
30 Days Ago
Merge property or variable get / set nodes
30 Days Ago
Add __guid and rename Version to __version in json Nicer stack traces Fix "The node already has a parent." when deserializing Tweak lambda naming Generate a throwing lambda when compiling a graph with errors Tweak how ValidationExceptions are thrown on invoke Added NodeLibrary.VoidTaskFaulted event Merge branch 'legacy/1.3'
30 Days Ago
41 Days Ago
ActionControlWidget: show graph errors in widget https://files.facepunch.com/ziks/1b2211b1/sbox-dev_DUsekC8GAK.png Even nicer stack traces for logs / exceptions in Action Graphs https://files.facepunch.com/ziks/1b2211b1/sbox-dev_pFRBSK1ykL.png
41 Days Ago
Added NodeLibrary.VoidTaskFaulted event
41 Days Ago
41 Days Ago
Tweak lambda naming Generate a throwing lambda when compiling a graph with errors Tweak how ValidationExceptions are thrown on invoke
41 Days Ago
41 Days Ago
Tweak lambda naming Generate a throwing lambda when compiling a graph with errors
41 Days Ago
Tweak lambda naming
41 Days Ago
41 Days Ago
Add __guid and rename Version to __version in json Nicer stack traces Fix "The node already has a parent." when deserializing
41 Days Ago
Add __guid and rename Version to __version in json Nicer stack traces
41 Days Ago
Nicer exception logging / stack trace for Action Graph exceptions Push EditorNodeLibrary in Asset.TryLoadGameResource()
41 Days Ago
Clean up opening editor for a given action graph Implement inspecting action graph elements Make sure ActionGraph GUIDs are unique too Make sure embedded expression graphs have an input node Fixes Facepunch/sbox-issues#5253 Hide input node for expression graphs with no inputs
41 Days Ago
Push NodeLibrary scope for ActionGraphResource Facepunch/sbox-issues#5244 Make sure NodeLibrary scope is pushed when deserializing components Facepunch/sbox-issues#5244
42 Days Ago
Debug view for scene ref nodes
42 Days Ago
Merge property or variable get / set nodes
42 Days Ago
Change Json.PushNodeLibrary() to NodeLibrary.Push() Call NodeLibrary.Push() instead of Scene.Push() if HostScene is null Fixes Facepunch/sbox-issues#5244
43 Days Ago
Make control sheet labels draggable
43 Days Ago
Merge property or variable get / set nodes
43 Days Ago
Only AssignmentKind.Set guarantees a variable is initialized
43 Days Ago
43 Days Ago
Nicer test for if nodes are operators
43 Days Ago
Make control sheet labels draggable
43 Days Ago
Merge property or variable get / set nodes https://files.facepunch.com/ziks/1b1611b1/sbox-dev_Bj6e15WZ0F.mp4
43 Days Ago
Fix deserializing ActionGraphs in Menu context (#1506)
43 Days Ago
Merge property or variable get / set nodes https://files.facepunch.com/ziks/1b1611b1/sbox-dev_Bj6e15WZ0F.mp4
43 Days Ago
Temporary fix for drag executing multiple times in one frame
43 Days Ago
Fix action graph serialization tests
43 Days Ago
Set Json.NodeLibrary in Scene.Push() Make sure node definitions are added in Menu context Push scene scope in Scene.Save(), Scene.Serialize()
43 Days Ago
Set Json.NodeLibrary in Scene.Push() Make sure node definitions are added in Menu context
44 Days Ago
Refactor ActionGraphDebugger First pass at listening for ActionGraph scene refs WIP show scene refs in scene view https://files.facepunch.com/ziks/2024-03-08/sbox-dev_HZ7Fs0R2x1.mp4
44 Days Ago
Make control sheet labels draggable Dropping a component property will create a set node https://files.facepunch.com/ziks/2024-03-12/sbox-dev_4FnI6RmoK5.mp4 Facepunch/sbox-issues#5129 EditorNode display fixes for embedded targets
44 Days Ago
Temporary fix for drag executing multiple times in one frame
44 Days Ago
Merge property or variable get / set nodes https://files.facepunch.com/ziks/1b1611b1/sbox-dev_Bj6e15WZ0F.mp4 Unify property node CanRead / CanWrite tests Add Facepunch.ActionGraphs.AssignmentKind to TypeLibrary Property node: switch between assignment kinds in context menu https://files.facepunch.com/ziks/1b1811b1/sbox-dev_QVXxSLhC4Y.mp4 Update Facepunch.ActionGraphs Output expansion fixes
44 Days Ago
Test output type of struct member assignment Fix result type of set property node if target is a struct
44 Days Ago
44 Days Ago
Fix NRE in GraphInputNodeType.GetPath
44 Days Ago
Add test for warnings in built-in projects Facepunch/sbox-issues#5223 Fix warning in AG editor Facepunch/sbox-issues#5223
45 Days Ago
Make control sheet labels draggable Dropping a component property will create a set node https://files.facepunch.com/ziks/2024-03-12/sbox-dev_4FnI6RmoK5.mp4 Facepunch/sbox-issues#5129 EditorNode display fixes for embedded targets
45 Days Ago
Merge property or variable get / set nodes https://files.facepunch.com/ziks/1b1611b1/sbox-dev_Bj6e15WZ0F.mp4 Unify property node CanRead / CanWrite tests Add Facepunch.ActionGraphs.AssignmentKind to TypeLibrary Property node: switch between assignment kinds in context menu https://files.facepunch.com/ziks/1b1811b1/sbox-dev_QVXxSLhC4Y.mp4
45 Days Ago
EnumControlWidget support for nullable Fixed title of scene.get target input Fix property panel handling nullable ActionGraph parameter types Fix warning when compiling Action Graph editor EnumDescription.Entry.Group Menu.AddOptions fixes for value type items Menu.AddMenu( Menu menu ) menu menu menu menu menu If icon is just a bunch of symbols, make sure it doesn't overflow https://files.facepunch.com/ziks/1b1811b1/kr69TajHB0.png Implement VectorControlWidget.StartEditing() Fix ControlSheet.AddObject return value regression
45 Days Ago
Display info for assignment operations