userJames Kingcancel

7,684 Commits over 3,684 Days - 0.09cph!

7 Months Ago
7 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
7 Months Ago
7 Months Ago
Count boxing as an implicit conversion
7 Months Ago
7 Months Ago
MethodCallNodeDefinition.BinderCache thread safety
7 Months Ago
IsAssignableToExtended
7 Months Ago
7 Months Ago
More general title formatting for instance nodes
7 Months Ago
7 Months Ago
Nicer titles for reflection nodes
7 Months Ago
7 Months Ago
Added ToTitleCase() for DisplayInfo.Title defaults
7 Months Ago
7 Months Ago
Implicit conversion cleanup
7 Months Ago
More generic method fixes
7 Months Ago
7 Months Ago
Generic method binding fixes
7 Months Ago
7 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
7 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
7 Months Ago
7 Months Ago
Default implementation of NodeDefinition.Attributes
7 Months Ago
7 Months Ago
Convert obsolete attributes into warnings automatically In parameter test In parameter fixes
7 Months Ago
7 Months Ago
NodeBinding.Create helper method Fix some warnings Node definition / binding attributes Fix some more warnings
7 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
7 Months Ago
7 Months Ago
Node.SetParameters() helper
7 Months Ago
7 Months Ago
Support Either<> in HasImplicitConversion extension methods
7 Months Ago
7 Months Ago
Implicit target passing validation tweak
7 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
7 Months Ago
7 Months Ago
Serialize / deserialize subset to / from JsonNode
7 Months Ago
Possible fix for custom node hotload bugs Facepunch/sbox-issues#4946 Facepunch/sbox-issues#4976 Facepunch/sbox-issues#4977
7 Months Ago
7 Months Ago
Re-acquire node definitions on adding assemblies
7 Months Ago
7 Months Ago
I should probably actually add things to this dict too 🤦
7 Months Ago
7 Months Ago
Possible cause of assemblies not being removed properly Facepunch/sbox-issues#4946 Facepunch/sbox-issues#4976 Facepunch/sbox-issues#4977
7 Months Ago
Component editor
7 Months Ago
Why does SerializedProperty have 4 virtual methods to get attributes? Fixed SerializedList.Parent
7 Months Ago
Fixed TransformTest randomly failing
7 Months Ago
Fixed Facepunch/sbox-issues#4947
7 Months Ago
7 Months Ago
Failing test for resolving generic target type Input nodes are always reachable Fix ResolveTargetTypeParam test