userJames Kingcancel

8,042 Commits over 3,775 Days - 0.09cph!

3 Months Ago
Create LICENSE
3 Months Ago
Create README.md
3 Months Ago
Document LoadOrigin
3 Months Ago
Add Verbose Hotload Logging option under Help https://files.facepunch.com/ziks/2024-10-11/sbox-dev_AHgWLtzQtX.png
3 Months Ago
Document WorldCell, tweak cell initialization
3 Months Ago
Cells get unloaded gracefully when world is cleared / destroyed
3 Months Ago
Fix warnings Use every ICellLoader in the scene, not just the first Document ICellLoader Document CellIndex, change property order
3 Months Ago
Make it easy to drag onto input plugs again Nicer behaviour dragging to / from reroute nodes
3 Months Ago
Split off node menu logic to a separate file Basic version of dragging from inputs in graph editors Fixes Facepunch/sbox-issues#6031 https://files.facepunch.com/ziks/2024-10-10/sbox-dev_QpOhqAKPM5.mp4
3 Months Ago
Clean up node creation menu types, add a description of each class Clean up FindAllReflectionNodeTypes Clean up EventSystem.Run * Avoid repeated logic * Aggregate exceptions * Make sure all actions run Fix AreParametersActionGraphSafe with delegate parameters Validate event method parameters in RunEventNodeType
3 Months Ago
3 Months Ago
Make AccessorNodeDefinition.BindingTarget protected
3 Months Ago
3 Months Ago
Fixed default display info for accessor nodes
3 Months Ago
Update Facepunch.ActionGraphs
3 Months Ago
Stricter test for resolved generic type with default arg
3 Months Ago
3 Months Ago
Make resolved generic type properties optional instead of removing them Test fixup
3 Months Ago
Failing test involving generic methods with default arguments
3 Months Ago
WIP cookie get / set node
3 Months Ago
Expose AccessorNodeDefinition
3 Months Ago
3 Months Ago
Update Facepunch.ActionGraphs
3 Months Ago
Added failing IsAssignableToExtended test Fix IsAssignableToExtended edge case with generic interfaces
3 Months Ago
3 Months Ago
Revert "Add [Target] attrib to ForEach enumerable" This reverts commit 387e1b482f8525e728fba73be973345cf312ebbe.
3 Months Ago
3 Months Ago
Add [Target] attrib to ForEach enumerable
3 Months Ago
3 Months Ago
Failing test for DefaultConstructorConstraint Fix testing DefaultConstructorConstraint
3 Months Ago
3 Months Ago
Mark some system methods as pure
3 Months Ago
3 Months Ago
Failing type parameter resolution test Fix FindMatchingConstructedGenericTypes skipping a case
3 Months Ago
Fix formatting of node titles with type params https://files.facepunch.com/ziks/2024-10-07/NTc7SLTOVR.png Add built-in nodes for Scene.GetAllComponents<T>() https://files.facepunch.com/ziks/2024-10-07/SUbPeMLFFP.png
3 Months Ago
3 Months Ago
Make DisplayInfo.Format() easier to use
3 Months Ago
Update Facepunch.ActionGraphs
3 Months Ago
Fix side effects from serializing exposed properties
3 Months Ago
3 Months Ago
Fix re-serializing a deserialized node with exposed properties
3 Months Ago
3 Months Ago
Fix plug dimensions Hacky fix for weird scale of bitwise or node icon Link pulse colors for Boolean / null / Color types https://files.facepunch.com/ziks/2024-10-02/sbox-dev_pT2RtiTvKq.mp4 https://files.facepunch.com/ziks/2024-10-02/sbox-dev_S1OdYgxDUi.mp4
3 Months Ago
Clean up formatting More node UI tweaks https://files.facepunch.com/ziks/2024-10-02/sbox-dev_IOVG6YMt1f.png
3 Months Ago
Fix possible NRE in PlugIn.OnPaint Add some more shortcuts to graph editors * Ctrl+D: duplicate selection * Esc: Clear selection * F: Frame on selection
3 Months Ago
Fix scene.get embedded nodes for non-target inputs https://files.facepunch.com/ziks/2024-10-02/sbox-dev_FG2liuGeku.mp4
3 Months Ago
Tweak operator node sizes to match input count https://files.facepunch.com/ziks/2024-10-02/sbox-dev_Nv5hjvflDz.png Clean up resource.ref / scene.ref node titles / descriptions https://files.facepunch.com/ziks/2024-10-02/zZzwIo8N8R.png
3 Months Ago
Add context menu helper to use component as input https://files.facepunch.com/ziks/2024-10-01/sbox-dev_hxsAZ448Hi.mp4
3 Months Ago
Refactor detail levels, only need one StreamingWorld component
3 Months Ago
Generate an action invoker component for each ISceneEvent interface