userJames Kingcancel

8,063 Commits over 3,806 Days - 0.09cph!

9 Months Ago
ActionGraph editor tabs (Facepunch/sbox-issues#4491)
9 Months Ago
ActionGraph editor tabs (Facepunch/sbox-issues#4491) Error list now shows messages from all open graphs https://files.facepunch.com/ziks/2024-04-16/sbox-dev_aRXgE6cHMs.mp4
9 Months Ago
ActionGraph editor: View menu
9 Months Ago
Fix raising an existing ActionGraphView ActionGraph properties panel refactor
9 Months Ago
Action graph editor layout fixes
9 Months Ago
Move ActionGraphExtensions to its own file First pass at multiple ActionGraph tabs per editor window
9 Months Ago
ActionGraph: Fixed dragging out a signal reroute node
9 Months Ago
ActionGraph: clear properties panel when selected node is deleted
9 Months Ago
Scene ref gizmo: only use weak references to graph elements So references from deleted graphs will hide
9 Months Ago
Use new BuildEvaluate directly from ActionGraph<T>
9 Months Ago
Redo BuildEvaluate
9 Months Ago
Scene reference debug view (Facepunch/sbox-issues#5161) (#1508)
9 Months Ago
Basic delegate invocation benchmarks
9 Months Ago
Scene reference debug view (Facepunch/sbox-issues#5161)
9 Months Ago
Scene reference debug view (Facepunch/sbox-issues#5161)
9 Months 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
9 Months Ago
Add overloads accepting CancellationTokens to delay tasks Facepunch/sbox-issues#5131 Action Graph editor tweaks to streamline CancellationTokens Facepunch/sbox-issues#5131
9 Months Ago
Support [Property] attribute on event fields (Facepunch/sbox-issues#4372)
9 Months Ago
Tools: Menu.ParentMenu, Menu.RootMenu So you can do stuff like menu.RootMenu.Close() Variable node editing (Facepunch/sbox-issues#5125)
9 Months Ago
9 Months Ago
Variable renaming fix
9 Months Ago
9 Months Ago
Variable renaming
9 Months Ago
Make control sheet labels draggable (Facepunch/sbox-issues#5129)
9 Months Ago
Merge property or variable get / set nodes (#1507)
9 Months Ago
Make control sheet labels draggable
9 Months Ago
Merge property or variable get / set nodes
9 Months 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
9 Months Ago
Mechanism to abort long-running non-async worker actions Long-running worker action aborting tests
9 Months Ago
Mechanism to abort long-running non-async worker actions Long-running worker action aborting tests
9 Months Ago
Update Facepunch.ActionGraph
9 Months Ago
9 Months Ago
Fix serializing System.Object
9 Months Ago
Fix serializing System.Object
9 Months Ago
9 Months Ago
Fix crash when selecting nodes with System.Object inputs / properties
9 Months Ago
Debug view for scene ref nodes
9 Months Ago
Make control sheet labels draggable
9 Months Ago
Merge property or variable get / set nodes
9 Months Ago
IMessageContext.StackTraceIdentifier Include Context.StackTraceIdentifier in ValidationException.ToString() Merge branch 'legacy/1.3'
9 Months Ago
9 Months Ago
Debug view for scene ref nodes
9 Months Ago
Nicer action graph ValidationException stack traces https://files.facepunch.com/ziks/2024-04-03/sbox-dev_ROj6r4EUmt.mp4
9 Months Ago
Include Context.StackTraceIdentifier in ValidationException.ToString()
9 Months Ago
9 Months Ago
IMessageContext.StackTraceIdentifier
9 Months Ago
9 Months Ago
WIP - trying to clamp lines to screen
9 Months 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
9 Months Ago
Debug view for scene ref nodes