userJames Kingcancel

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

1 Year Ago
Output member expansion https://files.facepunch.com/ziks/1b1211b1/sbox-dev_83NHqCSy23.png
1 Year Ago
Refactor adding expanded output bindings Expand var.get output
1 Year Ago
1 Year Ago
Only expand directly declared members by default
1 Year Ago
1 Year Ago
Allow [Expanded] attributes in any assembly
1 Year Ago
1 Year Ago
Allow custom logic for if members are expanded
1 Year Ago
1 Year Ago
Expand property / field getter return value
1 Year Ago
1 Year Ago
Rename SingleNodes to NodeTests API for adding expanded outputs Expanded output test Expanded output implementation Allow adding expanded outputs at any time ExpandedAttribute
1 Year Ago
1 Year Ago
ActionGraph: directly use variables for inputs, reachability fixes https://files.facepunch.com/ziks/1b1111b1/sbox-dev_zsJbxaO0TC.mp4 https://files.facepunch.com/ziks/1b1011b1/NVIDIA_Share_k0NTtOlpgq.png
1 Year Ago
Fixed reachability test for expression nodes
1 Year Ago
1 Year Ago
Added failing test of variable accessibility Fixed finding and validating referenced variables
1 Year Ago
WIP use variables directly as inputs https://files.facepunch.com/ziks/1b1011b1/NVIDIA_Share_k0NTtOlpgq.png
1 Year Ago
Move MemberInfo.ToSimpleString() extension to Sandbox.System Add Stirng.HtmlEncode() / UrlEncode() extension methods ActionGraph: type name formatting fixes
1 Year Ago
ActionGraph: Fixed not being able to delete duplicate input / output nodes
1 Year Ago
Expose GraphicsItem.BoundingRect Allows graphics items to draw outside of their defined size ActionGraph: Fix input const value repainting
1 Year Ago
ActionGraph: Nodes for creating common collection types Array, List, HashSet, Dictionary
1 Year Ago
1 Year Ago
Resolve generic target type
1 Year Ago
Tests for resolving generic type members
1 Year Ago
Mark node dirty when setting input variable
1 Year Ago
ActionGraph: Expose GameObject.Destroy(), Clear()
1 Year Ago
Use different prefixes for ShaderGraph vs ActionGraph clipboard text Defer loading ActionGraph resources until needed Fix error message when ActionGraph resource not found Fix case where wrong property is deserialized to in Json.DeserializeToObject E.g., the FirstOrDefault could match a property that was JsonIgnored, and miss a property with the same name (with [JsonPropertyName]) that isn't ignored.
1 Year Ago
ActionGraph context pass-through for nested graphs
1 Year Ago
Hide context passthrough sockets Context pass-through cleanup Center on input node when first opening an ActionGraph
1 Year Ago
Working on passing though context to sub-graphs
1 Year Ago
1 Year Ago
Inputs can directly reference variables
1 Year Ago
1 Year Ago
Variables can be initialized from graph inputs
1 Year Ago
Move ActionGraphView to its own file Fix ActionGraph properties panel resizing itself
1 Year Ago
Better default type for operator properties Fixed editing integer constants in ActionGraph
1 Year Ago
Fixed error CS8632
1 Year Ago
ActionGraphs capture their containing component Fixes Facepunch/sbox-issues#4370
1 Year Ago
Node creation context menu lists getters for components on the host object
1 Year Ago
ActionGraph context capturing (sbox-issues#4370) ActionGraph node auto-sizing Fix serializing references to the scene object Make SceneFile.Id non-nullable Common helper nodes for components / objects / scenes, special "_this" variable https://files.facepunch.com/ziks/1b0511b1/sbox-dev_NhWdN7pAYp.png Facepunch/sbox-issues#4370
1 Year Ago
Custom method-implemented nodes can read named variables directly With [Variable] attribute on a parameter
1 Year Ago
1 Year Ago
Variables can have default values Test for accessing variable default values Default value variable validation fix Default value variable expression building
1 Year Ago
Fix serializing references to the scene object
1 Year Ago
ActionGraph context capturing (sbox-issues#4370) ActionGraph node auto-sizing Fix serializing references to the scene object
1 Year Ago
1 Year Ago
Simplify serialized graph a bit more
1 Year Ago
1 Year Ago
Add IActionGraph.RemoveInputParameter