userJames Kingcancel

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

11 Days Ago
Move ActionGraphExtensions to its own file First pass at multiple ActionGraph tabs per editor window
11 Days Ago
ActionGraph: Fixed dragging out a signal reroute node
11 Days Ago
ActionGraph: clear properties panel when selected node is deleted
11 Days Ago
Scene ref gizmo: only use weak references to graph elements So references from deleted graphs will hide
11 Days Ago
Use new BuildEvaluate directly from ActionGraph<T>
11 Days Ago
Redo BuildEvaluate
11 Days Ago
Scene reference debug view (Facepunch/sbox-issues#5161) (#1508)
14 Days Ago
Basic delegate invocation benchmarks
14 Days Ago
Scene reference debug view (Facepunch/sbox-issues#5161)
15 Days Ago
Scene reference debug view (Facepunch/sbox-issues#5161)
15 Days Ago
Internal geometry helpers for #1508 * Line2D * Vector2.Remap(oldRange, newRange, clamp) * Line.Clip(plane) * SceneCamera.ToScreen(line) DrawText / DrawQuad / Gizmo.ScreenText overloads accepting an angle Make Gizmo.Input.CursorPosition relative to view widget Refactor ActionGraphDebugger
15 Days Ago
Add overloads accepting CancellationTokens to delay tasks Facepunch/sbox-issues#5131 Action Graph editor tweaks to streamline CancellationTokens Facepunch/sbox-issues#5131
16 Days Ago
Support [Property] attribute on event fields (Facepunch/sbox-issues#4372)
16 Days Ago
Tools: Menu.ParentMenu, Menu.RootMenu So you can do stuff like menu.RootMenu.Close() Variable node editing (Facepunch/sbox-issues#5125)
16 Days Ago
Variable renaming fix
16 Days Ago
16 Days Ago
Variable renaming
16 Days Ago
16 Days Ago
Make control sheet labels draggable (Facepunch/sbox-issues#5129)
16 Days Ago
Merge property or variable get / set nodes (#1507)
16 Days Ago
Make control sheet labels draggable
16 Days Ago
Merge property or variable get / set nodes
17 Days Ago
Make sure worker threads start when calling RunInThreadAsync( Action ) Log a warning if a task runs without yielding for more than 1s Facepunch/sbox-issues#4608
17 Days Ago
Mechanism to abort long-running non-async worker actions Long-running worker action aborting tests
17 Days Ago
Mechanism to abort long-running non-async worker actions Long-running worker action aborting tests
18 Days Ago
Update Facepunch.ActionGraph
18 Days Ago
Fix serializing System.Object
18 Days Ago
18 Days Ago
Fix serializing System.Object
18 Days Ago
18 Days Ago
Fix crash when selecting nodes with System.Object inputs / properties
18 Days Ago
Debug view for scene ref nodes
18 Days Ago
Make control sheet labels draggable
18 Days Ago
Merge property or variable get / set nodes
18 Days Ago
IMessageContext.StackTraceIdentifier Include Context.StackTraceIdentifier in ValidationException.ToString() Merge branch 'legacy/1.3'
18 Days Ago
23 Days Ago
Debug view for scene ref nodes
23 Days Ago
Nicer action graph ValidationException stack traces https://files.facepunch.com/ziks/2024-04-03/sbox-dev_ROj6r4EUmt.mp4
23 Days Ago
Include Context.StackTraceIdentifier in ValidationException.ToString()
23 Days Ago
23 Days Ago
IMessageContext.StackTraceIdentifier
23 Days Ago
23 Days Ago
WIP - trying to clamp lines to screen
24 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
24 Days Ago
Debug view for scene ref nodes
24 Days Ago
Make control sheet labels draggable
24 Days Ago
Merge property or variable get / set nodes
24 Days Ago
24 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'
35 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