Commit Graph

47 Commits

Author SHA1 Message Date
Menotdan
46e26e63ef Revert auto-resize feature to put in a different branch. 2023-10-12 13:54:03 -04:00
Menotdan
6af9df79b2 Debug testing.. 2023-10-10 19:11:45 -04:00
Menotdan
075da66344 I am not a C# compiler. 2023-10-10 12:46:49 -04:00
Menotdan
e273433d19 Merge branch 'master' into visject_grid_snap 2023-10-10 12:37:13 -04:00
Menotdan
8cf6134f8b Cleanup. 2023-10-02 00:34:14 -04:00
Menotdan
8ba1878657 Cleanup Logs. 2023-10-02 00:18:16 -04:00
Menotdan
d9f3fe186d Implement function to properly get the size of the value editor for an InputBox. 2023-10-02 00:13:29 -04:00
Menotdan
081ef1fd81 More debug draws. It seems to be showing some weird issues with leftWidth/rightWidth size. 2023-09-25 14:20:35 -04:00
Menotdan
2696bc3704 Add debug view for collision boxes. 2023-09-22 12:26:11 -04:00
Menotdan
b4d95a68f1 Apply patch from DutchDave on discord to make nodes selectable from any point on the node. 2023-09-19 23:08:57 -04:00
Wojtek Figat
f0b5d3b838 Minor improvements 2023-09-19 21:37:24 +02:00
Wojtek Figat
2026c84baa Hide node close button when read-only (eg. play mode) 2023-08-24 16:56:28 +02:00
Wojtek Figat
5f581bf156 Add OnPasted to Visject Surface nodes for custom post-paste logic 2023-08-24 10:43:59 +02:00
Wojtek Figat
952fe61515 Add SurfaceNodeActions for more contextual surface nodes scripting 2023-08-24 10:43:22 +02:00
Wojtek Figat
60e5c5446c Add SealedNodes feature to Visject Surface nodes 2023-08-24 10:41:02 +02:00
Wojtek Figat
c58dc51291 Various improvements to Visject Surface 2023-08-24 10:12:40 +02:00
Wojtek Figat
19f14919c0 Allow modifying surface node archetype reference 2023-08-14 13:11:42 +02:00
Wojtek Figat
ae4bce7a68 Add Visject surface boxes and connections drawing customization via style 2023-08-13 19:14:23 +02:00
Wojciech Figat
9626e9bbb6 Update copyright year 2023-01-10 15:29:37 +01:00
Wojtek Figat
f90808749e Add batching undo actions for Surface editing to prevent undo actions spam during a single edit 2022-07-19 23:07:18 +02:00
Wojtek Figat
a881c90b2e Refactor engine to support double-precision vectors 2022-06-13 00:40:32 +02:00
Wojtek Figat
782c3a0e3e Add Find references utility for graph parameters and methods 2022-05-09 18:10:47 +02:00
Wojtek Figat
1acac3845e Add support for loading Visject surfaces without Surface UI 2022-05-06 18:45:12 +02:00
Wojciech Figat
8c2241c6dc Update copyright year 2022-01-14 13:31:12 +01:00
Wojtek Figat
1b3790f60e Fix regression from 74f813ed3e 2021-11-30 20:17:16 +01:00
Wojciech Figat
cdcb2f8f7a Fixes and improvements 2021-11-18 16:35:46 +01:00
Wojciech Figat
e16c7f3ac4 Add Arrays to Visual Scripting 2021-11-17 19:58:29 +01:00
Wojtek Figat
78e093245d Improvements for Visject Surface 2021-10-08 16:25:14 +02:00
Wojtek Figat
c4a0b1c4d6 Fix false-positive of Surface node value modification 2021-07-30 10:34:40 +02:00
Wojtek Figat
fcd0841bc7 Hide various Editor types from scripting 2021-07-29 14:05:42 +02:00
Wojtek Figat
fbecd01435 Merge branch 'visject-improvements-6' of git://github.com/stefnotch/FlaxEngine into stefnotch-visject-improvements-6 2021-02-27 20:44:29 +01:00
stefnotch
f3c608f2f3 Improve arrow key navigation 2021-02-26 19:09:59 +01:00
stefnotch
9265f23681 Basic reroute nodes 2021-02-25 20:22:54 +01:00
stefnotch
bcc036f808 Hover over connections 2021-02-25 09:55:17 +01:00
Wojtek Figat
cf3ac7a26e Merge remote-tracking branch 'origin/master' into linux-editor
# Conflicts:
#	Source/Engine/Core/Math/Color.cs
#	Source/Engine/Navigation/Navigation.cpp
#	Source/Engine/Platform/Win32/Win32Platform.cpp
2021-02-23 22:29:07 +01:00
W2.Wizard
35b687bf3d Additional cleanup
Cleaned up some additional stuff that I found
2021-02-21 18:17:35 +01:00
Wojtek Figat
32c5a84576 Revert "Fix right-click context menu for Visject Nodes"
This reverts commit a4763f630e.

It has been superseded by
ef2dbb7818
2021-02-18 11:32:11 +01:00
stefnotch
0b54691f07 Basic Visject box arrow key navigation 2021-02-17 22:36:11 +01:00
Wojtek Figat
1d19d38c38 Merge remote-tracking branch 'origin/master' into 1.1
# Conflicts:
#	Source/Editor/Surface/SurfaceNode.cs
2021-01-27 10:39:44 +01:00
Wojtek Figat
854d0147dd Fix Visject Node layout when adding boxes from code 2021-01-26 22:52:35 +01:00
Wojtek Figat
269f1fc8c1 Fix ResizeAuto in SurfaceNode to include custom controls 2021-01-26 22:16:19 +01:00
Wojtek Figat
b04e1381dc Fix Unsigned Integer value field to prevent negative values 2021-01-24 13:30:48 +01:00
Wojtek Figat
cbbfb16628 Add scripting API events in Visual Script 2021-01-22 10:55:13 +01:00
Wojtek Figat
c2f745397a Fix ResizeAuto in SurfaceNode to include custom controls 2021-01-21 14:28:44 +01:00
Wojtek Figat
a4763f630e Fix right-click context menu for Visject Nodes 2021-01-21 14:28:02 +01:00
Jean-Baptiste Perrier
03eb39afe6 Bumping all copyright headers to 2021. 2021-01-02 14:28:49 +01:00
Wojtek Figat
6fb9eee74c You're breathtaking! 2020-12-07 23:40:54 +01:00