userJames Kingcancel

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

10 Months Ago
10 Months Ago
CollisionActionComponent, TriggerActionComponent These will all get deprecated with #1458 anyway
10 Months 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
10 Months Ago
Tentative fix for #1492 This might lead to it falling back to normal hotloads more often, but at least it shouldn't throw.
10 Months Ago
Avoid throwing / catching exceptions when upgrading delegates (#1491) Was very slow when the debugger is attached
10 Months Ago
Delegate.TryGetActionGraphImplementation() extension method Facepunch/sbox#1491
10 Months Ago
10 Months Ago
Component editor
10 Months Ago
Cleanup Update Facepunch.ActionGraphs Allow [InitializedBy( null )]
10 Months Ago
Fixed AG undo/redo regression IResourceEditor.Changed event Fix save button not enabling for custom editors
10 Months Ago
Component definition event dispatching https://files.facepunch.com/ziks/2024-03-06/sbox-dev_5PrSEab4Ra.mp4
10 Months Ago
Component editor Event definitions https://files.facepunch.com/ziks/2024-03-05/sbox-dev_tLbFO7lAnn.png
10 Months Ago
Expose InputDefinition serialization
10 Months Ago
10 Months Ago
Fix truncated context menu for some plugs
10 Months Ago
Failing list block copy test Fixed possible "Destination is too short" on list hotload
10 Months Ago
Component editor
10 Months Ago
Can create variables from outputs again https://files.facepunch.com/ziks/2024-03-05/sbox-dev_KoPIunZlbZ.mp4
10 Months Ago
Fixed dragged output listing irrelevant nodes
10 Months Ago
Expose intersection-related structs to ActionGraph Facepunch/sbox-issues#5063 * PhysicsIntersection * PhysicsIntersectionEnd * PhysicsContact * PhysicsContact.Target
10 Months Ago
Fix ShaderGraph input editor width regression https://files.facepunch.com/ziks/2024-03-01/sbox-dev_zPHxuj7Wy8.png
10 Months Ago
Fixed GraphView.SelectionBox
10 Months Ago
Component editor
10 Months 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
10 Months Ago
Component editor
10 Months Ago
Fixed #1470 https://files.facepunch.com/ziks/2024-03-01/sbox-dev_YZdIaQBdKv.mp4
10 Months Ago
Failing array input missing link serialization Fix missing links when serializing array inputs Subgraph array input link on boundary support
10 Months Ago
10 Months Ago
Improved node type filtering w.r.t. whitespace
10 Months Ago
Fixed #1477
10 Months Ago
Fixed Facepunch/sbox-issues#5022
10 Months Ago
Fixed Facepunch/sbox-issues#5009
10 Months Ago
10 Months Ago
Support for delegate parameters returning void
11 Months 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
11 Months Ago
Count boxing as an implicit conversion
11 Months Ago
11 Months Ago
MethodCallNodeDefinition.BinderCache thread safety
11 Months Ago
11 Months Ago
IsAssignableToExtended
11 Months Ago
11 Months Ago
More general title formatting for instance nodes
11 Months Ago
11 Months Ago
Nicer titles for reflection nodes
11 Months Ago
11 Months Ago
Added ToTitleCase() for DisplayInfo.Title defaults
11 Months Ago
11 Months Ago
Implicit conversion cleanup
11 Months Ago
More generic method fixes
11 Months Ago