userJames Kingcancel
branchsbox/mastercancel

551 Commits over 1,461 Days - 0.02cph!

3 Months Ago
▋▅▉█▅ ▅▇ ▍▍▍█▇▆▇▊▆▊▋▆▄ ▋▌▄▇ ▇▇▅▄▋▍▅ ▍ ▍▋▅▄ ▊▆▉█▄▉▋▄ ▍▊▉▄ ▉▊▄█▉ █▄▍▅ ▆▅▋▍ ▆▆▍
3 Months Ago
Fix record struct not using primary constructor Make action graph prefab variables sort of work They don't set the right ISourceLocation yet, so they'll open the wrong asset when editing Fixes Facepunch/sbox-issues#6880
3 Months Ago
Add action graph clean up tool
3 Months Ago
ActionGraph: disable way of creating invalid references Was possible to reference components etc as constant values for properties, should use scene.ref nodes instead
3 Months Ago
Restore AssertNoGraphErrorsInScene test Fixes #1709
3 Months Ago
Lazy-initialize NavMesh GeneratorPool
3 Months Ago
Expose BoneCollection / Bone to ActionGraph Fixes Facepunch/sbox-issues#6878
3 Months Ago
Be very careful about when we load assemblies in LoadNetworkTables Facepunch/sbox-issues#6984 Only warn once if Json serialization happens during a hotload Facepunch/sbox-issues#6984
3 Months Ago
Tone down ByteStreamTest.DecompressStressTest
3 Months Ago
Expose EditorActionGraph.CanModifyParameters
3 Months Ago
IAssetEditor: focus existing editor if it's a BaseWindow
3 Months Ago
Fix ValueNoise shader function not being smooth Before: https://files.facepunch.com/ziks/2024-11-16/sbox-dev_KoXuUh9TIr.png After: https://files.facepunch.com/ziks/2024-11-16/sbox-dev_FtB7jYPzCf.png
3 Months Ago
Fix opening .action resources Fixes Facepunch/sbox-issues#6841
3 Months Ago
Multicast action graph delegates https://files.facepunch.com/ziks/2024-11-05/sbox-dev_ntUf9trdvk.png
4 Months Ago
Update Facepunch.ActionGraphs
4 Months Ago
Update Facepunch.ActionGraphs Fixes Facepunch/sbox-issues#6736
4 Months Ago
Switch case node https://files.facepunch.com/ziks/2024-10-31/sbox-dev_YiyL34b2CY.mp4
4 Months Ago
Failing tests reproducing Facepunch/sbox-issues#6731 Fix Facepunch/sbox-issues#6731 Clean up string.To{Numeric} extension methods
4 Months Ago
Can give an optional target to scene event nodes Fixes Facepunch/sbox-issues#6726
4 Months Ago
Add TreatWarningsAsErrors compiler option Add TreatWarningsAsErrors to built-in addons Helps us catch warnings before the build fails because of BuiltInTests.NoWarnings Add some default lighting to game object thumbs if scene is unlit
4 Months Ago
Add failing hotload test, reproducing #1673 Stricter AreEquivalentTypes, fixes #1673
4 Months Ago
Fixed Facepunch/sbox-issues#6696
4 Months Ago
Remove mock GameObject/Prefab code from managed MapEntity Clean up Entity tool as you can no longer add/target games this way # Conflicts: # game/editor/Hammer/Code/Tools/EntityTool.cs # game/editor/Hammer/Code/Tools/EntityTool/EntitySelector.cs Remove Hammer EntityIO UI Remove unused complicated stuff from worldbuilder: point templates, some hardcoded ents, dioramas, ... remove nav markup volumes from fgd ActionGraph source location refactor
4 Months Ago
Add WithExtension(this string path, string ext) Refactor rename flyout in asset browser, add error flyout Fixed Facepunch/sbox-issues#6695 https://files.facepunch.com/ziks/2024-10-28/sbox-dev_do9WlbwLbF.mp4
4 Months Ago
Fix warnings in editor projects
4 Months Ago
Naming consistency between Widget, Option, GraphicsItem Tooltip -> ToolTip StatusText -> StatusTip Expose Menu.ToolTipsVisible, add Menu.PathElement.Description Node menu rewrite, add tooltips https://files.facepunch.com/ziks/2024-10-26/sbox-dev_BqmtPdWalM.png
4 Months Ago
Node menu: list all scene refs https://files.facepunch.com/ziks/2024-10-23/sbox-dev_qisG1bsjT4.mp4
4 Months Ago
Fix undoing dragging connection handles Fix updating connection positions
4 Months Ago
Grid-aligned wires option https://files.facepunch.com/ziks/2024-10-22/sbox-dev_bUe9p89nrF.mp4
4 Months Ago
More docstring elements https://files.facepunch.com/ziks/2024-10-21/sbox-dev_l5UcrtR1tm.png Courtesy of bringing my laptop on some long train journeys this weekend
4 Months Ago
Reference formatting tweaks https://files.facepunch.com/ziks/2024-10-19/sbox-dev_UakhR0G0Jj.png
4 Months Ago
Some nicer description formatting for tooltips Show return value descriptions in action graphs Fixes Facepunch/sbox-issues#6636 Expose Sandbox.Achievement to TypeLibrary / ActionGraph Fixes Facepunch/sbox-issues#6637
4 Months Ago
Description attrib codegen: support method parameters Fixes Facepunch/sbox-issues#6622 Fix description of expanded outputs
4 Months Ago
Add Editor.NodeEditor.ConnectionStyle
4 Months Ago
Tweak is null / not null nodes to test for IValid
4 Months Ago
Add Verbose Hotload Logging option under Help https://files.facepunch.com/ziks/2024-10-11/sbox-dev_AHgWLtzQtX.png
4 Months Ago
Make it easy to drag onto input plugs again Nicer behaviour dragging to / from reroute nodes
4 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
4 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
4 Months Ago
Update Facepunch.ActionGraphs
4 Months Ago
Update Facepunch.ActionGraphs
4 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
5 Months Ago
Update Facepunch.ActionGraphs
5 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
5 Months Ago
Clean up formatting More node UI tweaks https://files.facepunch.com/ziks/2024-10-02/sbox-dev_IOVG6YMt1f.png
5 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
5 Months Ago
Fix scene.get embedded nodes for non-target inputs https://files.facepunch.com/ziks/2024-10-02/sbox-dev_FG2liuGeku.mp4
5 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
5 Months Ago
Add context menu helper to use component as input https://files.facepunch.com/ziks/2024-10-01/sbox-dev_hxsAZ448Hi.mp4
5 Months 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