8,073 Commits over 3,806 Days - 0.09cph!
Added EventParameter.Display
Added conversion operator from Delegate to ActionJig
Reference Facepunch.ActionJigs
Serializing / deserializing action jig delegates
Fixed System.String not being whitelisted
Simple action jig serialization test
Refactor simple actionjig test
Don't use polymorphism for serialized delegates
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
Refactor simple actionjig test
Reference Facepunch.ActionJigs
Serializing / deserializing action jig delegates
Fixed System.String not being whitelisted
Simple action jig serialization test
Publish debug builds
Added AddAssemblyResult
Finished documenting all public members
Fixed #8
Document Link and Variable
Document ExpressionBuilder
Node and ActionJigExtensions documentation
Document node parameters
More documentation, move logging nodes to test project
More documentation, some rearranging
Rename ActionJig<T>.Invoke to ActionJig<T>.Delegate
Finished off overview in README.md, fixes #11
Document ITypeLoader, NodeLibrary
▋▉▆█▊ ▄▉▍▅▄▍█▆▉ ▇▊▌▌▍▊▉▍▅ █▊▋▄▄▉▊▌, ▅▊▋▍▅ █▆▍▆▆▋▄▉▄▇ ▊▍▅█▊▌
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
▉▄█▍ ▌▋▄▇▊▋▆▇▇█ █▉▉▅▌▌▇▄ ▅▉▅▆▌▇▆▉ ▇▌▊▌▄
! ▋▊▌▋▉▄█ ▄▌█▉ █▋▊▇▋ ▅▍ ▋▉█▌▌▌▉▌▋▄▄▇█▊█(█, ▊)
! ▌▊▇ ▇▋▌▄▆▄▊▋▄▊▍▌▆▍▍(▇, ▉) ▍▋ ▍▅▊▇▇▄▉▄▌
! ▄▇▄█ ▄▌▉▄▊█▊▋▆▌ ▋▄▄▅ ▄█▋▅▌▋▄▋ ▅▊▇ ▉▄▋▄▋▊▋▊▉▌ ▇▇▌▋▅▆▄▊
! ▇▍▇▇▌█ ▉▅▍ █▇▇▆▊▍▊ ▅█▍ ▋▉▅▍██▇▋▅ ▌▇▋█▄▅▌
! ▊▄▅▅▆ █▊▋▇ ▇▆▉ ▋▇▆▊▊ ▇▆▅▅▍▌ ▌▉ ▋█▆▉▊▌▆▅▌▆
! ▉▍▆ ▊▇▍▇▊▅▆▋▍ ▌▉▋▅▄ ▌▄▊▋▆▇ ▉▉ ▄▇▅▊█▍█▌▄▋, ▊▇▋ ▍▆▋▆▋▉▋ ▋▊▋▋▉▌ ▇▅▅▉▇▊▊
Whoops, revert Log.Info back to Log.Trace here
Always call HotloadManager.Replace in PackageLoader.AddAssembly
Updated docs to explain why
Some more documentation (#11)
Test node library of serialized jigs
Some more progress on supporting multiple NodeLibrary instances
▍▍ ▇▆█▇▄▅▆ ▍▋▋▉▄ ▆▅▋▆ ▋▍▌▊▉▄ ▋▊▅█▆▅▉ ▆▄▍▉ ▋▉▋▍▊ ▄ ▅▊▋▇ ▇▄▍▇▍▆▌
! ▊▅▆▇█▇█▌ ▆▊▌▄▇▉ ▋▊▉█▉▍ ▆▄▍▋▍▋▋▇▊ ▅▅ ▆▍▊▊ ▌▊▅▇▆▆▄
██▇▉▇▌▊ █▇▌ █▆ ▊▉▆▉▇▊▊ ▅▆▄▉▉▅▊▌▌ ▍█▅▆ ▋▆▉█▇▇█▍▋▅▌▆▌
▊▄▅▊ ▄▋▊▊▅▌█ ▍▋█▊▍▋█▍▋ ▅▉▇▍▋▅
Started on #11
WIP get rid of ActionJig.NodeLibrary static property
Some reorganization
Some more documentation
Finished documenting ActionJig.cs
Validation: check variables are always assigned before accessing
Support for Input<T> parameters, while node test
Get rid of magic "event" name
Variable reference serialization
Added local variables, fixes #9
WIP invokcation cleanup using Expressions
Finish refactoring invocation
ActionJigs compile to a single expression tree
WIP invokcation cleanup using Expressions
Fixed a find-and-replace mishap