userJames Kingcancel

7,945 Commits over 3,745 Days - 0.09cph!

11 Months Ago
Tests for resolving generic type members
11 Months Ago
Mark node dirty when setting input variable
11 Months Ago
ActionGraph: Expose GameObject.Destroy(), Clear()
11 Months 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.
11 Months Ago
ActionGraph context pass-through for nested graphs
11 Months Ago
Hide context passthrough sockets Context pass-through cleanup Center on input node when first opening an ActionGraph
11 Months Ago
Working on passing though context to sub-graphs
11 Months Ago
11 Months Ago
Inputs can directly reference variables
11 Months Ago
11 Months Ago
Variables can be initialized from graph inputs
11 Months Ago
Move ActionGraphView to its own file Fix ActionGraph properties panel resizing itself
11 Months Ago
Better default type for operator properties Fixed editing integer constants in ActionGraph
11 Months Ago
Fixed error CS8632
11 Months Ago
ActionGraphs capture their containing component Fixes Facepunch/sbox-issues#4370
11 Months Ago
Node creation context menu lists getters for components on the host object
11 Months 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
11 Months Ago
Custom method-implemented nodes can read named variables directly With [Variable] attribute on a parameter
11 Months Ago
11 Months Ago
Variables can have default values Test for accessing variable default values Default value variable validation fix Default value variable expression building
11 Months Ago
Fix serializing references to the scene object
11 Months Ago
ActionGraph context capturing (sbox-issues#4370) ActionGraph node auto-sizing Fix serializing references to the scene object
11 Months Ago
Simplify serialized graph a bit more
11 Months Ago
11 Months Ago
Add IActionGraph.RemoveInputParameter
11 Months Ago
11 Months Ago
Update input node when adding parameters
11 Months Ago
11 Months Ago
Fixed UpdateInputOutputs regression
11 Months Ago
11 Months Ago
11 Months Ago
IActionGraph.TryGetInputParameter, AddInputParameter extension methods Support for adding optional input parameters to graphs implementing delegates
11 Months Ago
11 Months Ago
Add a bunch of helper ActionGraph components https://files.facepunch.com/ziks/1b0311b1/sbox-dev_jQKi0PFKho.png
11 Months Ago
Don't list input signals in properties panel Don't show default value for array args Input.ActionNames, Input.GetGroupName( action ) InputActionControlWidget for ActionGraph https://files.facepunch.com/ziks/1b0311b1/sbox-dev_Ix1HH9V6cj.mp4
11 Months Ago
Fixed TypeDescription.IsStatic Fixed NotNullableValueTypeConstraint check HasImplementation attribute as a hint for ActionGraph type parameters
11 Months Ago
Nicer default value handling in node editor UI
11 Months Ago
Use one global NodeLibrary, created by GameMenu context (#1426)
11 Months Ago
Add IComponentLister.GetAll<T>() ActionGraph: don't list methods with unsupported parameter delegate types sbox-issues#4275
12 Months Ago
Hacky way to let you do constant values for operator inputs
12 Months Ago
ActionGraph editor
12 Months Ago
Expose IComponentLister Manually hide some node inputs / properties from the property panel
12 Months Ago
Update Facepunch.ActionGraph Add editor/ActionGraph Mark methods in Rotation and Vector3 as pure Add IComponentLister to make accessing components easier Allow editing all inputs / properties on a node for now Expose IComponentLister Manually hide some node inputs / properties from the property panel
12 Months Ago
Update Facepunch.ActionGraph Add editor/ActionGraph Mark methods in Rotation and Vector3 as pure Add IComponentLister to make accessing components easier Allow editing all inputs / properties on a node for now
12 Months Ago
Actions example Example nested graph
12 Months Ago
Stability when deserializing variables Survive missing variable types
12 Months Ago
Stability when deserializing variables Survive missing variable types
12 Months Ago
Keep unknown inputs / outputs if linked
12 Months Ago
Keep unknown inputs / outputs if linked
12 Months Ago
MethodBinder bug fix Graph serialization determinism Add MissingNodeDefinition, WIP guarentee round-trip serialization