Wojtek Figat
bc291f592e
Merge branch 'improved-scrolling' of https://github.com/ontrigger/FlaxEngine into ontrigger-improved-scrolling
2023-10-06 16:58:36 +02:00
Wojtek Figat
ae308ab27a
Minor code cleanup #1619
2023-10-06 15:25:25 +02:00
Nils Hausfeld
dc6a2d4d25
- Cleanup and comments
2023-10-05 18:11:08 +02:00
Nils Hausfeld
d7ade326a9
- Implemented automatic casting to visject
2023-10-05 18:04:55 +02:00
Wojtek Figat
1838c7bba7
Minor cleanup
2023-10-04 23:21:40 +02:00
Wojtek Figat
92f677f238
Codestyle formatting #1522
2023-10-04 22:25:27 +02:00
Wojtek Figat
2e6fa8fc25
Merge branch 'Visject-ContextSensitiveNodes' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ContextSensitiveNodes
2023-10-04 22:15:31 +02:00
Wojtek Figat
c35a21a1dc
Merge branch 'Visject-PrettierConnectionBezier' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-PrettierConnectionBezier
2023-10-01 11:57:08 +02:00
Nils Hausfeld
07d13f0144
- Implemented very basic support for method override nodes
...
- Cleanup
2023-09-30 23:06:26 +02:00
Nils Hausfeld
aca6d7110d
- Cleanup and comments
2023-09-30 20:27:51 +02:00
Nils Hausfeld
2e09c4fb63
- Made visject items a tiny tiny tiny bit taller
2023-09-30 20:22:49 +02:00
Nils Hausfeld
1dc01cd023
- Added compatibility checks to packing structures nodes
...
- Added compatibility checks to more function nodes
2023-09-30 20:07:33 +02:00
Nils Hausfeld
719efc4a99
- Added Input/Output compatibility check to event based nodes
...
- Removed a huge chunk of compatibility checking code out of CMItem
2023-09-30 13:45:21 +02:00
Nils Hausfeld
35f641955b
- Removed NodeTypeHint
...
- Added delegates to check compatiblity with custom archetypes
- Added compatibility check to InvokeMethod archetype
2023-09-30 13:20:04 +02:00
Nils Hausfeld
3befe4bb4a
- Fixed a bug where items with a string match didn't get highlighted anymore when the group name matched
...
- Remouved double filtering when group name matched
- Started fixing asynchronous Un/Packing nodes filtering
2023-09-29 21:53:34 +02:00
Nils Hausfeld
b5dc916568
- Moved ScriptType casting check from Box to ScriptType class
...
- Even more cleanup and comments, wowzers
2023-09-29 17:44:31 +02:00
Nils Hausfeld
091d34b20d
- Even more cleanup and comments
2023-09-29 17:26:56 +02:00
Nils Hausfeld
4bf46c3af3
- More cleanup and comments
2023-09-29 17:19:38 +02:00
Nils Hausfeld
a4970b7fce
- Group names now get filtered again (currently doing a second filtering pass through the items)
...
- More cleanup
2023-09-29 16:25:34 +02:00
Nils Hausfeld
84b240216f
- Implemented context sensitive toggle functionality
...
- Item list now updates on the fly when toggleing context sensitivity
- Added profiling
- Fixed a highlighting bug
- Minor cleanup
2023-09-28 21:31:58 +02:00
Nils Hausfeld
9acee40746
- Added context sensitive toggle gui
2023-09-28 20:53:47 +02:00
Nils Hausfeld
155d11c07b
- Filtering now also applies when dragging a connection from an input port
2023-09-27 19:28:06 +02:00
Nils Hausfeld
63c213aec0
- Support for Impulse ports
2023-09-27 17:04:35 +02:00
Nils Hausfeld
c4da34a463
- Implemented function node and bind/unbind node compatiblility/filtering
...
- Added NodeTypeHint enum
2023-09-27 16:24:33 +02:00
Nils Hausfeld
be944e35a5
Merge branch 'master' into Visject-ContextSensitiveNodes
2023-09-27 12:48:07 +02:00
Nils Hausfeld
d8e2b06c38
- Minor cleanup
2023-09-25 23:26:33 +02:00
ontrigger
6a62dac49b
remove usages of SmoothingScale across the codebase
2023-09-25 23:29:29 +03:00
Nils Hausfeld
3b393ef4db
Groups now get filtered by box type when added after the context menu was opened
2023-09-25 22:07:50 +02:00
Nils Hausfeld
33c51d0a8e
- Filtering is functioning now for all default groups
2023-09-25 19:10:05 +02:00
Wojtek Figat
212a2e1ded
Format code from recent PRs
2023-09-25 15:42:23 +02:00
Wojtek Figat
c46ec41f6f
Merge branch 'MMB_Pan' of https://github.com/Radiangames/FlaxEngine into Radiangames-MMB_Pan
2023-09-25 15:40:19 +02:00
Nils Hausfeld
50ebd5cb87
- Fixed massive UI freeze because of perform layout oversight
2023-09-24 20:31:22 +02:00
Nils Hausfeld
8d39d51f90
- Added profiling
2023-09-24 20:22:44 +02:00
Nils Hausfeld
038a3603e4
- Possible nodes get filtered now depending on the available node ports
2023-09-24 19:33:03 +02:00
Nils Hausfeld
0de31f630f
- Moved control point calculation into its own function since multiple parts of the code depend on it
...
- 'DrawConnection' function now calls the control point calculation function
- 'IntersectsConnection' function now calls the control point calculation function
2023-09-24 18:40:34 +02:00
Nils Hausfeld
d0679c1f9b
- Made Visject connection bezier curves bend around nodes
2023-09-22 15:28:46 +02:00
Nils Hausfeld
d19984d3e9
- Pressing space to open visject context menu now ignores the space char as input
2023-09-21 18:02:00 +02:00
Luke Schneider
65bf13ea4f
Removed debug messages
2023-09-21 08:38:18 -05:00
Luke Schneider
ad29dd0c92
MMB Panning
...
Added MMB panning to VisjectSurfaces (materials/etc).
2023-09-21 08:37:13 -05:00
Chandler Cox
a89856bece
Increase size of clamp node to handle vector4.
2023-09-16 10:15:26 -05:00
Wojtek Figat
fb27606541
Add missing Particle Scale getter node to Particle Emitter graph
...
#1343
2023-09-11 13:54:44 +02:00
Wojtek Figat
90f377fa83
Remove leftover log
2023-07-04 17:58:06 +02:00
Wojtek Figat
81ae687238
Merge remote-tracking branch 'origin/master' into 1.6
2023-05-28 16:34:38 +02:00
Wojtek Figat
62946f6359
Cleanup and improve code from #1109
2023-05-28 16:12:32 +02:00
Wojtek Figat
5a66e90b56
Merge remote-tracking branch 'origin/master' into 1.6
...
# Conflicts:
# .github/workflows/tests.yml
# Source/Engine/Content/JsonAsset.cs
2023-05-07 19:46:29 +02:00
Wojtek Figat
1a3c6bfc73
Merge branch 'random-range-visject' of https://github.com/Tryibion/FlaxEngine into Tryibion-random-range-visject
2023-05-05 16:22:46 +02:00
Wojtek Figat
22239bc2d1
Merge remote-tracking branch 'origin/master' into 1.6
2023-05-05 11:41:32 +02:00
Wojtek Figat
848ab51753
Adjust Visject CM header background
2023-05-05 09:24:47 +02:00
Wojtek Figat
273b6c0228
Various minor improvements
2023-05-04 11:55:22 +02:00
Wojtek Figat
39b89ada6c
Fix Anim Graph state machine rule graph opening after transition removal undo
2023-04-25 10:59:31 +02:00