1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

416 Commits

Author SHA1 Message Date
Icarus
259a70d812 !B(Node Port) 相同节点,相同端口连接不断开链接同时也不进行连接 2019-12-08 22:15:07 +08:00
Icarus
eb7c9098e9 !R(Dynamic Port List) 顺序改变,这次重写应该再也不会出现未知的错误=-= 2019-12-08 21:04:50 +08:00
Icarus
2bcfbc85a4 !W(NodePort) 刷新ValueType,外部通过SerializedProperty改变了port的顺序,但是实例的valueType还是老的,所以制空一下 2019-12-08 21:03:02 +08:00
Icarus
ec7133d862 !W(Node) output动态端口永远在最后 2019-12-08 21:00:06 +08:00
Icarus
17eb6cdae1 !W(Node Port) _fieldName字段增加一个常量提供给Editor使用 2019-12-08 17:28:47 +08:00
Icarus
fe313be5ee !B NullReferenceException 2019-12-04 10:33:49 +08:00
Icarus
15ef25888c !TX 2019-12-03 22:30:35 +08:00
Icarus
62133630de !TX remove todo 2019-12-03 20:57:00 +08:00
Icarus
84c1e9e14d !TX todo 2019-12-03 18:42:38 +08:00
Icarus
32e375e3da !W(Node Editor GUI Layout) LabelAttribute logic 2019-12-02 17:59:42 +08:00
Icarus
ecb863630c !W(Node) one new Attribute LabelAttribute 2019-12-02 17:58:45 +08:00
Icarus
e04b4fc989 !W(Node Editor GUILayout) DynamicPortList Add OnAdd Action 2019-12-01 21:11:11 +08:00
Icarus
efbab70191 !WF(Node Editor) OnFocus Trigger OnInit 2019-12-01 21:09:58 +08:00
Icarus
ae9429fa3e !TX 2019-11-29 18:28:25 +08:00
Icarus
25053eaa2c !WO(Node Editor Window) Multi Open Support 2019-11-29 18:19:55 +08:00
Icarus
2c45dd4d66 !O(NodeEditorGUILayout) DynamicPortList 2019-11-29 18:18:50 +08:00
Icarus
5b8a751aaf Merge branch 'Cabin_Icarus' of https://github.com/yika-aixi/xNode into Cabin_Icarus 2019-11-28 03:48:44 +08:00
Icarus
413f4e2f52 !O(Dynamic Port List) 默认实现存在潜规则,删除了潜规则 2019-11-28 03:48:25 +08:00
Icarus
1fece9c7c5 !T(Node Editor Window Action) 右键Node恢复为GenericMenu 2019-11-28 03:45:36 +08:00
Icarus
0893d3b310 !W 一个关闭所有Node Editor Window窗口的菜单项 2019-11-27 10:31:03 +08:00
Icarus
2b21b0ddc6 !B 端口连接后,没有释放连接线 2019-11-26 18:53:25 +08:00
Icarus
1691e4ce21 !W 2019-11-26 17:45:34 +08:00
Icarus
cfb4d2cb54 !W GenericMenu改为MenuPopupWindow 2019-11-26 17:44:48 +08:00
Icarus
02f59984a0 !B 节点选择窗口无法关闭 2019-11-26 17:43:54 +08:00
Icarus
284ecddc50 !T 加一个最小尺寸 2019-11-26 17:42:57 +08:00
Icarus
07217505e6 !W 搜索时按下键切换焦点到TreeView 2019-11-26 17:42:30 +08:00
Icarus
eb3d24ff1d !W 右键添加节点的方式从GenericMenu改为PopupWindow,目前有个小bug,点出线后,右键本来应该是取消线的选择状态,但目前无法,后续在解决,问题不大=-= 2019-11-24 04:56:46 +08:00
Icarus
2248e0fa9f !O 调整了GroupName 绘制得顺序,如果连接数只有一个不显示索引,索引数+1 2019-09-27 16:36:11 +08:00
Icarus
46d093339c !W 绘制GroupName 2019-09-27 00:48:34 +08:00
Icarus
fdd42a8274 !W 输出端口索引显示 2019-09-25 23:45:57 +08:00
Icarus
40db69af1e !T 回滚绘制顺序,太难看了,哈哈 2019-09-25 20:26:15 +08:00
Icarus
9be869f3b2 !B 坐标计算错误 2019-09-25 18:22:12 +08:00
Icarus
7c3c106eeb !W 加了一个创建当前Group所支持的所有节点功能,用于调试 2019-09-25 16:59:43 +08:00
Icarus
25514fce96 !B Group 空问题 2019-09-25 16:58:59 +08:00
Icarus
2017fc8430 !OW 让使用者可以自定义不需要显示的字段 2019-09-25 16:58:09 +08:00
Icarus
0602d3fccf !W 动态Port新增了一个删除 2019-09-24 18:16:02 +08:00
Icarus
38df17b58b !W 绘制不可被unity序列化的类型端口 2019-09-24 13:50:04 +08:00
Icarus
354f7d10d8 !W 新增了一个获取当前节点鼠标在Group中的坐标 2019-09-24 13:49:26 +08:00
Icarus
3134dc12d8 !B 节点创建时没有设置Input的TypeConstraintBaseType 2019-09-23 01:13:56 +08:00
Icarus
3a1b59480f !W Input新增了一个BaseType得指定,当TypeConstraint为TypeConstraint.Inherited时可用 2019-09-22 17:35:17 +08:00
Icarus
ee68490c9b !D meta 2019-09-22 02:53:49 +08:00
Icarus
574e3457f6 !B 没有过滤保护和内部等其他类型字段,导致出现多次 2019-09-22 02:43:22 +08:00
Icarus
113eb4b48d !T 调整了绘制顺序 2019-09-22 02:40:53 +08:00
Icarus
ba47fbd549 !W 加入了IcSkillSystme连接 2019-09-22 01:50:44 +08:00
Thor Brigsted
445a47cd1d Autoconnect bugfix
1. Add a node
2. Drag a port and create a new node that it connects to
3. Delete that latest node
4. Create it with just right click, the first node will autoconnect to it
2019-09-09 00:44:36 +02:00
Thor Brigsted
4e1b2e1fe6 Fixed warning 2019-09-07 04:03:00 +02:00
Thor Brigsted
1254836a84 .NET 3.5 compatability 2019-09-07 04:01:15 +02:00
MowfaqAlarbi
c51a3a8f67 Select All Feature (#184)
If anything is selected, A deselects all.
If nothing is selected, A selects all.
2019-09-07 00:57:34 +02:00
Thor Brigsted
305af376c5 Added link to documentation in preferences 2019-09-06 19:26:01 +02:00
MowfaqAlarbi
5433e36837 Show Node Create list When Dragging To Nothing (#183)
And a user setting to disable it, of course
2019-09-06 19:13:00 +02:00