userJames Kingcancel

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

9 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
9 Months Ago
Component editor
9 Months Ago
Fixed #1470 https://files.facepunch.com/ziks/2024-03-01/sbox-dev_YZdIaQBdKv.mp4
9 Months Ago
Failing array input missing link serialization Fix missing links when serializing array inputs Subgraph array input link on boundary support
9 Months Ago
9 Months Ago
Improved node type filtering w.r.t. whitespace
9 Months Ago
Fixed #1477
9 Months Ago
Fixed Facepunch/sbox-issues#5022
9 Months Ago
Fixed Facepunch/sbox-issues#5009
9 Months Ago
Support for delegate parameters returning void
9 Months Ago
9 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
9 Months Ago
Count boxing as an implicit conversion
9 Months Ago
9 Months Ago
MethodCallNodeDefinition.BinderCache thread safety
9 Months Ago
9 Months Ago
IsAssignableToExtended
9 Months Ago
9 Months Ago
More general title formatting for instance nodes
9 Months Ago
9 Months Ago
Nicer titles for reflection nodes
9 Months Ago
9 Months Ago
Added ToTitleCase() for DisplayInfo.Title defaults
9 Months Ago
9 Months Ago
Implicit conversion cleanup
9 Months Ago
More generic method fixes
9 Months Ago
9 Months Ago
Generic method binding fixes
9 Months Ago
9 Months Ago
WIP full type library search #1466 https://files.facepunch.com/ziks/2024-02-27/sbox-dev_qIrVpyR3tI.mp4 Selected output / local instance nodes re-implementation
9 Months Ago
Fix hotload error involving duplicate properties Some more hotload skipping for TypeLibrary stuff Update Facepunch.ActionGraphs Fix in parameters Fix sound.play node regression
9 Months Ago
Default implementation of NodeDefinition.Attributes
9 Months Ago
9 Months Ago
Convert obsolete attributes into warnings automatically In parameter test In parameter fixes
9 Months Ago
9 Months Ago
NodeBinding.Create helper method Fix some warnings Node definition / binding attributes Fix some more warnings
9 Months Ago
9 Months Ago
Fix hotload error involving duplicate properties WIP full type library search #1466 https://files.facepunch.com/ziks/2024-02-27/sbox-dev_qIrVpyR3tI.mp4
9 Months Ago
Node.SetParameters() helper
9 Months Ago
9 Months Ago
Support Either<> in HasImplicitConversion extension methods
9 Months Ago
9 Months Ago
Implicit target passing validation tweak
9 Months Ago
9 Months Ago
Update Facepunch.ActionGraphs Fix copy/pasting scene ref nodes Rewrote scene.ref node * Has a useful error if referenced object isn't from same scene as graph * Shows icon of referenced type * Nicer serialization
9 Months Ago
Serialize / deserialize subset to / from JsonNode
9 Months Ago
9 Months Ago
Possible fix for custom node hotload bugs Facepunch/sbox-issues#4946 Facepunch/sbox-issues#4976 Facepunch/sbox-issues#4977
9 Months Ago
9 Months Ago
Re-acquire node definitions on adding assemblies