mafiesto4
4ba22b4fa8
Merge remote-tracking branch 'origin/master' into 1.13
2026-07-24 18:36:04 +02:00
mafiesto4
3aed901834
Simplify code around assets editing and selecting in Editor
2026-07-22 11:53:22 +02:00
mafiesto4
d92f2a0437
Add IsScriptingObject utility to ScriptType
2026-07-22 11:29:07 +02:00
mafiesto4
d0ab5c961e
Merge remote-tracking branch 'origin/master' into 1.13
...
# Conflicts:
# Flax.flaxproj
2026-07-21 17:18:33 +02:00
mafiesto4
f9990f2712
Merge branch 'auto-rename-new-param' of https://github.com/TyGrze/FlaxEngine into TyGrze-auto-rename-new-param
2026-07-13 17:58:47 +02:00
mafiesto4
1915aa3c06
Merge remote-tracking branch 'origin/master' into 1.13
...
# Conflicts:
# Content/Shaders/DepthOfField.flax
# Source/Engine/Content/Asset.cpp
2026-06-30 10:06:55 +02:00
mafiesto4
1b954a1edc
Exclude more C# stdlib from Visual Script to reduce clobber
2026-06-30 09:59:09 +02:00
Tyler Gregorcyk
efd71e9bce
Add auto-rename newly added Visject parameters
...
Closes #4127
Signed-off-by: Tyler Gregorcyk <tyler@gregorcyk.com >
2026-06-25 23:25:45 -05:00
mafiesto4
7fc1d525a5
Postmerge #4010
2026-06-16 12:06:26 +02:00
mafiesto4
490d316a8d
Merge branch 'ResizeInAllDirectionTwo' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ResizeInAllDirectionTwo
...
# Conflicts:
# Source/Editor/Surface/SurfaceComment.cs
2026-06-16 12:01:47 +02:00
mafiesto4
057e5684e9
Add Texture and Cube Texture support to Gameplay Globals
2026-06-09 13:49:00 +02:00
mafiesto4
e450658834
Remove deprecated mono runtime backend
...
Old `mono` backend was not maintained for since 1.7 (July 2023)
`dotnet` backend still can run `mono` on AOT platforms but with the latest .NET features.
2026-06-03 16:35:06 +02:00
Saas
8281e743cd
rename Sphere Mask node A and B inputs
2026-05-12 14:05:04 +02:00
mafiesto4
83538e4385
Fix moving reroute node in Visject to not break it's connection
2026-04-23 08:33:16 +02:00
mafiesto4
54e5e6895d
Fix material instance parameters order in editor to match from base material
2026-04-19 10:22:35 +02:00
mafiesto4
f87515305b
Add Instance Transform node to Anim Graph
2026-04-16 15:24:50 +02:00
mafiesto4
a14599bb15
Add Per Instance Random node to Anim Graph
2026-04-14 16:02:31 +02:00
mafiesto4
9bb7733b33
Add **Spring Bone Physics** node to Anim Graph
2026-04-14 16:02:17 +02:00
mafiesto4
2fc95bdf57
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Content/Editor/MaterialTemplates/Deformable.shader
# Flax.flaxproj
# Source/Engine/Content/Content.h
# Source/Engine/Serialization/JsonTools.cpp
2026-04-01 17:14:21 +02:00
mafiesto4
2d0da37907
Remove ComparisonNode from #3540 that is impl in #3866
2026-04-01 16:26:47 +02:00
mafiesto4
42ec33bd9a
Fix auto-sizing nodes with hidden default value fields (eg, comparison node)
...
#3540
2026-04-01 16:25:33 +02:00
mafiesto4
806027408a
Merge branch 'visject-larger-inputs' of https://github.com/Zode/FlaxEngine into Zode-visject-larger-inputs
2026-04-01 16:02:10 +02:00
mafiesto4
7737dbc77f
Various minor fixes
...
#3866
2026-04-01 15:58:31 +02:00
mafiesto4
9d9d582598
Add undo to preserve connections when changing parameter in param node
2026-04-01 09:50:02 +02:00
mafiesto4
f1796dc8c8
Fix and improve layout of various Visject nodes and elements
...
#3866
2026-04-01 09:49:29 +02:00
mafiesto4
ebb4ff1dc2
Move UseFixedSize property from node archetype to flags and optimize unnecessary layouts during node loading
...
#3866
2026-03-31 22:47:10 +02:00
mafiesto4
ea5e7f1416
Add hover highlight to Visject surface boxes
...
#3866
2026-03-31 21:46:21 +02:00
mafiesto4
917e62621d
Restore textures background back to Visject surface
...
#3866
2026-03-31 21:45:29 +02:00
mafiesto4
a88e3265cd
Merge branch 'VISjectIsNowMoreVISuallyAppealingAndLegible' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VISjectIsNowMoreVISuallyAppealingAndLegible
2026-03-31 15:16:55 +02:00
Saas
bda0dee371
fix curve node
2026-03-28 22:32:55 +01:00
Saas
ec756fe626
fix custom code node size
2026-03-28 22:16:31 +01:00
Saas
b78ff57f6a
fix custom code nodes
2026-03-28 22:04:41 +01:00
Saas
9fa9e75e08
fix decorator size when surface is loaded
2026-03-28 21:28:09 +01:00
Saas
f26dbf530c
fix skeleton blend mask node to resize when asset reference is (dis-) connected
2026-03-28 13:47:14 +01:00
mafiesto4
eab7794e3b
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Source/Engine/Content/Storage/FlaxStorage.cpp
# global.json
2026-03-26 23:44:33 +01:00
mafiesto4
a04995174f
Merge branch 'RipAppartAndConnectConnectionsVisject' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-RipAppartAndConnectConnectionsVisject
...
# Conflicts:
# Source/Editor/Surface/VisjectSurface.Input.cs
2026-03-25 15:49:46 +01:00
mafiesto4
707d19284d
Merge branch 'FocusSelectedVJControls' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-FocusSelectedVJControls
2026-03-25 14:56:27 +01:00
mafiesto4
935645d553
Merge branch 'PackUnpackAlternativeNodeTitles' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-PackUnpackAlternativeNodeTitles
2026-03-25 14:44:32 +01:00
mafiesto4
0770f4a216
Merge branch 'VisjectFixes' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectFixes
2026-03-25 14:43:27 +01:00
mafiesto4
f3c957481c
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Source/Editor/GUI/Dialogs/ColorPickerDialog.cs
# Source/Editor/GUI/Dialogs/ColorSelector.cs
2026-03-24 23:41:58 +01:00
mafiesto4
fa17d83501
Fix showing internal surface parameters (eg. Base Model in Anim Graph)
...
#3936
2026-03-24 18:25:40 +01:00
Saas
a346e258d3
make "Flow" group archetype color more legible
2026-03-21 12:53:10 +01:00
Saas
c673e9f52d
minor fixes
2026-03-20 20:18:12 +01:00
Saas
1bd86ca28b
temporary fix for "Copy Node" node size
2026-03-20 20:17:10 +01:00
Saas
4594a84753
disable vertex snapping for Blend Points of Animation Blend 1D and 2D
2026-03-20 19:07:11 +01:00
Saas
a1af870874
fix surface elements resizing the node
2026-03-20 19:01:52 +01:00
Saas
7bed68948b
no resizing in non editable Visject surfaces
2026-03-17 20:28:55 +01:00
Saas
826b7841e6
actually resize the node lol
2026-03-17 20:22:56 +01:00
Saas
1d18220971
remove debug draw
2026-03-17 20:17:05 +01:00
Saas
5ba8cddd65
improve resizing to behave more like expected
2026-03-17 19:57:03 +01:00