userJames Kingcancel
reposboxcancel

1,002 Commits over 1,369 Days - 0.03cph!

44 Days Ago
Update Facepunch.ActionGraphs
45 Days Ago
WIP cookie get / set node
45 Days Ago
Update Facepunch.ActionGraphs
45 Days 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
49 Days Ago
Update Facepunch.ActionGraphs
50 Days 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
50 Days Ago
Clean up formatting More node UI tweaks https://files.facepunch.com/ziks/2024-10-02/sbox-dev_IOVG6YMt1f.png
50 Days 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
50 Days Ago
Fix scene.get embedded nodes for non-target inputs https://files.facepunch.com/ziks/2024-10-02/sbox-dev_FG2liuGeku.mp4
50 Days 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
51 Days Ago
Add context menu helper to use component as input https://files.facepunch.com/ziks/2024-10-01/sbox-dev_hxsAZ448Hi.mp4
51 Days Ago
Generate an action invoker component for each ISceneEvent interface
52 Days Ago
Get underlying type for nullable handle config Add handle configs for Resource, Rotation Add name, icon to scene.ref / resource.ref nodes https://files.facepunch.com/ziks/2024-09-30/sbox-dev_ANMFj2w5Em.png Mark scene as changed when action graph is edited
52 Days Ago
Mark texture getters as pure Use new icon style for resource.ref nodes too https://files.facepunch.com/ziks/2024-09-30/sbox-dev_OP78bw1BAw.png
52 Days Ago
WIP game object thumbnails in graphs Refresh object thumbs when scene saved Node icon tweaks https://files.facepunch.com/ziks/2024-09-30/sbox-dev_6XFZEVyCvd.mp4 More scene.ref node icon tweaks https://files.facepunch.com/ziks/2024-09-30/HZYdyW9buu.png Frame scene ref target on double-click https://files.facepunch.com/ziks/2024-09-30/sbox-dev_Fb3jaAbxNS.mp4
52 Days Ago
Fix case where graphs embedded in scenes wouldn't save
52 Days Ago
Tweak graph saving logic, warn if no editor session found
52 Days Ago
WIP frame scene ref target on double-click
52 Days Ago
More scene.ref node icon tweaks https://files.facepunch.com/ziks/2024-09-30/HZYdyW9buu.png
52 Days Ago
WIP game object thumbnails in graphs Refresh object thumbs when scene saved Node icon tweaks https://files.facepunch.com/ziks/2024-09-30/sbox-dev_6XFZEVyCvd.mp4
53 Days Ago
WIP game object thumbnails in graphs Refresh object thumbs when scene saved
55 Days Ago
Fixed Facepunch/sbox-issues#6518
55 Days Ago
Fixed Facepunch/sbox-issues#6517
55 Days Ago
Fix connection preview vanishing when dragging to a new node
55 Days Ago
Fix Facepunch/sbox-issues#6514
56 Days Ago
Put expression node plugs in header if only one input / output https://files.facepunch.com/ziks/2024-09-26/sbox-dev_lYhXT4ah9M.png
56 Days Ago
Get rid of log Node plug labels match header text colour https://files.facepunch.com/ziks/2024-09-26/sbox-dev_EFyQuHEEXj.png
56 Days Ago
Tweak graph editor grid size https://files.facepunch.com/ziks/2024-09-26/sbox-dev_OTHe5wmoKA.mp4
56 Days Ago
Don't save game sessions when editing action graphs EditorScene.OpenScene: don't use game sessions Update Facepunch.ActionGraphs
57 Days Ago
Try / catch around new node types in FindAllReflectionNodeTypes
57 Days Ago
Fix action graph node list not showing new members after hotload Allow creating instances of simple user types in action graph ```csharp public record ExampleRecord( int Foo, string Bar ); ``` https://files.facepunch.com/ziks/2024-09-25/sbox-dev_PyZRMaMzAu.png
58 Days Ago
Expose places for editor tools to interact with ActionGraphs in resources
59 Days Ago
Fix hotload struct array block copy
2 Months Ago
Fix action graph target types in resources
2 Months Ago
Nicer display info for interface types, icon for event methods Added scene.run node https://files.facepunch.com/ziks/2024-09-19/devenv_VvsrGGEi2v.png https://files.facepunch.com/ziks/2024-09-19/sbox-dev_JdyfR5LSEQ.mp4
2 Months Ago
Editor support for scene.run nodes https://files.facepunch.com/ziks/2024-09-19/devenv_VvsrGGEi2v.png https://files.facepunch.com/ziks/2024-09-19/sbox-dev_JdyfR5LSEQ.mp4 Nicer display info for interfaces, default icon for event methods
2 Months Ago
WIP scene.run node
2 Months Ago
Update Facepunch.ActionGraphs
2 Months Ago
Update Facepunch.ActionGraphs
2 Months Ago
Fix scene ref node output type for prefab root objects
2 Months Ago
Remove unused hidden nodes when saving graphs Fix node reachability visual
2 Months Ago
Update Facepunch.ActionGraphs
2 Months Ago
Make hotload_fast persist Add Fast Hotload option to editor preferences https://files.facepunch.com/ziks/2024-09-17/sbox-dev_iWfk25clOn.png
2 Months Ago
Update Facepunch.ActionGraphs Get rid of hack to re-use action graphs between game and tools Add SourceLocation to action graphs, fix caching Show action graph diagnostics in main console, like C# errors
2 Months Ago
Update Facepunch.ActionGraphs Get rid of hack to re-use action graphs between game and tools Add SourceLocation to action graphs, fix caching Show action graph diagnostics in main console, like C# errors Update AssertNoGraphErrorsInScene test
2 Months Ago
Fix possible error when editing action graphs within sub-objects Scene ref node handles !IsValid better Serialize destroyed GameObject / Component references as null
2 Months Ago
Fix possible error when editing action graphs within sub-objects Scene ref node handles !IsValid better Serialize destroyed GameObject / Component references as null Update Facepunch.ActionGraphs Get rid of hack to re-use action graphs between game and tools Add SourceLocation to action graphs, fix caching Show action graph diagnostics in main console, like C# errors Update AssertNoGraphErrorsInScene test
2 Months Ago
Update Facepunch.ActionGraphs Get rid of old hack to re-use ActionGraphs between tools and game Serialize invalid Components / GameObjects as null Don't call PostDeserialize multiple times for child objects Keep track of source resource for ActionGraph instances Also fixes case where prefab ActionGraphs wouldn't get cached properly Improved inspecting experience with ActionGraph stack traces * Include source location in stack trace * Opens the containing scene / prefab when inspecting an ActionGraph stack row Include ActionGraph diagnostics in console Graphs need to be loaded at least once for it to know about them Update AssertNoGraphErrorsInScene test case We were double-counting prefab ActionGraphs before Update Facepunch.ActionGraphs More precise ActionGraph caching / simplify SourceLocation Fix scene ref nodes breaking if not compiled immediately Fix access control error for custom GameResources Remove log Update Facepunch.ActionGraphs Make sure action graph debugger inits immediately Fix possible error when saving GameResource action graph Shorter ActionGraph diagnostic message category Update cached ActionGraphs when re-deserializing GameResources
2 Months Ago
Fix access control error for custom GameResources Remove log
2 Months Ago
Update Facepunch.ActionGraphs Get rid of old hack to re-use ActionGraphs between tools and game Serialize invalid Components / GameObjects as null Don't call PostDeserialize multiple times for child objects Keep track of source resource for ActionGraph instances Also fixes case where prefab ActionGraphs wouldn't get cached properly Improved inspecting experience with ActionGraph stack traces * Include source location in stack trace * Opens the containing scene / prefab when inspecting an ActionGraph stack row Include ActionGraph diagnostics in console Graphs need to be loaded at least once for it to know about them Update AssertNoGraphErrorsInScene test case We were double-counting prefab ActionGraphs before Update Facepunch.ActionGraphs More precise ActionGraph caching / simplify SourceLocation Fix scene ref nodes breaking if not compiled immediately