Commit graph

129 commits

Author SHA1 Message Date
Simonrazer dad7d76dc8 at location local 2019-04-09 17:15:20 +02:00
Simonrazer c12a4367dd local option 2019-03-29 15:23:57 +01:00
Zicklag 00a3cb7ccf Add a Distance Measurement to the Vector Math Node 2019-03-13 13:29:33 -05:00
Zicklag 39189f7d3c Add an In Array Node 2019-02-28 17:46:19 -06:00
Zicklag 2f04e74c98 Add Nodes for Getting and Setting Canvas Sliders 2019-02-16 15:54:12 -06:00
luboslenco c6a26a0dad Use PointerProperty to prevent whitespace issues 2019-02-08 12:50:12 +01:00
Zicklag 092e08bff1 Update Compare Node to Match Gate Node 2019-01-25 10:17:58 -06:00
Zicklag cee49b869a Add Late Update and Physics Pre-Update To The On Update Node 2019-01-22 21:21:46 -06:00
luboslenco 02d2bb9972 Use Collection naming for nodes 2019-01-22 15:35:06 +01:00
luboslenco f9f5bea108 Use PointerProperty for Play Sound node 2019-01-21 16:48:11 +01:00
luboslenco a9d4e9c2ef Begin b28 era 2018-12-18 23:48:38 +01:00
luboslenco c7f9d50e55 Add On Contact (Array) node 2018-12-07 13:48:28 +01:00
Zicklag d6b6dfdc95 Add Hit Normal to Physics Ray Cast Result
* Added hit normal to both Haxe and Logic Nodes.
2018-11-28 14:45:19 -06:00
luboslenco a5f23cd329 Allow to set object properties through UI 2018-11-18 21:52:50 +01:00
luboslenco 780d072fbd File Read/Write nodes 2018-11-14 15:43:42 +01:00
luboslenco 7c1a1429b1 Add RigidBody.applyTorque 2018-11-12 21:06:12 +01:00
Lubos Lenco 12ea08645c
Merge pull request #1006 from katharostech/set-camera-node
Add a Set Camera Node
2018-11-11 10:20:05 +01:00
Zicklag 7d91654d05 Add a Set Camera Node 2018-11-10 13:40:19 -06:00
Zicklag f00b72836b Add Functions and Function Calls to Logic Nodes
* Renamed Call Haxe node to Call Function because it will now be able
to call node functions as well.
 * Added ability to pass arguments to the Call Function node.
 * Created Function and Function output nodes that allow you to create
functions in node trees. Node functions can be called from other nodes
and from Haxe.
2018-11-04 09:00:38 -06:00
unknown ffee033e0f Set Native Property node is now Set Haxe Property for clarity 2018-10-30 11:16:56 +01:00
Zicklag 4bf8983986 Add a "Set Gravity Enabled" Logic Node 2018-10-29 17:29:10 -05:00
Zicklag 6b47edcf84 Allow Arbitrary Category Names for Nodes
Logic node categories are now created dynamically. This allows nodes
be added to any arbitrarily named categories without having to maintain
a global category list. This is useful because it allows custom logic
nodes to be added to custom categories.
2018-10-28 20:50:25 -05:00
unknown 4c55918f98 Canvas Set Location node by Seek+ 2018-10-25 10:20:34 +02:00
unknown 48ecb814f5 Update node interface 2018-10-22 10:10:33 +02:00
unknown f03dc18590 Format 2018-10-21 20:43:28 +02:00
unknown ea8bdd16d5 Rename to Timer 2018-10-21 19:45:41 +02:00
Lubos Lenco 9a7d98e85d
Merge pull request #873 from thinkinmonkey/master
new onTimer node as requested on #612
2018-10-21 19:40:35 +02:00
luboslenco 88623a1975 Call Function node is now Call Haxe node 2018-10-15 17:02:06 +02:00
luboslenco d0c48bf7d6 Spawn Object node children bool 2018-10-14 18:51:13 +02:00
BlackGoku36 9ddedf6647
Array node colour change
Change the node colour of array to orange
2018-10-02 11:08:25 +05:30
thinkinmonkey 9249fe79db new onTimer node as requested on #612 2018-09-13 10:07:12 +01:00
luboslenco 148294ded9 More b28 fixes 2018-09-05 10:20:02 +02:00
luboslenco b7aa00d030 Add Blend Action node 2018-08-24 10:59:30 +02:00
luboslenco 3456fdcd33 No radiance for low preset 2018-08-24 10:33:57 +02:00
unknown 8d3ca8db6b Set Light Color and Set Light Strength nodes 2018-08-19 11:03:35 +02:00
unknown 9095562d6a Add Pause Trait and Resume Trait nodes 2018-08-16 19:18:44 +02:00
unknown 8840119156 Set Particle Speed node 2018-08-16 13:41:46 +02:00
unknown 7152000a08 Update Math logic node 2018-08-15 19:11:47 +02:00
unknown e537d03264 Cleaner Vector Mix node 2018-08-13 23:01:05 +02:00
Devin Curry 509569fafe SwitchNode 2018-08-11 23:42:39 -07:00
luboslenco 2185a0445a Add Bone FK and Bone IK nodes 2018-08-03 15:17:08 +02:00
luboslenco 4ba4623241 Merge Send Event and Send Object Event nodes 2018-07-13 08:46:25 +02:00
KTakahiro1729 f64647e4a6 add object event node 2018-07-12 05:43:11 +09:00
luboslenco cd71de5359 Material logic node handle linked material 2018-07-10 21:09:27 +02:00
luboslenco 24c378038c Get child node search type 2018-07-04 12:29:41 +02:00
luboslenco 094c0e9597 Add Contains String node 2018-07-04 11:49:48 +02:00
unknown f8f0e127a1 Add Array Slice and Array Splice nodes 2018-06-24 15:47:39 +02:00
luboslenco fbcb7b7bbe Deg to Rad node 2018-06-15 10:49:14 +02:00
luboslenco a29180e433 Add Look At node 2018-06-14 15:24:28 +02:00
luboslenco 1a7d72c3e1 Array Add multiple values 2018-06-12 23:48:01 +02:00