userJames Kingcancel

8,201 Commits over 3,837 Days - 0.09cph!

11 Months Ago
String comments can include @labels, skip strings with @ignore Update locale sources
11 Months Ago
Locale source generator tweaks Update locale sources
11 Months Ago
Fixed typo in locale source generator Update locale sources
11 Months Ago
Include subfolders in source file search
11 Months Ago
Update .github/workflows/crowdin.yml
11 Months Ago
Preserve string file directory structure Update source strings Add crowdin.yml Add Crowdin GitHub action
11 Months Ago
Sort generated source string keys Update source strings
11 Months 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
11 Months Ago
Fix error in translation script if output dir doesn't exist Ignore hidden sheets
11 Months Ago
More WIP
11 Months Ago
Add #ballpit.subtitle string Script for converting translated .xlsx to out .json format
11 Months Ago
WIP rewriting property node definition
11 Months 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
11 Months Ago
Handle exceptions thrown when discovering reflection-based nodes Fixes Facepunch/sbox-issues#5157
11 Months Ago
Fix copy/pasting nodes referencing graph target input.
11 Months 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
11 Months Ago
11 Months Ago
Added input.value node
11 Months Ago
Update Facepunch.ActionGraph Facepunch/sbox-issues#5066 Facepunch/sbox-issues#5128
11 Months Ago
11 Months Ago
Test reproducing Facepunch/sbox-issues#5128 Better handling for missing parameters during validation Facepunch/sbox-issues#5128
11 Months Ago
11 Months Ago
Test reproducing Facepunch/sbox-issues#5066 Fixed Facepunch/sbox-issues#5066
11 Months 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
11 Months Ago
11 Months Ago
Add ImpureAttribute
11 Months Ago
Revert "Expose SceneTrace etc to ActionGraph" This reverts commit 438a62d24fbf3dc9a156f8279322af8ccb00c51d. I want to make some of these methods into action nodes, not expressions.
11 Months Ago
Expose SceneTrace etc to ActionGraph https://files.facepunch.com/ziks/2024-03-11/sbox-dev_NWYZqy5dMC.png
11 Months Ago
Mark IActionComponents as obsolete Don't list obsolete component types in ComponentTypeSelector
12 Months Ago
Fix #nullable context warnings Facepunch/sbox-issues#5116
12 Months 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
12 Months Ago
CollisionActionComponent, TriggerActionComponent implement IActionComponent
12 Months Ago
12 Months Ago
ActionGraph.ValidationIndex
12 Months Ago
CollisionActionComponent, TriggerActionComponent These will all get deprecated with #1458 anyway
12 Months 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
12 Months Ago
Tentative fix for #1492 This might lead to it falling back to normal hotloads more often, but at least it shouldn't throw.
12 Months Ago
Avoid throwing / catching exceptions when upgrading delegates (#1491) Was very slow when the debugger is attached
12 Months Ago
12 Months Ago
Delegate.TryGetActionGraphImplementation() extension method Facepunch/sbox#1491
12 Months Ago
Component editor
12 Months Ago
Cleanup Update Facepunch.ActionGraphs Allow [InitializedBy( null )]
12 Months Ago
Fixed AG undo/redo regression IResourceEditor.Changed event Fix save button not enabling for custom editors
12 Months Ago
Component definition event dispatching https://files.facepunch.com/ziks/2024-03-06/sbox-dev_5PrSEab4Ra.mp4
12 Months Ago
Component editor Event definitions https://files.facepunch.com/ziks/2024-03-05/sbox-dev_tLbFO7lAnn.png
12 Months Ago
Expose InputDefinition serialization
12 Months Ago
12 Months Ago
Fix truncated context menu for some plugs
12 Months Ago
Failing list block copy test Fixed possible "Destination is too short" on list hotload
12 Months Ago
Component editor