Commit Graph

13584 Commits

Author SHA1 Message Date
7e969649ae _macdrag precleanup
Some checks failed
Build Android / Game (Android, Release ARM64) (push) Has been cancelled
Build iOS / Game (iOS, Release ARM64) (push) Has been cancelled
Build Linux / Editor (Linux, Development x64) (push) Has been cancelled
Build Linux / Game (Linux, Release x64) (push) Has been cancelled
Build macOS / Editor (Mac, Development ARM64) (push) Has been cancelled
Build macOS / Game (Mac, Release ARM64) (push) Has been cancelled
Build Windows / Editor (Windows, Development x64) (push) Has been cancelled
Build Windows / Game (Windows, Release x64) (push) Has been cancelled
Cooker / Cook (Mac) (push) Has been cancelled
Tests / Tests (Linux) (push) Has been cancelled
Tests / Tests (Windows) (push) Has been cancelled
2026-04-04 19:37:15 +03:00
3288fe4006 Fix mouse warping when controlling camera in Editor viewport on macOS 2026-04-04 19:17:26 +03:00
fd334769b2 Handle external application close events 2026-04-04 18:52:49 +03:00
576130f74f Fix destroyed windows removing keyboard focus on macOS 2026-04-04 18:36:51 +03:00
b99c8ddda7 Fix missing window icon on macOS 2026-04-04 16:45:19 +03:00
Wojtek Figat
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
Wojtek Figat
9a7abd751f Fix crash on invalid unpack node usage in shader graph
#4030
2026-04-01 16:55:28 +02:00
Wojtek Figat
cabae8142d Merge branch 'Zode-visject-larger-inputs' 2026-04-01 16:26:53 +02:00
Wojtek Figat
2d0da37907 Remove ComparisonNode from #3540 that is impl in #3866 2026-04-01 16:26:47 +02:00
Wojtek Figat
42ec33bd9a Fix auto-sizing nodes with hidden default value fields (eg, comparison node)
#3540
2026-04-01 16:25:33 +02:00
Wojtek Figat
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
Wojtek Figat
dc6d53de7c Try to fix compile error 2026-04-01 16:01:01 +02:00
Wojtek Figat
70f2eee172 Merge branch 'xxSeys1-VISjectIsNowMoreVISuallyAppealingAndLegible' 2026-04-01 15:58:41 +02:00
Wojtek Figat
7737dbc77f Various minor fixes
#3866
2026-04-01 15:58:31 +02:00
Wojtek Figat
9d9d582598 Add undo to preserve connections when changing parameter in param node 2026-04-01 09:50:02 +02:00
Wojtek Figat
f1796dc8c8 Fix and improve layout of various Visject nodes and elements
#3866
2026-04-01 09:49:29 +02:00
Wojtek Figat
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
Wojtek Figat
ea5e7f1416 Add hover highlight to Visject surface boxes
#3866
2026-03-31 21:46:21 +02:00
Wojtek Figat
917e62621d Restore textures background back to Visject surface
#3866
2026-03-31 21:45:29 +02:00
Wojtek Figat
a88e3265cd Merge branch 'VISjectIsNowMoreVISuallyAppealingAndLegible' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VISjectIsNowMoreVISuallyAppealingAndLegible 2026-03-31 15:16:55 +02:00
Wojtek Figat
b2d1d0f1d9 Fix sending replication message to newly connected clients for objects that were not spawned
#4029
2026-03-31 13:13:33 +02:00
Wojtek Figat
c6204fc274 Fix binary asset dependencies tracking when dependent asset gets loaded later on
#3951

Adds additional cache for dependencies tracking to update them when other asset gets loaded later on.
Remove critical-section from `LoadAssetTask` that was causing some deadlocks (data access is already atomic there).
2026-03-31 12:03:18 +02:00
Wojtek Figat
8b383d4dbe Fix regression on Large Worlds build and bunch of warnings 2026-03-30 23:50:03 +02:00
Wojtek Figat
7b695bf6bf Fix compilation regression 2026-03-30 22:44:38 +02:00
Wojtek Figat
327547a895 Rename FlaxStorage::AllowDataModifications to IsReadOnly 2026-03-30 22:40:37 +02:00
Wojtek Figat
e2fbd83086 Optimize VariantType name allocs to use static type when possible 2026-03-30 21:56:01 +02:00
Wojtek Figat
d96e1297f7 Optimize MMethod::GetParameterIsOut to cache all parameters in a single bit-flag 2026-03-30 19:56:32 +02:00
Wojtek Figat
2748216190 Fix using Dictionary as virtual method parameter in scripting bindings 2026-03-30 19:55:44 +02:00
Wojtek Figat
b2457b6ee6 Fix Variant array element typename 2026-03-30 19:55:13 +02:00
Wojtek Figat
bf20f5d2bf Fix scripting bindings in searching virtual methods to invoke when there is a name and parameter count collision
#3649
2026-03-30 19:54:47 +02:00
Wojtek Figat
767854a2af Fix shader error when using Position Offset in deformable material
#4028
2026-03-30 10:18:15 +02:00
Wojtek Figat
243173df3c Fix pasted ghost prefab objects when paste target is not defined
#3945
2026-03-30 10:14:50 +02:00
Wojtek Figat
408c6d96b1 Minor imporvements 2026-03-30 10:14:25 +02:00
Wojtek Figat
039407b6ee Fix broken prefab linkage when duplicating nested prefab instance root
#3945
2026-03-30 10:14:07 +02:00
Wojtek Figat
71ff0c6362 Fix root linkage for prefab instances copy pasted in Editor
#3945
2026-03-30 10:13:25 +02:00
Wojtek Figat
b3aeab777f Fix invalid CanRenderer when canvas actor is gone
#3945
2026-03-30 00:13:49 +02:00
Wojtek Figat
b8110e9db3 Add = to text box separators 2026-03-30 00:13:24 +02:00
Wojtek Figat
f500fcd6fd Optimize actors copy/paste data to use a single JSON for all objects
#3945
2026-03-28 23:39:43 +01: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
Wojtek Figat
095f7277e2 Minor fixes 2026-03-28 15:13:52 +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
Wojtek Figat
76378156f7 Fix crash when applying prefab changes
#3755
2026-03-28 00:31:46 +01:00
Wojtek Figat
c12948c6cc Fix crash when applying prefab changes using default instance (invalid)
#3754
2026-03-28 00:04:03 +01:00
Wojtek Figat
e99dc8dce4 Fix missing doc warning 2026-03-27 23:54:43 +01:00
Wojtek Figat
258ba233d5 Attempt to fix time precision issue in long game run
#3865
2026-03-27 23:52:11 +01:00
Wojtek Figat
2b538e4864 Fix direction gizmo size on different FOV and fix event
#4025
2026-03-27 23:19:27 +01:00
Wojtek Figat
a0dc300a7b Merge branch 'Tryibion-add-content-tree-view' 2026-03-27 22:20:19 +01:00