userJames Kingcancel

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

1 Year Ago
1 Year Ago
Added EventParameter.Display
1 Year Ago
1 Year Ago
Added conversion operator from Delegate to ActionJig
1 Year Ago
Reference Facepunch.ActionJigs Serializing / deserializing action jig delegates Fixed System.String not being whitelisted Simple action jig serialization test Refactor simple actionjig test
1 Year Ago
1 Year Ago
Don't use polymorphism for serialized delegates
1 Year Ago
NetworkTable: build variables in deterministic order See sboxgame/issues#4066, tbh I don't know why they get reordered Call Enroller.Dispose() in ServerDll.OnShutdown() Fixes sboxgame/issues#4067
1 Year Ago
Refactor simple actionjig test
1 Year Ago
Reference Facepunch.ActionJigs Serializing / deserializing action jig delegates Fixed System.String not being whitelisted Simple action jig serialization test
1 Year Ago
1 Year Ago
Publish debug builds Added AddAssemblyResult
1 Year Ago
1 Year Ago
Finished documenting all public members Fixed #8
1 Year Ago
Document Link and Variable
1 Year Ago
Updated README.md
1 Year Ago
Document ExpressionBuilder Node and ActionJigExtensions documentation Document node parameters
1 Year Ago
More documentation, move logging nodes to test project More documentation, some rearranging
1 Year Ago
Rename ActionJig<T>.Invoke to ActionJig<T>.Delegate Finished off overview in README.md, fixes #11
1 Year Ago
Document ITypeLoader, NodeLibrary
1 Year Ago
▋▉▆█▊ ▄▉▍▅▄▍█▆▉ ▇▊▌▌▍▊▉▍▅ █▊▋▄▄▉▊▌, ▅▊▋▍▅ █▆▍▆▆▋▄▉▄▇ ▊▍▅█▊▌
1 Year Ago
Protect Assembly references in EventSystem / LoadedAssembly We don't want hotload to replace these because we're handling replacing them manually EventSystem: when removing events in assembly, also remove from groups
1 Year Ago
▉▄█▍ ▌▋▄▇▊▋▆▇▇█ █▉▉▅▌▌▇▄ ▅▉▅▆▌▇▆▉ ▇▌▊▌▄ ! ▋▊▌▋▉▄█ ▄▌█▉ █▋▊▇▋ ▅▍ ▋▉█▌▌▌▉▌▋▄▄▇█▊█(█, ▊) ! ▌▊▇ ▇▋▌▄▆▄▊▋▄▊▍▌▆▍▍(▇, ▉) ▍▋ ▍▅▊▇▇▄▉▄▌ ! ▄▇▄█ ▄▌▉▄▊█▊▋▆▌ ▋▄▄▅ ▄█▋▅▌▋▄▋ ▅▊▇ ▉▄▋▄▋▊▋▊▉▌ ▇▇▌▋▅▆▄▊ ! ▇▍▇▇▌█ ▉▅▍ █▇▇▆▊▍▊ ▅█▍ ▋▉▅▍██▇▋▅ ▌▇▋█▄▅▌ ! ▊▄▅▅▆ █▊▋▇ ▇▆▉ ▋▇▆▊▊ ▇▆▅▅▍▌ ▌▉ ▋█▆▉▊▌▆▅▌▆ ! ▉▍▆ ▊▇▍▇▊▅▆▋▍ ▌▉▋▅▄ ▌▄▊▋▆▇ ▉▉ ▄▇▅▊█▍█▌▄▋, ▊▇▋ ▍▆▋▆▋▉▋ ▋▊▋▋▉▌ ▇▅▅▉▇▊▊
1 Year Ago
Whoops, revert Log.Info back to Log.Trace here
1 Year Ago
Always call HotloadManager.Replace in PackageLoader.AddAssembly Updated docs to explain why
1 Year Ago
Updated README.md (#11)
1 Year Ago
Some more documentation (#11)
1 Year Ago
1 Year Ago
Update README.md
1 Year Ago
Updated README.md
1 Year Ago
Updated README.md
1 Year Ago
Updated README.md
1 Year Ago
Test node library of serialized jigs
1 Year Ago
Fixed remaining tests
1 Year Ago
Some more progress on supporting multiple NodeLibrary instances
1 Year Ago
▍▍ ▇▆█▇▄▅▆ ▍▋▋▉▄ ▆▅▋▆ ▋▍▌▊▉▄ ▋▊▅█▆▅▉ ▆▄▍▉ ▋▉▋▍▊ ▄ ▅▊▋▇ ▇▄▍▇▍▆▌ ! ▊▅▆▇█▇█▌ ▆▊▌▄▇▉ ▋▊▉█▉▍ ▆▄▍▋▍▋▋▇▊ ▅▅ ▆▍▊▊ ▌▊▅▇▆▆▄ ██▇▉▇▌▊ █▇▌ █▆ ▊▉▆▉▇▊▊ ▅▆▄▉▉▅▊▌▌ ▍█▅▆ ▋▆▉█▇▇█▍▋▅▌▆▌ ▊▄▅▊ ▄▋▊▊▅▌█ ▍▋█▊▍▋█▍▋ ▅▉▇▍▋▅
1 Year Ago
Started on #11 WIP get rid of ActionJig.NodeLibrary static property
1 Year Ago
Fixed stack overflow
1 Year Ago
1 Year Ago
Some reorganization Some more documentation
1 Year Ago
Finished documenting ActionJig.cs
1 Year Ago
Document built-in nodes
1 Year Ago
Some cleanup
1 Year Ago
Validation: check variables are always assigned before accessing
1 Year Ago
Support for Input<T> parameters, while node test
1 Year Ago
Get rid of magic "event" name Variable reference serialization
1 Year Ago
Added local variables, fixes #9
1 Year Ago
WIP invokcation cleanup using Expressions Finish refactoring invocation ActionJigs compile to a single expression tree
1 Year Ago
WIP invokcation cleanup using Expressions
1 Year Ago
Fixed a find-and-replace mishap