userRubatcancel
branchsbox/entityio-apicancel

4 Commits over 0 Days - ∞cph!

2 Years Ago
Added "Clear recent files" button to Hammer/ModelDoc/etc Traffic Cone - feedback adjustments Merge branch 'master' of sbox RecordMovie: Use CopyTexture instead of ResolveRenderTargets to see if that fixes driver crash Initial support for displaying textures in RT lighting preview for hammer No displacement or tex parameters yet, coming soon™️ https://files.facepunch.com/ognik/1b0811b1/2022-03-20_12-42-8cfa28ae-0416-4027-b08d-52c9dc9c0af9-etL2SPeV.png Managed fog Squash Finish rebase Fix intellisense for native rendertools Cleaned up - not tested in game Fix Vector3.LerpTo change breaking addons Fix fog in game Only copy fog attributes on RenderScene Remove unused from SceneSystem Add ManagewdRenderPipeline.SetupWorldViewAttributes Add callback to allow setting viewattributes for a scene from c# Comments Shouldn't need this now Rebuild text shader cause I stomped it before Merge pull request #183 from Facepunch/fog Move env_gradient_fog to managed Don't apply fog strength on alpha Merge branch 'master' into entityio-api
2 Years Ago
Added c# docs
2 Years Ago
Rename Entity.AddOutput to Entity.AddConnection
2 Years Ago
EntityIO API extensions Renamed internal Sandbox.EntityIO.Output to Sandbox.EntityIO.OutputConnection to avoid confusion Added Entity.FireInput( string input, Entity activator, object value = null ) Added Entity.AddOutput( string OutputName, string TargetName, string InputName, string OverrideParam = "", float Delay = 0.0f, int TimesToFire = 0, EntityIOTargetType TargetType = EntityIOTargetType.ENTITYNAME_OR_CLASSNAME )