Commit Graph

371 Commits

Author SHA1 Message Date
amfl
d134ab73f0 bugfix: Websocket checks parsed payload data
We parse the JSON payload, but then it wasn't being referred to when we
were checking the data type, which could lead to looking at the `type`
attribute of a string.
2020-01-14 14:31:34 +13:00
amfl
40e09fe294 bugfix: Correct reference to websocket room name
When inside the onmessage function, `this` no longer refers to the
websocket node. It needs to be accessed with `that`, which is where we
stored it previously.
2020-01-14 14:31:23 +13:00
tamat
469e3d964c Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2020-01-13 18:41:16 +01:00
tamat
918b8599ae tiny fixes 2020-01-13 18:40:59 +01:00
Javi Agenjo
3c389266f9 Update README.md 2019-12-03 20:52:11 +01:00
Javi Agenjo
98684e444e Merge pull request #95 from julien-moreau/master
Fixed DTS for registered_node_types, node_types_by_file_extension, an…
2019-12-03 18:20:54 +00:00
Julien MOREAU-MATHIS
cfe7cc1bdb Fixed DTS for registered_node_types, node_types_by_file_extension, and Nodes in LiteGraph to properly take LGraphNodeConstructor instead of LGraphNode. 2019-12-03 18:17:27 +01:00
Javi Agenjo
4e47b90197 Update README.md 2019-12-02 12:15:01 +01:00
Javi Agenjo
bd672f0877 Update README.md 2019-11-27 09:28:53 +01:00
Javi Agenjo
9cdef701a0 Update README.md 2019-11-27 09:26:22 +01:00
Javi Agenjo
2589992573 Update README.md 2019-11-27 09:24:47 +01:00
Javi Agenjo
72093f58b1 Update README.md 2019-11-27 09:23:43 +01:00
Javi Agenjo
82e4f34e8a Update README.md 2019-11-27 09:13:37 +01:00
Javi Agenjo
b2279b611b Update README.md 2019-11-27 09:12:16 +01:00
tamat
337982ebfe optimization when rendering from far away 2019-11-14 14:25:46 +01:00
tamat
82c0ef837c better scroll in searchbox 2019-11-13 16:02:07 +01:00
tamat
514000aa81 fixes in scroll of searchbox 2019-11-13 16:00:06 +01:00
tamat
eb327547cc fix 2019-11-11 16:51:11 +01:00
tamat
a4352d5624 fix in onNodeDeselected 2019-11-11 16:30:04 +01:00
tamat
64a0109d87 fix in searchbox 2019-11-05 11:36:52 +01:00
Javi Agenjo
44e3723c47 Merge pull request #90 from liradb2000/master
Resolve "'LGraph' is not defined" issue
2019-11-04 15:50:39 +01:00
DABEOM KIM
6d9fa8a41d Resolve "'LGraph' is not defined" issue
Resolve Unable to use SubGraph node with webpack.
2019-11-04 23:47:33 +09:00
Javi Agenjo
8c30237c57 Merge pull request #88 from liradb2000/master
Support Microsoft Edge browser
2019-11-04 14:25:52 +01:00
DABEOM KIM
02f76a57df Support Microsoft Edge browser
event constructor type => pointerevent in MS Edge
2019-11-04 22:20:06 +09:00
tamat
775b714861 fixed bug in copy 2019-10-29 10:40:33 +01:00
tamat
ea6c909894 fixed bug in allow_searchbox 2019-10-23 10:04:58 +02:00
tamat
67ba69a14f fixed bug in context menu when fullscreen 2019-10-21 16:35:52 +02:00
tamat
be678adc0e fix in property editor 2019-10-21 13:20:53 +02:00
Javi Agenjo
44161ce0a9 Update README.md 2019-10-14 16:52:02 +02:00
tamat
883bc0e002 build 2019-09-02 23:34:16 +02:00
tamat
91d082cace fixes in replicated nodes 2019-09-02 23:33:59 +02:00
tamat
c80a66eb8a build 2019-08-16 21:15:43 +02:00
tamat
3bb18b7a1a added Download node 2019-08-16 21:15:30 +02:00
tamat
3612a46c77 Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2019-08-16 21:10:38 +02:00
tamat
ea2a44ed97 I think I messed up the git again... 2019-08-16 21:09:51 +02:00
Javi Agenjo
ce51f5aa9e Merge pull request #83 from NateScarlet/patch-1
Correct use of last_link_id
2019-08-12 11:28:11 +02:00
NateScarlet
d1a1539dbe Correct use of last_link_id
Before this change, `last_link_id` is used as `next_link_id`
2019-08-12 16:22:37 +08:00
Javi Agenjo
b42fad51d2 c sharp test 2019-07-19 19:41:05 +02:00
Javi Agenjo
2a18d14e02 Create readme.md 2019-07-19 19:40:36 +02:00
tamat
35773309fb JSON exporting graphs contain the node execution order 2019-07-18 15:02:49 +02:00
tamat
35bb70b163 added tooltips 2019-07-12 18:22:56 +02:00
tamat
ac14de7e59 added limit for runStep, fixed some nodes 2019-05-31 12:21:22 +02:00
tamat
e3f0b94ade build 2019-05-27 20:11:04 +02:00
tamat
54bc9b46cc fixes in searchbox 2019-05-27 20:10:47 +02:00
tamat
50d3fb77bd fxied bug in shader node 2019-05-23 18:35:59 +02:00
tamat
3dcf1ad38a build 2019-05-17 17:33:21 +02:00
tamat
a3ce10dbc8 added new LGraphTextureLinearAvgSmooth 2019-05-17 17:33:06 +02:00
tamat
610d4fdb71 build 2019-05-10 19:50:01 +02:00
tamat
0b0a795ebb added read_only option in LGraphCanvas 2019-05-10 19:49:33 +02:00
tamat
b6ca97f2b1 build 2019-05-08 15:15:57 +02:00