userJames Kingcancel

7,680 Commits over 3,684 Days - 0.09cph!

5 Months Ago
5 Months Ago
Link.IsNestedInput ActionGraph delegates can override input values Define types that must be exposed during cached graph serialization
5 Months Ago
Define types that must be exposed during cached graph serialization
5 Months Ago
WIP
5 Months Ago
Link.IsNestedInput ActionGraph delegates can override input values
5 Months Ago
5 Months Ago
Link.TryGetConstant() / TryGetVariable()
5 Months Ago
5 Months Ago
Automatically remove unlinked nested nodes
5 Months Ago
5 Months Ago
Get rid of LinkSource, just use nested nodes
5 Months Ago
Update Facepunch.ActionGraphs Use ActionGraphCache when cloning / instantiating GameObjects
5 Months Ago
Test scene for benchmarking cloning objects with ActionGraphs attached
5 Months Ago
Move editor addon .cs files to Code directories Update .git-blame-ignore-revs
5 Months Ago
Benchmark cached vs uncached
5 Months Ago
Fix ReSharper error Simplify ToDictionaryExpression ActionGraphCache first pass
5 Months Ago
5 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
5 Months Ago
ActionGraph editor tabs (Facepunch/sbox-issues#4491)
5 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
5 Months Ago
ActionGraph editor: View menu
5 Months Ago
Fix raising an existing ActionGraphView ActionGraph properties panel refactor
5 Months Ago
Action graph editor layout fixes
5 Months Ago
Move ActionGraphExtensions to its own file First pass at multiple ActionGraph tabs per editor window
5 Months Ago
ActionGraph: Fixed dragging out a signal reroute node
5 Months Ago
ActionGraph: clear properties panel when selected node is deleted
5 Months Ago
Scene ref gizmo: only use weak references to graph elements So references from deleted graphs will hide
5 Months Ago
Use new BuildEvaluate directly from ActionGraph<T>
5 Months Ago
Redo BuildEvaluate
5 Months Ago
Scene reference debug view (Facepunch/sbox-issues#5161) (#1508)
5 Months Ago
Basic delegate invocation benchmarks
5 Months Ago
Scene reference debug view (Facepunch/sbox-issues#5161)
5 Months Ago
Scene reference debug view (Facepunch/sbox-issues#5161)
5 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
5 Months Ago
Add overloads accepting CancellationTokens to delay tasks Facepunch/sbox-issues#5131 Action Graph editor tweaks to streamline CancellationTokens Facepunch/sbox-issues#5131
5 Months Ago
Support [Property] attribute on event fields (Facepunch/sbox-issues#4372)
5 Months Ago
Tools: Menu.ParentMenu, Menu.RootMenu So you can do stuff like menu.RootMenu.Close() Variable node editing (Facepunch/sbox-issues#5125)
5 Months Ago
5 Months Ago
Variable renaming fix
5 Months Ago
5 Months Ago
Variable renaming
5 Months Ago
Make control sheet labels draggable (Facepunch/sbox-issues#5129)
5 Months Ago
Merge property or variable get / set nodes (#1507)
5 Months Ago
Make control sheet labels draggable
5 Months Ago
Merge property or variable get / set nodes
5 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
5 Months Ago
Mechanism to abort long-running non-async worker actions Long-running worker action aborting tests
5 Months Ago
Mechanism to abort long-running non-async worker actions Long-running worker action aborting tests
5 Months Ago
Update Facepunch.ActionGraph
5 Months Ago
Fix serializing System.Object