userJames Kingcancel

6,901 Commits over 3,531 Days - 0.08cph!

40 Days Ago
Merged property node definitions Upgrader simplifications Version 6 upgrader Test fixes
41 Days Ago
String comments can include @labels, skip strings with @ignore Update locale sources
41 Days Ago
Locale source generator tweaks Update locale sources
42 Days Ago
Fixed typo in locale source generator Update locale sources
42 Days Ago
Include subfolders in source file search
42 Days Ago
Update .github/workflows/crowdin.yml
42 Days Ago
Preserve string file directory structure Update source strings Add crowdin.yml Add Crowdin GitHub action
42 Days Ago
Sort generated source string keys Update source strings
42 Days Ago
Fixed typos in string files Rewrote string file parsing to support comments Get rid of python xlsx to json script Script to generate source CSVs for localization Initial output of source CSV generator
42 Days Ago
Fix error in translation script if output dir doesn't exist Ignore hidden sheets
42 Days Ago
More WIP
43 Days Ago
Add #ballpit.subtitle string Script for converting translated .xlsx to out .json format
44 Days Ago
WIP rewriting property node definition
44 Days Ago
Make control sheet labels draggable Dropping a component property will create a set node https://files.facepunch.com/ziks/2024-03-12/sbox-dev_4FnI6RmoK5.mp4 Facepunch/sbox-issues#5129 EditorNode display fixes for embedded targets
44 Days Ago
Handle exceptions thrown when discovering reflection-based nodes Fixes Facepunch/sbox-issues#5157
44 Days Ago
Fix copy/pasting nodes referencing graph target input.
44 Days Ago
Allow easy access to graph inputs from node menu, including "This" https://files.facepunch.com/ziks/2024-03-11/RkOMLQmLlN.png Facepunch/sbox-issues#5082
44 Days Ago
Added input.value node
44 Days Ago
45 Days Ago
Update Facepunch.ActionGraph Facepunch/sbox-issues#5066 Facepunch/sbox-issues#5128
45 Days Ago
Test reproducing Facepunch/sbox-issues#5128 Better handling for missing parameters during validation Facepunch/sbox-issues#5128
45 Days Ago
45 Days Ago
45 Days Ago
Test reproducing Facepunch/sbox-issues#5066 Fixed Facepunch/sbox-issues#5066
45 Days Ago
[ActionGraphInclude] implies [Expose] Rename "Game Object" node category to "Scene" Expose scene tracing to Action Graph https://files.facepunch.com/ziks/2024-03-11/sbox-dev_rirZ1oi97u.mp4 Fixes Facepunch/sbox-issues#5120 ActionGraph node menu respects [ReadOnly] attributes
45 Days Ago
45 Days Ago
Add ImpureAttribute
45 Days Ago
Revert "Expose SceneTrace etc to ActionGraph" This reverts commit 438a62d24fbf3dc9a156f8279322af8ccb00c51d. I want to make some of these methods into action nodes, not expressions.
45 Days Ago
Expose SceneTrace etc to ActionGraph https://files.facepunch.com/ziks/2024-03-11/sbox-dev_NWYZqy5dMC.png
45 Days Ago
Mark IActionComponents as obsolete Don't list obsolete component types in ComponentTypeSelector
47 Days Ago
Fix #nullable context warnings Facepunch/sbox-issues#5116
47 Days Ago
Refactor ActionGraphDebugger First pass at listening for ActionGraph scene refs WIP show scene refs in scene view https://files.facepunch.com/ziks/2024-03-08/sbox-dev_HZ7Fs0R2x1.mp4
47 Days Ago
CollisionActionComponent, TriggerActionComponent implement IActionComponent
48 Days Ago
48 Days Ago
ActionGraph.ValidationIndex
48 Days Ago
CollisionActionComponent, TriggerActionComponent These will all get deprecated with #1458 anyway
48 Days Ago
SourceLocation ILHotload test Use built-in FindNode( getInnermostNodeForTie: true ) for ILHotload #1492 Fix ILHotload handling SourceLocation attributes I'm not sure why it wasn't skipping before
49 Days Ago
Tentative fix for #1492 This might lead to it falling back to normal hotloads more often, but at least it shouldn't throw.
49 Days Ago
Avoid throwing / catching exceptions when upgrading delegates (#1491) Was very slow when the debugger is attached
49 Days Ago
49 Days Ago
Delegate.TryGetActionGraphImplementation() extension method Facepunch/sbox#1491
50 Days Ago
Component editor
50 Days Ago
Cleanup Update Facepunch.ActionGraphs Allow [InitializedBy( null )]
50 Days Ago
Fixed AG undo/redo regression IResourceEditor.Changed event Fix save button not enabling for custom editors
50 Days Ago
Component definition event dispatching https://files.facepunch.com/ziks/2024-03-06/sbox-dev_5PrSEab4Ra.mp4
50 Days Ago
Component editor Event definitions https://files.facepunch.com/ziks/2024-03-05/sbox-dev_tLbFO7lAnn.png
51 Days Ago
51 Days Ago
Expose InputDefinition serialization
51 Days Ago
Fix truncated context menu for some plugs
51 Days Ago
Failing list block copy test Fixed possible "Destination is too short" on list hotload