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

Commit Graph

  • 1e603747d5
    Merge pull request #133 from vvoland/gitignore-meta Thor Brigsted 2019-04-11 23:09:06 +02:00
  • 26f37de702 Removed unnecessary editor precompile tags Thor Brigsted 2019-04-11 23:05:30 +02:00
  • aa2fa2e7b2 Fixed compile error CS1738: Named arguments must appear after the positional arguments Thor Brigsted 2019-04-11 22:43:29 +02:00
  • 32fa3d7c9f gitignore: Ignore meta files for git dot files Woland 2019-04-11 12:27:56 +02:00
  • 6aaad5e0cb NodeGraphEditor: Make CreateNode return created node Woland 2019-04-08 21:29:53 +02:00
  • 8ae30f6622 NodeEditorReflection: Catch ReflectionTypeLoadException Woland 2019-04-08 21:58:36 +02:00
  • 3c39a9582e NodeEditorGUILayout: Use OutputPort style for ShowBackingValue.Always Woland 2019-04-09 19:28:08 +02:00
  • b9606ac680 NodeEditorGUILayout: Use InputPort style Woland 2018-08-16 23:13:36 +02:00
  • 8adc4fd459 Fixed #128, #127, #64 - Added NodeEditorBase.OnCreate, OnGraphEditor.OnOpen, and NodeEditorBase.window Thor Brigsted 2019-04-06 13:27:44 +02:00
  • f6e0e3bc4d Added NodeGraphEditor.GetPortColor Thor Brigsted 2019-04-03 21:50:29 +02:00
  • d8a4a41a8f Open non-persistent graphs on double-click (#126) Robin Neal 2019-04-03 19:39:21 +01:00
  • 6e498e8b93 Made the feature work eveen when no node editor is currently open Thor Brigsted 2019-04-03 20:34:07 +02:00
  • 00ca95b452 Whelp, that's embarassing Robin Neal 2019-04-02 13:41:47 +01:00
  • 7599b4ae7d Check if asset is saved instead of playmode check Robin Neal 2019-04-02 13:15:59 +01:00
  • 4a7ebbda54 Add comment for Open method Robin Neal 2019-04-02 12:00:15 +01:00
  • 71c395371e Handle selectiton change event Robin Neal 2019-04-02 11:50:23 +01:00
  • af0523db2d Fixed #124 - Errors on DynamicPortList with >10 items Thor Brigsted 2019-04-01 19:16:54 +02:00
  • 77b4c034bf Uncommitted stuff Thor Brigsted 2019-04-01 18:40:19 +02:00
  • 2f4adadb72 Zoom out limit feature (#122) Mert Kırımgeri 2019-03-20 12:42:47 +03:00
  • 64c5228d4a
    Formatting fix Thor Brigsted 2019-03-20 10:41:58 +01:00
  • 012f4a9021 Zoom out limit added m3rt32 2019-03-20 10:51:34 +03:00
  • 4263e45b24 Rework node renaming Thor Brigsted 2019-03-08 19:50:31 +01:00
  • 01d7f782e4 Fixed issues relating to InstancePortList Thor Brigsted 2019-03-04 19:04:00 +01:00
  • 6783324018 Fix drawing instance twice for instanceportlists Thor Brigsted 2019-03-04 18:29:43 +01:00
  • 72a80deb27 Improved bezier tangents Thor Brigsted 2019-03-03 02:42:07 +01:00
  • 29acbf6348
    Update README.md Thor Brigsted 2019-03-03 00:51:06 +01:00
  • 2939fe4935 Added automatic drawing of instance ports Fixed minor issue getting parentType twice Thor Brigsted 2019-03-02 11:53:48 +01:00
  • 43038cfcc1 Support inherited attributes (#116) Sergi Tortosa Ortiz-Villajos 2019-02-19 22:50:45 +01:00
  • 1cbcccd5da Merge upstream with fork. Sergi Tortosa 2019-02-19 22:39:45 +01:00
  • 572f9d4893 Support inherit attributes Sergi Tortosa 2019-02-19 22:38:22 +01:00
  • 5acb7e4ba8 UI Sharpness complete fix (#115) NoiseCrime 2019-02-18 12:28:35 +00:00
  • 13031b570d Merge remote-tracking branch 'upstream/master' NoiseCrime 2019-02-18 11:56:15 +00:00
  • b158540d34 UI Sharpness complete fix NoiseCrime 2019-02-18 11:53:38 +00:00
  • c306701853 .Net 2.0 compatability Thor Brigsted 2019-02-17 12:24:58 +01:00
  • 8cb647734a EditorGUI.FocusTextInControl(null) sets editingTextField to true even if null is being sent in. (#113) Simon Rodriguez 2019-02-17 12:00:11 +01:00
  • 662e919aaa Renaming node to nothing (#112) Simon Rodriguez 2019-02-17 11:57:17 +01:00
  • 972c7a5323 Merge branch 'master' into fix/lose_focus Simon Rodriguez 2019-02-17 10:56:34 +01:00
  • 94da90173f Merge branch 'fix/renaming_to_nothing' of https://github.com/nostek/xNode into fix/renaming_to_nothing Simon Rodriguez 2019-02-17 10:52:10 +01:00
  • fe05561920 When the name is empty or just whitespaces, it reverts to the original node type name Simon Rodriguez 2019-02-15 17:25:57 +01:00
  • f6404e9d9d Unity 5.3 support 1.6 Thor Brigsted 2019-02-17 03:18:49 +01:00
  • 9875f8d4f0 Merge branch 'master' of git@github.com:Siccity/xNode.git Thor Brigsted 2019-02-17 02:00:26 +01:00
  • 57d3a03a91 Removed GetHashCode override. This should improve performance, but has previously caused a slew of bugs. Bugtest thoroughly before merging Thor Brigsted 2019-02-16 12:21:21 +01:00
  • 3a8ae366f2 Fixed #103 Similar issue as #100 Thor Brigsted 2019-02-16 03:06:25 +01:00
  • 71defcbdd5 Implemented typeConstraint in InputAttribute Thor Brigsted 2019-02-16 02:36:42 +01:00
  • 84e2af7916 Cleanup Thor Brigsted 2019-02-16 01:32:52 +01:00
  • 973f9beb1d Added support for new SettingsProvider system #109 Thor Brigsted 2019-02-16 01:22:05 +01:00
  • 296ee55ae6 EditorGUI.FocusTextInControl(null) sets editingTextField to true even if null is being sent in. Then the editor won't listen to keyboard input. Simon Rodriguez 2019-02-15 17:27:51 +01:00
  • 5ebf3b8805 When the name is empty or just whitespaces, it reverts to the original node type name Simon Rodriguez 2019-02-15 17:25:57 +01:00
  • d0104f2420
    Update README.md Thor Brigsted 2019-02-15 09:05:33 +01:00
  • cda19862e5
    Update CONTRIBUTING.md Thor Brigsted 2019-02-15 08:22:35 +01:00
  • 2dfe6d3a91 Fixed formatting Thor Brigsted 2019-02-13 21:06:56 +01:00
  • 0f5539e077 Support for DoubleClick on node to center it. NoiseCrime 2019-02-13 16:17:25 +00:00
  • 932ff74663
    Merge pull request #106 from starikcetin/patch-1 Thor Brigsted 2019-01-31 11:31:47 +01:00
  • 50002a1f6a
    Update README.md S. Tarık Çetin 2019-01-31 12:40:44 +03:00
  • 01c1c5f330 Added 'Move To Top' to groups & shift selecting now also selects groups inside groups Jeroen van de Haterd 2019-01-23 21:05:26 +01:00
  • 5e182fe073 Fixed draging the graph editor window around offseting nodes in the graph Jeroen van de Haterd 2019-01-23 20:47:01 +01:00
  • ab87555c63 Refactored 'comment' to 'group' Jeroen van de Haterd 2019-01-23 20:40:49 +01:00
  • 3972ac5abf Allow naming nodes in Init Thor Brigsted 2019-01-21 22:25:05 +01:00
  • 8c731a9947 Fixed #100 again Thor Brigsted 2019-01-21 21:07:07 +01:00
  • 4c9264fed5 Fixed #100 Thor Brigsted 2019-01-20 22:01:26 +01:00
  • c9a4a81c31 InstandePortLists draw element include children Thor Brigsted 2019-01-12 02:23:00 +01:00
  • 5ee63d3ee5 Fixed #96 InstancePortLists no longer need to point to a serialized property Thor Brigsted 2019-01-11 18:54:44 +01:00
  • 432ca09274 Removed debug info Thor Brigsted 2019-01-11 18:38:54 +01:00
  • 0020bf87e3 Fixed some coding conventions errors Jeroen van de Haterd 2019-01-11 15:07:10 +01:00
  • 76dcbb94c6 Fixed Begin- & EndZoomed to allow usage multiple times in one frame Updated comment selecting code for better ux Jeroen van de Haterd 2019-01-11 09:39:27 +01:00
  • 4730f6a0df Added comments Jeroen van de Haterd 2019-01-10 21:15:23 +01:00
  • a278f4c2f4
    Merge pull request #1 from Siccity/master Jeroenimoo0 2019-01-10 21:03:30 +01:00
  • d397e3a208 Improved NodeEnumDrawer serialization Thor Brigsted 2019-01-10 19:54:11 +01:00
  • b08d706e0d Changed custom InstancePortList API. See: NodeEditorGUILayout.InstancePortList Thor Brigsted 2019-01-10 18:15:16 +01:00
  • 96d73bcb81 Better error handling for InstancePortLists Thor Brigsted 2019-01-05 22:00:57 +01:00
  • 8f33f5ddf3 Merge branch 'cachedAttributes' Thor Brigsted 2018-12-27 02:55:42 +01:00
  • c321c276d1 Fixed formatting Thor Brigsted 2018-12-27 02:55:09 +01:00
  • 3450b5f208 Merge branch 'typeColors' Thor Brigsted 2018-12-27 02:50:02 +01:00
  • 8d445fa3f4 Fixed formatting Thor Brigsted 2018-12-27 02:47:15 +01:00
  • 3ced922ce6 Add zoomToMouse setting in preferences Thor Brigsted 2018-12-23 10:21:03 +01:00
  • 3d1da00652 Caches attributes, generates no garbage after first fetch. Cache gets reset on recompilation of code. Simon Rodriguez 2018-12-21 14:54:12 +01:00
  • 842101720e Changed so Dictionary now uses Type as key. Uses PrettyName less. Also changed to TryGetValue instead of ContainsKey in GetTypeColor() Simon Rodriguez 2018-12-21 13:39:52 +01:00
  • e6530d87d6 Zooming is now centered around the mouse position. Patrik Lindberg 2018-12-21 11:44:15 +01:00
  • fe2b7a9684 Fix for [Space] attribute (#90) Simon Rodriguez 2018-12-18 10:00:10 +01:00
  • 6f8deda8ec Changed where implementation is added to not messy up the rest of the code. Simon Rodriguez 2018-12-18 09:23:36 +01:00
  • 1d99e138a9 Merge branch 'master' into fix/space_attribute Simon Rodriguez 2018-12-18 09:05:41 +01:00
  • 6268bab37a
    FetchSettingsProviders has been removed in 2018.3.0f2. (#88) Thor Brigsted 2018-12-17 20:12:56 +01:00
  • 6fd74ff3f1 Exchanged EditorGUILayout.Space() to GUILayout.Space() that takes a parameter height, for custom space distances. Simon Rodriguez 2018-12-16 09:37:47 +01:00
  • f3090111be Fix for [Space] attribute. Code is a bit messy. Simon Rodriguez 2018-12-15 15:31:12 +01:00
  • 3b18ca9b02 FetchSettingsProviders has been removed in 2018.3.0f2. Now preferences is opened like this. Simon Rodriguez 2018-12-15 14:33:34 +01:00
  • 5b11e81027
    Move context menu functions around to allow more customization (#87) Thor Brigsted 2018-12-15 12:40:16 +01:00
  • 73912b1448 Moved things around Thor Brigsted 2018-12-15 12:35:03 +01:00
  • a2cb736811 Changed from GetContextMenu to AddContextMenuItems Thor Brigsted 2018-12-14 10:17:23 +01:00
  • 8d09e54fd8 Moved ShowNodeContextMenu to NodeEditor.GetContextMenu to enable more control Thor Brigsted 2018-12-12 10:24:24 +01:00
  • a0eee5b9ca
    Fix misconfigured node.graph reference during node instantiation and graph cloning (#85) Thor Brigsted 2018-12-12 00:57:31 +01:00
  • 765a603095 Fixed spelling Thor Brigsted 2018-12-12 00:52:03 +01:00
  • 58d962c404
    Fixed setting to null during OnEnable Thor Brigsted 2018-12-11 01:30:43 +01:00
  • e6f5ac2d47 Attempting to fix #81 in a cleaner way. Still not perfect Thor Brigsted 2018-12-11 01:21:19 +01:00
  • 6c1af6f4cd Fix/error on duplicate (#82) Simon Rodriguez 2018-12-10 23:33:25 +01:00
  • 0a00e42c69 Something got wrong with the comments. Simon Rodriguez 2018-12-09 21:12:01 +01:00
  • c9d6c92924 Something got wrong with the comments. Simon Rodriguez 2018-12-09 21:10:47 +01:00
  • dae64d96cd Braces on wrong lines. Simon Rodriguez 2018-12-09 21:06:15 +01:00
  • 963638345c Suggestion! Added context menu options to align selected nodes to the far left/right/top/bottom edge of the selected nodes. Creates prettier looking graphs. Simon Rodriguez 2018-12-09 21:04:37 +01:00
  • d405b97278 Pressing CTRL+D (duplicate) threw editorgui exception "Getting control 0s position in a group with only 3 controls when doing ValidateCommand". comparing to https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/SceneHierarchyWindow.cs : row 211, the proper use of the event was not made. Simon Rodriguez 2018-12-09 20:53:59 +01:00
  • 1076fda3be Fixed code review issues Thomas Morgner 2018-11-20 10:22:24 +00:00