Icarus
|
33a516b6e2
|
!TX(Code format) var to concrete Type
|
2019-12-24 00:23:17 +08:00 |
|
Icarus
|
d35fba4851
|
Merge remote-tracking branch 'remotes/Siccity/master' into Cabin_Icarus
# Conflicts:
# Scripts/Editor/NodeEditorWindow.cs
|
2019-12-23 23:34:19 +08:00 |
|
Icarus
|
6ecef29f07
|
!TX(Code format)
|
2019-12-23 23:30:04 +08:00 |
|
Icarus
|
5d2259608e
|
!TX(Code format)
|
2019-12-23 23:29:28 +08:00 |
|
Thor Brigsted
|
48bbf309ce
|
Update CONTRIBUTING.md
|
2019-12-23 14:23:14 +01:00 |
|
Thor Brigsted
|
ad6e441ef2
|
Update CONTRIBUTING.md
|
2019-12-23 14:16:48 +01:00 |
|
Thor Brigsted
|
b1a9d7dcfa
|
Merge pull request #219 from LumosX/global-drawers
Generic "Edit graph" button for node and graph inspectors
|
2019-12-23 13:57:46 +01:00 |
|
Thor Brigsted
|
5597e565d1
|
Added focus selected node
|
2019-12-23 13:56:49 +01:00 |
|
Thor Brigsted
|
1d43244a8f
|
Simplified implementation
|
2019-12-23 13:52:53 +01:00 |
|
Lumos
|
ede650c369
|
Added a big "edit graph" button to Node and Graph inspectors.
I was very confused that this isn't a thing already.
|
2019-12-21 20:33:34 +01:00 |
|
Icarus
|
f7251ee02a
|
Merge remote-tracking branch 'remotes/Siccity/master' into Cabin_Icarus
|
2019-12-21 21:05:49 +08:00 |
|
Icarus
|
2fb21d0f89
|
!TX Coding conventions
|
2019-12-21 21:01:04 +08:00 |
|
Icarus
|
1e155fb000
|
!TX(Port) remove baseType
|
2019-12-21 20:50:32 +08:00 |
|
Icarus
|
2a12608e3b
|
!TX(Port) remove baseType
|
2019-12-21 20:50:01 +08:00 |
|
Icarus
|
10636cd243
|
!T(Port) remove baseType
|
2019-12-21 20:47:59 +08:00 |
|
Icarus
|
7624d4ad1f
|
!OA(Menu Popup Window) Move to MenuPopup folder
|
2019-12-21 20:47:18 +08:00 |
|
Andrei
|
5005b5e4f9
|
Made NodeGraphiEditor's OnGui method virtual and protected, so it can be extended by adding additional content/widgets to be drawn. (#214)
|
2019-12-15 11:52:22 +01:00 |
|
Icarus
|
c0b80b59da
|
!B(Create Node) pos error
|
2019-12-09 15:51:47 +08:00 |
|
Icarus
|
7e4e4b6f8e
|
!TX
|
2019-12-09 14:06:55 +08:00 |
|
Icarus
|
f77183cca3
|
Sync Siccity https://github.com/Siccity/xNode
# Conflicts:
# Scripts/Editor/NodeEditor.cs
# Scripts/Editor/NodeEditorAction.cs
# Scripts/Editor/NodeEditorPreferences.cs
|
2019-12-09 14:02:28 +08:00 |
|
Icarus
|
210cb33105
|
!B(Node Editor Window) multi open NullPointerException
|
2019-12-09 13:42:02 +08:00 |
|
Icarus
|
cf59838dd0
|
!O
|
2019-12-09 11:11:47 +08:00 |
|
Icarus
|
cf6cddeae5
|
!BO(Menu Tree View) 可能会出现多个相同菜单,删除了OnFocus
|
2019-12-09 11:11:31 +08:00 |
|
Icarus
|
a749defa24
|
!TX
|
2019-12-08 22:15:34 +08:00 |
|
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 |
|