userJames Kingcancel

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

40 Days Ago
40 Days Ago
Add ImpureAttribute
40 Days Ago
Revert "Expose SceneTrace etc to ActionGraph" This reverts commit 438a62d24fbf3dc9a156f8279322af8ccb00c51d. I want to make some of these methods into action nodes, not expressions.
40 Days Ago
Expose SceneTrace etc to ActionGraph https://files.facepunch.com/ziks/2024-03-11/sbox-dev_NWYZqy5dMC.png
40 Days Ago
Mark IActionComponents as obsolete Don't list obsolete component types in ComponentTypeSelector
42 Days Ago
Fix #nullable context warnings Facepunch/sbox-issues#5116
43 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
43 Days Ago
CollisionActionComponent, TriggerActionComponent implement IActionComponent
43 Days Ago
43 Days Ago
ActionGraph.ValidationIndex
43 Days Ago
CollisionActionComponent, TriggerActionComponent These will all get deprecated with #1458 anyway
44 Days Ago
SourceLocation ILHotload test Use built-in FindNode( getInnermostNodeForTie: true ) for ILHotload #1492 Fix ILHotload handling SourceLocation attributes I'm not sure why it wasn't skipping before
44 Days Ago
Tentative fix for #1492 This might lead to it falling back to normal hotloads more often, but at least it shouldn't throw.
44 Days Ago
Avoid throwing / catching exceptions when upgrading delegates (#1491) Was very slow when the debugger is attached
44 Days Ago
Delegate.TryGetActionGraphImplementation() extension method Facepunch/sbox#1491
44 Days Ago
45 Days Ago
Component editor
45 Days Ago
Cleanup Update Facepunch.ActionGraphs Allow [InitializedBy( null )]
45 Days Ago
Fixed AG undo/redo regression IResourceEditor.Changed event Fix save button not enabling for custom editors
45 Days Ago
Component definition event dispatching https://files.facepunch.com/ziks/2024-03-06/sbox-dev_5PrSEab4Ra.mp4
46 Days Ago
Component editor Event definitions https://files.facepunch.com/ziks/2024-03-05/sbox-dev_tLbFO7lAnn.png
46 Days Ago
Expose InputDefinition serialization
46 Days Ago
46 Days Ago
Fix truncated context menu for some plugs
46 Days Ago
Failing list block copy test Fixed possible "Destination is too short" on list hotload
46 Days Ago
Component editor
46 Days Ago
Can create variables from outputs again https://files.facepunch.com/ziks/2024-03-05/sbox-dev_KoPIunZlbZ.mp4
46 Days Ago
Fixed dragged output listing irrelevant nodes
46 Days Ago
Expose intersection-related structs to ActionGraph Facepunch/sbox-issues#5063 * PhysicsIntersection * PhysicsIntersectionEnd * PhysicsContact * PhysicsContact.Target
50 Days Ago
Fix ShaderGraph input editor width regression https://files.facepunch.com/ziks/2024-03-01/sbox-dev_zPHxuj7Wy8.png
50 Days Ago
Fixed GraphView.SelectionBox
50 Days Ago
Component editor
50 Days Ago
TypeLibrary.GetType( name, baseType ) To compliment GetType<T>( name ) Component.JsonRead: don't ignore component_type Fixes some of the bugs that #1449 will fully solve
50 Days Ago
Component editor
50 Days Ago
Fixed #1470 https://files.facepunch.com/ziks/2024-03-01/sbox-dev_YZdIaQBdKv.mp4
50 Days Ago
Failing array input missing link serialization Fix missing links when serializing array inputs Subgraph array input link on boundary support
50 Days Ago
50 Days Ago
Improved node type filtering w.r.t. whitespace
50 Days Ago
Fixed #1477
50 Days Ago
Fixed Facepunch/sbox-issues#5022
50 Days Ago
Fixed Facepunch/sbox-issues#5009
50 Days Ago
Support for delegate parameters returning void
50 Days Ago
51 Days Ago
Node menu rewrite * Can search all possible node types * Properties / methods from TypeLibrary * Component getters of each type * Extension methods now appear like normal instance members * ActionGraph resources appear as normal instance members too * Output expansion isn't limited to properties any more * Editor knows which components exist on scene.ref targets * Improved formatting for node titles / parameters * Search truncates results at 20
51 Days Ago
Count boxing as an implicit conversion
51 Days Ago
51 Days Ago
MethodCallNodeDefinition.BinderCache thread safety
51 Days Ago
51 Days Ago
IsAssignableToExtended
51 Days Ago