userJames Kingcancel

8,068 Commits over 3,806 Days - 0.09cph!

10 Months Ago
10 Months Ago
Merge property or variable get / set nodes https://files.facepunch.com/ziks/1b1611b1/sbox-dev_Bj6e15WZ0F.mp4
10 Months Ago
Accessor node refactor
10 Months Ago
10 Months Ago
Failing property binding test Allow type loaders to specify read / write access to properties and fields Fix property parameters when disconnected
10 Months Ago
10 Months Ago
Accessor node binding tweaks
10 Months Ago
10 Months Ago
Use IEnumerable<T> for ParameterDefinitionExtensions
10 Months Ago
10 Months Ago
Make ParameterDefinitionExtensions public
10 Months Ago
Make ParameterDefinitionExtensions public
10 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
10 Months Ago
10 Months Ago
Fixed SetStructField test Tests for += / -= / *= / /= nodes Improve property node serialization Update Node.ToString() More property assignment tests Handle type mismatch / missing operator for += etc nodes Refactor PropertyNodeDefinition to extend AccessorNodeDefinition Merged var.get / var.set nodes
10 Months Ago
Merged property node definitions Upgrader simplifications Version 6 upgrader Test fixes Fixed SetStructField test Tests for += / -= / *= / /= nodes Improve property node serialization Update Node.ToString() More property assignment tests Handle type mismatch / missing operator for += etc nodes Refactor PropertyNodeDefinition to extend AccessorNodeDefinition Merged var.get / var.set nodes
10 Months Ago
Merged property node definitions Upgrader simplifications Version 6 upgrader Test fixes
10 Months Ago
String comments can include @labels, skip strings with @ignore Update locale sources
10 Months Ago
Locale source generator tweaks Update locale sources
10 Months Ago
Fixed typo in locale source generator Update locale sources
10 Months Ago
Include subfolders in source file search
10 Months Ago
Update .github/workflows/crowdin.yml
10 Months Ago
Preserve string file directory structure Update source strings Add crowdin.yml Add Crowdin GitHub action
10 Months Ago
Sort generated source string keys Update source strings
10 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
10 Months Ago
Fix error in translation script if output dir doesn't exist Ignore hidden sheets
10 Months Ago
More WIP
10 Months Ago
Add #ballpit.subtitle string Script for converting translated .xlsx to out .json format
10 Months Ago
WIP rewriting property node definition
10 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
10 Months Ago
Handle exceptions thrown when discovering reflection-based nodes Fixes Facepunch/sbox-issues#5157
10 Months Ago
Fix copy/pasting nodes referencing graph target input.
10 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
10 Months Ago
Added input.value node
10 Months Ago
10 Months Ago
Update Facepunch.ActionGraph Facepunch/sbox-issues#5066 Facepunch/sbox-issues#5128
10 Months Ago
Test reproducing Facepunch/sbox-issues#5128 Better handling for missing parameters during validation Facepunch/sbox-issues#5128
10 Months Ago
10 Months Ago
Test reproducing Facepunch/sbox-issues#5066 Fixed Facepunch/sbox-issues#5066
10 Months Ago
10 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
10 Months Ago
Add ImpureAttribute
10 Months Ago
10 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.
10 Months Ago
Expose SceneTrace etc to ActionGraph https://files.facepunch.com/ziks/2024-03-11/sbox-dev_NWYZqy5dMC.png
10 Months Ago
Mark IActionComponents as obsolete Don't list obsolete component types in ComponentTypeSelector
10 Months Ago
Fix #nullable context warnings Facepunch/sbox-issues#5116
10 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
10 Months Ago
CollisionActionComponent, TriggerActionComponent implement IActionComponent
10 Months Ago
ActionGraph.ValidationIndex